Show More
@@ -986,7 +986,7 b' def perftags(ui, repo, **opts):' | |||||
986 |
|
986 | |||
987 | clear_revs = [] |
|
987 | clear_revs = [] | |
988 | if clear_fnode_revs: |
|
988 | if clear_fnode_revs: | |
989 |
clear_revs.extend |
|
989 | clear_revs.extend(scmutil.revrange(repo, clear_fnode_revs)) | |
990 |
|
990 | |||
991 | if update_last: |
|
991 | if update_last: | |
992 | revset = b'last(all(), %d)' % update_last |
|
992 | revset = b'last(all(), %d)' % update_last |
General Comments 0
You need to be logged in to leave comments.
Login now