Add glog to nokwcommands
authorChristian Ebert <blacktrash@gmx.net>
Tue, 12 Feb 2008 21:37:13 +0100
changeset 401 05d0c3e4efdc
parent 398 257da73e109f
child 403 9a93b5d66e65
child 405 e15e7ec5b3c3
Add glog to nokwcommands
hgkw/keyword.py
--- a/hgkw/keyword.py	Sun Feb 10 08:35:55 2008 +0100
+++ b/hgkw/keyword.py	Tue Feb 12 21:37:13 2008 +0100
@@ -91,7 +91,8 @@
 
 # hg commands that do not act on keywords
 nokwcommands = ('add addremove bundle copy export grep identify incoming init'
-                ' log outgoing push remove rename rollback tip convert email')
+                ' log outgoing push remove rename rollback tip'
+                ' convert email glog')
 
 # hg commands that trigger expansion only when writing to working dir,
 # not when reading filelog, and unexpand when reading from working dir