Show More
@@ -2061,7 +2061,7 b' def _orderedlist(repo, subset, x):' | |||||
2061 | try: |
|
2061 | try: | |
2062 | # fast path for integer revision |
|
2062 | # fast path for integer revision | |
2063 | r = int(t) |
|
2063 | r = int(t) | |
2064 |
if |
|
2064 | if ('%d' % r) != t or r not in cl: | |
2065 | raise ValueError |
|
2065 | raise ValueError | |
2066 | revs = [r] |
|
2066 | revs = [r] | |
2067 | except ValueError: |
|
2067 | except ValueError: |
General Comments 0
You need to be logged in to leave comments.
Login now