[PATCH] url: fix trailing whitespace found by check-code
Adrian Buehlmann
adrian at cadifra.com
Wed Dec 22 20:11:03 UTC 2010
On 2010-12-22 20:11, Augie Fackler wrote:
> # HG changeset patch
> # User Augie Fackler <durin42 at gmail.com>
> # Date 1293045057 21600
> # Node ID 0356290cd193a4ab428f6e7eda21a70c5dcccf81
> # Parent c6e00dfcdcb820c3af4db4a81b1dac4bb136b247
> url: fix trailing whitespace found by check-code
>
> diff --git a/mercurial/url.py b/mercurial/url.py
> --- a/mercurial/url.py
> +++ b/mercurial/url.py
> @@ -546,7 +546,7 @@
> self.host)
> else:
> self.ui.warn(_("warning: %s certificate not verified "
> - "(check web.cacerts config setting)\n") %
> + "(check web.cacerts config setting)\n") %
> self.host)
> httplib.HTTPSConnection.connect(self)
>
Did you see http://selenic.com/repo/hg/rev/04c8f3787546
and http://selenic.com/repo/hg/rev/f9d29777b4eb ?
The "core developers" :) probably haven't yet pulled main into crew...
I recommend pulling from
http://hg.intevation.org/mercurial/crew+main
which contains a automatic pulls from crew *and* main [1]
[1] http://mercurial.selenic.com/wiki/DeveloperRepos
More information about the Mercurial-devel
mailing list