Submitter | phabricator |
---|---|
Date | Dec. 28, 2019, 4:42 p.m. |
Message ID | <differential-rev-PHID-DREV-fpdlzrjgbswmczxiyyrz-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44111/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/testing/storage.py b/mercurial/testing/storage.py --- a/mercurial/testing/storage.py +++ b/mercurial/testing/storage.py @@ -964,7 +964,7 @@ with self.assertRaises(error.StorageError): f.rawdata(node1) - def testbadnoderevisionraw(self): + def testbadnoderevision(self): # Like above except we test read() first to isolate revision caching # behavior. f = self._makefilefn()