mercurial/__init__.py
author Sean Farley <sean.michael.farley@gmail.com>
Wed, 14 Jan 2015 20:06:44 -0800
changeset 23874 fef1146b8442
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
namespaces: add logname member to namespace object Previously, there was no way to change the name used for 'hg log' output. This was inconvenient for extensions that want a template name longer than 12 characters (e.g. remotebookmarks) but a different name for 'hg log'. This patch only adds the member to the object, a future patch will update the 'hg log' code.