[PATCH 1 of 2] test-url: remove trailing whitespace

Augie Fackler durin42 at gmail.com
Tue Oct 12 14:49:03 CDT 2010


# HG changeset patch
# User Augie Fackler <durin42 at gmail.com>
# Date 1286899325 18000
# Node ID 31eed0fb12a2c183b9dc6ad7e9aa8039cada3d61
# Parent  d734b3470138bef370c1cb5e6e558d35bdaa241d
test-url: remove trailing whitespace

diff --git a/tests/test-url.py b/tests/test-url.py
--- a/tests/test-url.py
+++ b/tests/test-url.py
@@ -9,7 +9,7 @@
 
 from mercurial.url import _verifycert
 
-# Test non-wildcard certificates        
+# Test non-wildcard certificates
 check(_verifycert(cert('example.com'), 'example.com'),
       None)
 check(_verifycert(cert('example.com'), 'www.example.com'),


More information about the Mercurial-devel mailing list