Submitter | phabricator |
---|---|
Date | March 3, 2019, 9:07 p.m. |
Message ID | <c5516df07d2c3b1bd5ad13267240c66b@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/39023/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/branchmap.py b/mercurial/branchmap.py --- a/mercurial/branchmap.py +++ b/mercurial/branchmap.py @@ -360,7 +360,7 @@ duration = util.timer() - starttime repo.ui.log('branchcache', 'updated %s branch cache in %.4f seconds\n', - repo.filtername, duration) + repo.filtername or b'None', duration) self.write(repo)