Submitter | phabricator |
---|---|
Date | Nov. 26, 2019, 2:48 p.m. |
Message ID | <8ff52041fe17738aa5d2efda88b83bc1@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43523/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/revlog.py b/mercurial/revlog.py --- a/mercurial/revlog.py +++ b/mercurial/revlog.py @@ -1279,7 +1279,7 @@ return bool(self.reachableroots(a, [b], [a], includepath=False)) def reachableroots(self, minroot, heads, roots, includepath=False): - """return (heads(::<roots> and <roots>::<heads>)) + """return (heads(::(<roots> and <roots>::<heads>))) If includepath is True, return (<roots>::<heads>).""" try: