[PATCH] url: fix trailing whitespace found by check-code

Augie Fackler durin42 at gmail.com
Wed Dec 22 13:11:45 CST 2010


# 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)
 


More information about the Mercurial-devel mailing list