mercurial/__init__.py
author Laurent Charignon <lcharignon@fb.com>
Wed, 27 May 2015 15:56:10 -0700
changeset 25359 724421cb4745
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
record: add default value for operation argument This patch is part of a series of patches to change the recording ui to reflect the operation currently running (commit, shelve, revert ...). This patch adds the default value of the operation argument for record's standard and curses interface to match what is displayed in the interface as of today.