diff -r b70b5f3e33e2 -r 161fe4879bfc hgext/bookmarks.py --- a/hgext/bookmarks.py Thu Oct 28 09:43:56 2010 +0200 +++ b/hgext/bookmarks.py Thu Oct 28 09:48:01 2010 +0200 @@ -541,9 +541,11 @@ """``bookmark([name])`` The named bookmark or all bookmarks. """ + # i18n: "bookmark" is a keyword args = revset.getargs(x, 0, 1, _('bookmark takes one or no arguments')) if args: bm = revset.getstring(args[0], + # i18n: "bookmark" is a keyword _('the argument to bookmark must be a string')) bmrev = listbookmarks(repo).get(bm, None) if bmrev: