hgext/largefiles/lfcommands.py
changeset 21770 15d434bee41c
parent 21689 503bb3af70fe
child 21785 a730b002c5db
--- a/hgext/largefiles/lfcommands.py	Sun May 04 22:02:25 2014 -0700
+++ b/hgext/largefiles/lfcommands.py	Sun May 04 21:11:15 2014 -0700
@@ -32,7 +32,8 @@
     ('', 'to-normal', False,
      _('convert from a largefiles repo to a normal repo')),
     ],
-    _('hg lfconvert SOURCE DEST [FILE ...]'))
+    _('hg lfconvert SOURCE DEST [FILE ...]'),
+    norepo=True)
 def lfconvert(ui, src, dest, *pats, **opts):
     '''convert a normal repository to a largefiles repository