Submitter | Augie Fackler |
---|---|
Date | Sept. 30, 2017, 12:02 p.m. |
Message ID | <050e03d6e79c6465b9f2.1506772941@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/24248/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/subrepo.py b/mercurial/subrepo.py --- a/mercurial/subrepo.py +++ b/mercurial/subrepo.py @@ -600,7 +600,6 @@ class abstractsubrepo(object): walk recursively through the directory tree, finding all files matched by the match function ''' - pass def forget(self, match, prefix): return ([], [])