Show More
@@ -1279,7 +1279,7 b' class revlog(object):' | |||||
1279 | return bool(self.reachableroots(a, [b], [a], includepath=False)) |
|
1279 | return bool(self.reachableroots(a, [b], [a], includepath=False)) | |
1280 |
|
1280 | |||
1281 | def reachableroots(self, minroot, heads, roots, includepath=False): |
|
1281 | def reachableroots(self, minroot, heads, roots, includepath=False): | |
1282 | """return (heads(::<roots> and <roots>::<heads>)) |
|
1282 | """return (heads(::(<roots> and <roots>::<heads>))) | |
1283 |
|
1283 | |||
1284 | If includepath is True, return (<roots>::<heads>).""" |
|
1284 | If includepath is True, return (<roots>::<heads>).""" | |
1285 | try: |
|
1285 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now