Last active
August 29, 2015 14:24
-
-
Save juliandescottes/30973b88033784008f26 to your computer and use it in GitHub Desktop.
hg log from current revision
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hg log --rev "reverse(ancestors(.))" | |
y - record this change | |
n - skip this change | |
s - skip remaining changes to this file | |
f - record remaining changes to this file | |
d - done, skip remaining changes and files | |
a - record all changes to all remaining files | |
q - quit, recording no changes | |
? - display help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment