changeset 105:c63f0686c3b9

Initialize cmdtable as an empty dict for mq.dotable
author Patrick Mezard <pmezard@gmail.com>
date Thu, 18 Nov 2010 22:27:22 +0100
parents 9e722e8d001d
children 5de3deae264b
files forest.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/forest.py	Sun Oct 04 16:31:31 2009 +0200
+++ b/forest.py	Thu Nov 18 22:27:22 2010 +0100
@@ -1384,7 +1384,7 @@
                  prehooks=[lambda tree: check_mq(tree)])
 
 
-cmdtable = None
+cmdtable = {}
 
 def uisetup(ui):
     global cmdtable