# HG changeset patch # User Pierre-Yves David # Date 1444430225 25200 # Node ID 8688590ca03ce46f8b375540e4ad0f0000e5bea2 # Parent be0489770925f2c1a31db78e09c3b9081188dbcc discovery: fix a typo in a comment The idea here is that the code is imperfect, not that it is impossible to get something behaving properly. diff -r be0489770925 -r 8688590ca03c mercurial/discovery.py --- a/mercurial/discovery.py Fri Oct 09 14:59:37 2015 -0700 +++ b/mercurial/discovery.py Fri Oct 09 15:37:05 2015 -0700 @@ -309,7 +309,7 @@ # 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 is public, it won't be affected by obsolete marker