Skip to content

Instantly share code, notes, and snippets.

@juliandescottes
Last active August 29, 2015 14:24
Show Gist options
  • Save juliandescottes/30973b88033784008f26 to your computer and use it in GitHub Desktop.
Save juliandescottes/30973b88033784008f26 to your computer and use it in GitHub Desktop.
hg log from current revision
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