# HG changeset patch # User Christian Ebert # Date 1350832204 -3600 # Node ID d98134ae80ba288def09864ca4d26d343a8f66a3 # Parent 9a4ed3acf89e449bb7e2ec27c8fef61c128894e6# Parent 95e6504e6e2768fcd8047553767adea163448e26 Merge with default diff -r 9a4ed3acf89e -r d98134ae80ba hgkw/keyword.py --- a/hgkw/keyword.py Thu Oct 18 00:44:32 2012 +0200 +++ b/hgkw/keyword.py Sun Oct 21 16:10:04 2012 +0100 @@ -89,6 +89,7 @@ import os, re, shutil, tempfile commands.optionalrepo += ' kwdemo' +commands.inferrepo += ' kwexpand kwfiles kwshrink' cmdtable = {} command = cmdutil.command(cmdtable) @@ -728,5 +729,3 @@ pass repo.__class__ = kwrepo - -commands.inferrepo += " kwexpand kwfiles kwshrink"