diff -r 823a7d79ef82 -r 434e5bd615fc hgext/largefiles/lfcommands.py --- 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"