Submitter | Augie Fackler |
---|---|
Date | Sept. 30, 2017, 12:02 p.m. |
Message ID | <5802876c662320ca2343.1506772939@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/24246/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/patch.py b/mercurial/patch.py --- a/mercurial/patch.py +++ b/mercurial/patch.py @@ -442,7 +442,6 @@ class abstractbackend(object): which failed to apply and total the total number of hunks for this files. """ - pass def exists(self, fname): raise NotImplementedError