changeset 9019:fc5737e49193

merge with crew-stable
author Martin Geisler <mg@lazybytes.net>
date Thu, 02 Jul 2009 20:03:58 +0200
parents c24c9ce0cdcf (current diff) 5ed463d0ebdb (diff)
children 609b803dd252
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/acl.py	Sat Jun 27 13:09:11 2009 +0200
+++ b/hgext/acl.py	Thu Jul 02 20:03:58 2009 +0200
@@ -84,7 +84,7 @@
     if source == 'serve' and 'url' in kwargs:
         url = kwargs['url'].split(':')
         if url[0] == 'remote' and url[1].startswith('http'):
-            user = urllib.unquote(url[2])
+            user = urllib.unquote(url[3])
 
     if user is None:
         user = getpass.getuser()