(0.9.2compat) add glog to nokwcommands 0.9.2compat
authorChristian Ebert <blacktrash@gmx.net>
Tue, 12 Feb 2008 21:38:30 +0100
branch0.9.2compat
changeset 402 5e3707030bce
parent 400 4a28faccdb18
child 411 b1a7f5eddeba
(0.9.2compat) add glog to nokwcommands
hgkw/keyword.py
--- a/hgkw/keyword.py	Sun Feb 10 17:09:22 2008 +0100
+++ b/hgkw/keyword.py	Tue Feb 12 21:38:30 2008 +0100
@@ -95,7 +95,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