Mercurial > public > mercurial-scm > hg
diff mercurial/sshserver.py @ 3223:53e843840349
Whitespace/Tab cleanup
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sun, 01 Oct 2006 19:26:33 +0200 |
parents | 345bac2bc4ec |
children | 0b450267cf47 |
line wrap: on
line diff
--- a/mercurial/sshserver.py Thu Sep 21 21:24:53 2006 +0200 +++ b/mercurial/sshserver.py Sun Oct 01 19:26:33 2006 +0200 @@ -124,7 +124,7 @@ def client_url(self): client = os.environ.get('SSH_CLIENT', '').split(' ', 1)[0] return 'remote:ssh:' + client - + def do_unbundle(self): their_heads = self.getarg()[1].split()