Mercurial > hg
diff tests/test-revset.t @ 14755:6ba51c81ff75 stable
revert: improve hints on abort when reverting to parent without --all
BEFORE:
$ hg revert
abort: no files or directories specified
(use --all to discard all changes)
AFTER:
Uncommitted changes (using --all *will* nuke edits):
$ hg revert
abort: no files or directories specified
(uncommitted changes, use --all to discard all changes)
Clean working directory (using --all won't discard anything):
$ hg revert
abort: no files or directories specified
(use --all to revert all files)
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Sun, 26 Jun 2011 01:13:30 +0200 |
parents | b9faf94ee196 |
children | 8b84d040d9f9 41885892796e |