Submitter | Augie Fackler |
---|---|
Date | July 1, 2015, 8:05 p.m. |
Message ID | <1c32d8e66680973b2a88.1435781138@arthedain.pit.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/9852/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/remotefilelog/__init__.py b/remotefilelog/__init__.py --- a/remotefilelog/__init__.py +++ b/remotefilelog/__init__.py @@ -23,7 +23,7 @@ import stat cmdtable = {} command = cmdutil.command(cmdtable) -testedwith = 'internal' +testedwith = '' repoclass = localrepo.localrepository if util.safehasattr(repoclass, '_basesupported'):