##// END OF EJS Templates
repair: build dirlogs using manifest, rather than repo shortcut method...
Augie Fackler -
r29708:d1c3721d default
parent child Browse files
Show More
@@ -173,7 +173,7 b' def strip(ui, repo, nodelist, backup=Tru'
173 if (unencoded.startswith('meta/') and
173 if (unencoded.startswith('meta/') and
174 unencoded.endswith('00manifest.i')):
174 unencoded.endswith('00manifest.i')):
175 dir = unencoded[5:-12]
175 dir = unencoded[5:-12]
176 repo.dirlog(dir).strip(striprev, tr)
176 repo.manifest.dirlog(dir).strip(striprev, tr)
177 for fn in files:
177 for fn in files:
178 repo.file(fn).strip(striprev, tr)
178 repo.file(fn).strip(striprev, tr)
179 tr.endgroup()
179 tr.endgroup()
General Comments 0
You need to be logged in to leave comments. Login now