[PATCH 0 of 3] transaction descriptions

Steve Borho steve at borho.org
Sat Apr 10 20:11:41 UTC 2010


This patch series adds a description to all transactions and stores
them in .hg/undo.desc where the rollback command can later find them.
undo.desc will contain "rev,command" where the command (one of commit,
push, pull, serve, or unbundle) is untranslated.

The second patch adds a -n/--dry-run argument to rollback so the user
may preview the changes that will be un-done.



More information about the Mercurial-devel mailing list