##// END OF EJS Templates
repair: define explicit local variable, don't reuse a comprehension variable...
Mike Edgar -
r24252:f9626928 default
parent child Browse files
Show More
@@ -137,6 +137,7 b' def strip(ui, repo, nodelist, backup=Tru'
137 # create a changegroup for all the branches we need to keep
137 # create a changegroup for all the branches we need to keep
138 backupfile = None
138 backupfile = None
139 vfs = repo.vfs
139 vfs = repo.vfs
140 node = nodelist[-1]
140 if backup:
141 if backup:
141 backupfile = _bundle(repo, stripbases, cl.heads(), node, topic)
142 backupfile = _bundle(repo, stripbases, cl.heads(), node, topic)
142 repo.ui.status(_("saved backup bundle to %s\n") %
143 repo.ui.status(_("saved backup bundle to %s\n") %
General Comments 0
You need to be logged in to leave comments. Login now