##// END OF EJS Templates
branchmap: display filtername when `updatebranch` fails to do its jobs...
Pierre-Yves David -
r18451:d6b3b36f default
parent child Browse files
Show More
@@ -79,7 +79,7 b' def updatecache(repo):'
79 if revs:
79 if revs:
80 partial.update(repo, revs)
80 partial.update(repo, revs)
81 partial.write(repo)
81 partial.write(repo)
82 assert partial.validfor(repo)
82 assert partial.validfor(repo), filtername
83 repo._branchcaches[repo.filtername] = partial
83 repo._branchcaches[repo.filtername] = partial
84
84
85 class branchcache(dict):
85 class branchcache(dict):
General Comments 0
You need to be logged in to leave comments. Login now