##// END OF EJS Templates
bookmarks: Use error message consistently...
David Soria Parra -
r11434:86eea1f9 stable
parent child Browse files
Show More
@@ -327,8 +327,8 b' def reposetup(ui, repo):'
327 if r:
327 if r:
328 self.ui.status(_("updating bookmark %s\n") % k)
328 self.ui.status(_("updating bookmark %s\n") % k)
329 else:
329 else:
330 self.ui.warn(_("failed to update bookmark"
330 self.ui.warn(_('updating bookmark %s'
331 " %s!\n") % k)
331 ' failed!\n') % k)
332
332
333 return result
333 return result
334
334
General Comments 0
You need to be logged in to leave comments. Login now