mercurial/__init__.py
author Kevin Bullock <kbullock@ringworld.org>
Mon, 20 Jun 2011 22:15:52 -0500
branchstable
changeset 14713 88a53081fb21
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
revert: be more explicit that changes are lost BEFORE: $ hg revert abort: no files or directories specified (use --all to revert all files) AFTER: $ hg revert abort: no files or directories specified (use --all to discard all changes)