# HG changeset patch # User Michael Tharp # Date 1290015667 18000 # Node ID 7544ee807938db171ef2ae9fe3e4b60f3a693c31 # Parent 11f39395838efc5394c5a37c0885cf4607b58bf6 Set cmdtable as an empty dict to keep mq happy (#2) diff -r 11f39395838e -r 7544ee807938 forest.py --- a/forest.py Tue Nov 16 10:54:33 2010 -0500 +++ b/forest.py Wed Nov 17 12:41:07 2010 -0500 @@ -1402,7 +1402,7 @@ prehooks=[lambda tree: check_mq(tree)]) -cmdtable = None +cmdtable = {} def uisetup(ui): global cmdtable