Rev 1090: Add missing constants. in file:///data/jelmer/bzr-svn/cext/

Jelmer Vernooij jelmer at samba.org
Tue Jun 10 00:40:39 BST 2008


At file:///data/jelmer/bzr-svn/cext/

------------------------------------------------------------
revno: 1090
revision-id: jelmer at samba.org-20080609234037-ykhgv5kbhxhzjewc
parent: jelmer at samba.org-20080605182219-vhyspz3s1g3b042r
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: cext
timestamp: Tue 2008-06-10 01:40:37 +0200
message:
  Add missing constants.
modified:
  auth.py                        auth.py-20071209174622-w8d42k6nm5yhxvi8-1
=== modified file 'auth.py'
--- a/auth.py	2008-06-05 18:08:34 +0000
+++ b/auth.py	2008-06-09 23:40:37 +0000
@@ -31,6 +31,9 @@
 import urlparse
 import urllib
 
+AUTH_PARAM_DEFAULT_USERNAME = 'svn:auth:username'
+AUTH_PARAM_DEFAULT_PASSWORD = 'svn:auth:password'
+
 class SubversionAuthenticationConfig(AuthenticationConfig):
     """Simple extended version of AuthenticationConfig that can provide 
     the information Subversion requires.




More information about the bazaar-commits mailing list