-
- Downloads
py3: fix formatting of branchmap log messages with repo.filtername=None
`"%s" % None` does not work on py3. I've extracted a little function for producing a formatted message given the filter name. Differential Revision: https://phab.mercurial-scm.org/D6644
Showing
- mercurial/branchmap.py 13 additions, 10 deletionsmercurial/branchmap.py
- tests/test-blackbox.t 6 additions, 6 deletionstests/test-blackbox.t
- tests/test-branch-change.t 1 addition, 1 deletiontests/test-branch-change.t
- tests/test-rebase-conflicts.t 2 additions, 2 deletionstests/test-rebase-conflicts.t
- tests/test-strip.t 1 addition, 1 deletiontests/test-strip.t
Loading
Please register or sign in to comment