Submitter | Pierre-Yves David |
---|---|
Date | Oct. 9, 2015, 10:59 p.m. |
Message ID | <bfde4c287d34ea097168.1444431582@marginatus.alto.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/10938/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/discovery.py b/mercurial/discovery.py --- a/mercurial/discovery.py +++ b/mercurial/discovery.py @@ -306,11 +306,11 @@ def checkheads(repo, remote, outgoing, r discardedheads = set() if repo.obsstore: # remove future heads which are actually obsoleted by another # pushed element: # - # XXX as above, There are several cases this case does not handle + # XXX as above, There are several cases this code does not handle # XXX properly # # (1) if <nh> is public, it won't be affected by obsolete marker # and a new is created #