comparison mercurial/sshrepo.py @ 3281:45b639607e52

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Fri, 06 Oct 2006 17:14:18 -0500
parents 7ae37d99d47e
children 8770b4870e22
comparison
equal deleted inserted replaced
3280:ae85272b59a4 3281:45b639607e52
68 if l: 68 if l:
69 ui.debug(_("remote: "), l) 69 ui.debug(_("remote: "), l)
70 lines.append(l) 70 lines.append(l)
71 max_noise -= 1 71 max_noise -= 1
72 else: 72 else:
73 raise hg.RepoError(_("no response from remote hg")) 73 raise hg.RepoError(_("no suitable response from remote hg"))
74 74
75 self.capabilities = () 75 self.capabilities = ()
76 lines.reverse() 76 lines.reverse()
77 for l in lines: 77 for l in lines:
78 if l.startswith("capabilities:"): 78 if l.startswith("capabilities:"):