diff hgext/largefiles/lfcommands.py @ 21770:15d434bee41c

largefiles: define norepo in command decorator
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 04 May 2014 21:11:15 -0700
parents 503bb3af70fe
children a730b002c5db
line wrap: on
line diff
--- 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