# HG changeset patch # User Patrick Mezard # Date 1290115642 -3600 # Node ID c63f0686c3b9b7971b950c5e3f485eafc7ff7859 # Parent 9e722e8d001d1629243b935bd6421deb8f5b0db9 Initialize cmdtable as an empty dict for mq.dotable diff -r 9e722e8d001d -r c63f0686c3b9 forest.py --- 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