hgext/keyword.py
branchstable
changeset 21704 65dd65c645ed
parent 21703 99f7e5fe35f2
child 21705 dd5ca1a32109
--- a/hgext/keyword.py	Thu Jun 05 16:47:13 2014 +0900
+++ b/hgext/keyword.py	Thu Jun 05 16:47:13 2014 +0900
@@ -103,7 +103,7 @@
 # hg commands that trigger expansion only when writing to working dir,
 # not when reading filelog, and unexpand when reading from working dir
 restricted = ('merge kwexpand kwshrink record qrecord resolve transplant'
-              ' unshelve')
+              ' unshelve rebase')
 
 # names of extensions using dorecord
 recordextensions = 'record'