Mercurial > public > mercurial-scm > hg
comparison mercurial/sshrepo.py @ 2441:801dfe0aa53a
remove use of undefined variable.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Thu, 15 Jun 2006 16:41:49 -0700 |
parents | cc1011a7ed09 |
children | 6ff30968f911 |
comparison
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: |