hgkw/keyword.py
changeset 401 05d0c3e4efdc
parent 398 257da73e109f
child 404 45d3ea301c03
--- 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