hgext/__init__.py
author Jim Hague <jim.hague@acm.org>
Thu, 01 Mar 2012 15:25:37 +0000
changeset 16222 d7b7b453c035
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
bugzilla: extract optional hours from commit message and update bug time If an 'hours' group is present in the bug matching regular expression, and that group contains a float value, update the bug working time in Bugzilla with those hours. The patch adds a key 'hours' to the bug state dictionary, and adds support for the key to the XMLRPC and XMLRPC/email access methods. The MySQL access method is not supported; a warning is given.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder