changeset 6082:875b745996e8

keyword: add glog to nokwcommands
author Christian Ebert <blacktrash@gmx.net>
date Tue, 12 Feb 2008 21:44:56 +0100
parents beb775df5630
children 81a8667331e8
files hgext/keyword.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/keyword.py	Sun Feb 10 08:25:09 2008 +0100
+++ b/hgext/keyword.py	Tue Feb 12 21:44:56 2008 +0100
@@ -89,7 +89,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