Show More
@@ -823,7 +823,7 b' def resolvenodes(repo, revisions):' | |||||
823 | '%s key not present in changesetexplicitdepth revision ' |
|
823 | '%s key not present in changesetexplicitdepth revision ' | |
824 | 'specifier', (key,)) |
|
824 | 'specifier', (key,)) | |
825 |
|
825 | |||
826 |
for rev in repo.revs(b'ancestors(%ln, % |
|
826 | for rev in repo.revs(b'ancestors(%ln, %s)', spec[b'nodes'], | |
827 | spec[b'depth'] - 1): |
|
827 | spec[b'depth'] - 1): | |
828 | node = cl.node(rev) |
|
828 | node = cl.node(rev) | |
829 |
|
829 |
General Comments 0
You need to be logged in to leave comments.
Login now