mercurial/sshrepo.py
changeset 2441 801dfe0aa53a
parent 2440 cc1011a7ed09
child 2449 6ff30968f911
equal deleted inserted replaced
2440:cc1011a7ed09 2441:801dfe0aa53a
    49             if l:
    49             if l:
    50                 ui.debug(_("remote: "), l)
    50                 ui.debug(_("remote: "), l)
    51             lines.append(l)
    51             lines.append(l)
    52             max_noise -= 1
    52             max_noise -= 1
    53         else:
    53         else:
    54             if l1:
       
    55                 ui.debug(_("remote: "), l1)
       
    56             raise hg.RepoError(_("no response from remote hg"))
    54             raise hg.RepoError(_("no response from remote hg"))
    57 
    55 
    58         self.capabilities = ()
    56         self.capabilities = ()
    59         lines.reverse()
    57         lines.reverse()
    60         for l in lines:
    58         for l in lines: