mercurial/__init__.py
author Kevin Bullock <kbullock@ringworld.org>
Tue, 21 Dec 2010 15:27:58 -0600
changeset 13196 592998ba3466
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
record: clean up command table The --force option to qnew has become a no-op, so qrecord doesn't need to use it. This allows record's command table to be simplified; in the process of doing so, this patch also cleans up the cmdtable visually.