Mercurial > hg
changeset 5456:a58d415b272e
fix typo
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Thu, 11 Oct 2007 16:28:30 +0200 |
parents | 08d6e8754388 |
children | 7372b6bbc5e6 |
files | mercurial/streamclone.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/streamclone.py Thu Oct 11 16:26:14 2007 +0200 +++ b/mercurial/streamclone.py Thu Oct 11 16:28:30 2007 +0200 @@ -63,7 +63,7 @@ # get consistent snapshot of repo. lock during scan so lock not # needed while we stream, and commits can happen. - lock = None + repolock = None try: try: repolock = repo.lock()