hgext/largefiles/lfcommands.py
changeset 17773 434e5bd615fc
parent 17537 31f32a96e1e3
child 17823 0fc1ce271ee6
--- a/hgext/largefiles/lfcommands.py	Mon Oct 15 09:43:34 2012 -0700
+++ b/hgext/largefiles/lfcommands.py	Tue Oct 16 11:43:15 2012 -0700
@@ -12,7 +12,7 @@
 import shutil
 
 from mercurial import util, match as match_, hg, node, context, error, \
-    cmdutil, scmutil
+    cmdutil, scmutil, commands
 from mercurial.i18n import _
 from mercurial.lock import release
 
@@ -549,3 +549,5 @@
                   ],
                   _('hg lfconvert SOURCE DEST [FILE ...]')),
     }
+
+commands.inferrepo += " lfconvert"