Show More
@@ -123,7 +123,9 b' def reachablerootspure(repo, minroot, ro' | |||
|
123 | 123 | for parent in seen[rev]: |
|
124 | 124 | if parent in reachable: |
|
125 | 125 | reached(rev) |
|
126 |
re |
|
|
126 | reachable = baseset(reachable) | |
|
127 | reachable.sort() | |
|
128 | return reachable | |
|
127 | 129 | |
|
128 | 130 | def reachableroots(repo, roots, heads, includepath=False): |
|
129 | 131 | """return (heads(::<roots> and ::<heads>)) |
General Comments 0
You need to be logged in to leave comments.
Login now