##// END OF EJS Templates
py3: use %d to format an int...
Ian Moody -
r43717:742065de stable
parent child Browse files
Show More
@@ -441,7 +441,7 b' def getoldnodedrevmap(repo, nodelist):'
441 )
441 )
442 unfi.ui.warn(
442 unfi.ui.warn(
443 _(
443 _(
444 b'D%s: local tag removed - does not match '
444 b'D%d: local tag removed - does not match '
445 b'Differential history\n'
445 b'Differential history\n'
446 )
446 )
447 % drev
447 % drev
General Comments 0
You need to be logged in to leave comments. Login now