[PATCH stable] convert: fix typos in error messages
Greg Ward
greg at gerg.ca
Sat Feb 25 03:20:27 UTC 2012
On 24 February 2012, Wagner Bruna said:
> # HG changeset patch
> # User Wagner Bruna <wbruna at softwareexpress.com.br>
> # Date 1330117895 7200
> # Branch stable
> # Node ID afff988bc1a3a32e141da1deaf187ed91958d577
> # Parent 616c2e278f18984dc48b80bc56b55da626130709
> convert: fix typos in error messages
>
> diff --git a/hgext/convert/hg.py b/hgext/convert/hg.py
> --- a/hgext/convert/hg.py
> +++ b/hgext/convert/hg.py
> @@ -225,7 +225,7 @@ class mercurial_sink(converter_sink):
>
> def hascommit(self, rev):
> if not rev in self.repo and self.clonebranches:
> - raise util.Abort(_('revision %s not be found in destination '
> + raise util.Abort(_('revision %s not found in destination '
Argh! Ye be removin' pirate English from Mercurial, matey! I'll be
askin' the first mate to reduce yer rum ration.
Cap'n Greg
--
Greg Ward http://www.gerg.ca/
In order to understand recursion, you really have to understand recursion.
More information about the Mercurial-devel
mailing list