Rev 4036: Found 2 more files with trailing whitespace. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
john at arbash-meinel.com
Mon Feb 23 16:15:23 GMT 2009
At http://bzr.arbash-meinel.com/branches/bzr/jam-integration
------------------------------------------------------------
revno: 4036
revision-id: john at arbash-meinel.com-20090223161500-d4ufiusbhzst02a9
parent: john at arbash-meinel.com-20090223154406-61o5gzhl38lp4jo0
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Mon 2009-02-23 10:15:00 -0600
message:
Found 2 more files with trailing whitespace.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_transport.py'
--- a/bzrlib/tests/test_transport.py 2009-02-23 15:29:35 +0000
+++ b/bzrlib/tests/test_transport.py 2009-02-23 16:15:00 +0000
@@ -131,7 +131,7 @@
e_str = str(e)
self.assertEquals('Unsupported protocol'
' for url "ssh://fooserver/foo":'
- ' bzr supports bzr+ssh to operate over ssh, use "bzr+ssh://fooserver/foo".',
+ ' bzr supports bzr+ssh to operate over ssh, use "bzr+ssh://fooserver/foo".',
str(e))
else:
self.fail('Did not raise UnsupportedProtocol')
=== modified file 'bzrlib/transport/http/_urllib2_wrappers.py'
--- a/bzrlib/transport/http/_urllib2_wrappers.py 2009-02-23 15:29:35 +0000
+++ b/bzrlib/transport/http/_urllib2_wrappers.py 2009-02-23 16:15:00 +0000
@@ -1152,7 +1152,7 @@
class NegotiateAuthHandler(AbstractAuthHandler):
"""A authentication handler that handles WWW-Authenticate: Negotiate.
- At the moment this handler supports just Kerberos. In the future,
+ At the moment this handler supports just Kerberos. In the future,
NTLM support may also be added.
"""
@@ -1192,7 +1192,7 @@
# If the auth scheme is known, it means a previous
# authentication was successful, all information is
# available, no further checks are needed.
- return (auth.get('scheme', None) == 'negotiate' and
+ return (auth.get('scheme', None) == 'negotiate' and
auth.get('negotiate_response', None) is not None)
More information about the bazaar-commits
mailing list