comparison hgeditor @ 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 2b440bb8a66b
children 1aee2ab0f902
comparison
equal deleted inserted replaced
14754:189a7562d72e 14755:6ba51c81ff75