changeset 103:7544ee807938

Set cmdtable as an empty dict to keep mq happy (#2)
author Michael Tharp <mtharp@rpath.com>
date Wed, 17 Nov 2010 12:41:07 -0500
parents 11f39395838e
children 765bee053287
files forest.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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