mercurial/__init__.py
author Nathan Goldbaum <ngoldbau@ucsc.edu>
Thu, 24 Jul 2014 14:29:08 -0700
branchstable
changeset 21940 9209c02f1f25
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
resolve: report no argument warning using a hint With this change resolve and revert produce consistent output when run with no arguments: $ hg resolve abort: no files or directories specified (use --all to remerge all files) $ hg revert abort: no files or directories specified (use --all to revert all files)