Submitter | via Mercurial-devel |
---|---|
Date | June 30, 2016, 5:18 p.m. |
Message ID | <3d3cdba3b43fb1e403d8.1467307097@martinvonz.mtv.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/15672/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r bbcc2098f405 -r 3d3cdba3b43f remotefilelog/__init__.py --- a/remotefilelog/__init__.py Wed Jun 22 15:55:38 2016 -0700 +++ b/remotefilelog/__init__.py Thu Jun 30 10:11:37 2016 -0700 @@ -760,7 +760,7 @@ @command('debugdatapack', [ ], _('hg debugdatapack <path>'), norepo=True) -def debugremotefilelog(ui, path, *args, **opts): +def debugdatapack(ui, path, *args, **opts): return debugcommands.debugdatapack(ui, path, *args, **opts) @command('debughistorypack', [