changeset 43117 | 8ff1ecfadcd1 |
parent 43077 | 687b865b95ad |
child 43523 | c21aca51b392 |
child 43741 | 8accf5fa9930 |
--- a/mercurial/repair.py Tue Oct 08 15:15:37 2019 -0700 +++ b/mercurial/repair.py Tue Oct 08 15:06:18 2019 -0700 @@ -359,7 +359,7 @@ if notstrip: nodestr = b', '.join(sorted(short(repo[n].node()) for n in notstrip)) ui.warn( - _(b'warning: orphaned descendants detected, ' b'not stripping %s\n') + _(b'warning: orphaned descendants detected, not stripping %s\n') % nodestr ) return [c.node() for c in repo.set(b'roots(%ld)', tostrip)]