##// END OF EJS Templates
perf-tags: fix the --clear-fnode-cache-rev code...
marmoute -
r52044:2705748b stable
parent child Browse files
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.extends(scmutil.revrange(repo, clear_fnode_revs))
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