##// END OF EJS Templates
histedit, i18n: replace '+' with concatenation to make hggettext happy
Wagner Bruna -
r21175:dae36d3e stable
parent child Browse files
Show More
@@ -570,7 +570,7 b' def _histedit(ui, repo, *freeargs, **opt'
570 else:
570 else:
571 rootrevs = list(repo.set('roots(%lr)', revs))
571 rootrevs = list(repo.set('roots(%lr)', revs))
572 if len(rootrevs) != 1:
572 if len(rootrevs) != 1:
573 raise util.Abort(_('The specified revisions must have ' +
573 raise util.Abort(_('The specified revisions must have '
574 'exactly one common root'))
574 'exactly one common root'))
575 root = rootrevs[0].node()
575 root = rootrevs[0].node()
576
576
General Comments 0
You need to be logged in to leave comments. Login now