Mercurial > public > mercurial-scm > hg-stable
diff mercurial/streamclone.py @ 5456:a58d415b272e
fix typo
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Thu, 11 Oct 2007 16:28:30 +0200 |
parents | 5105b119edd2 |
children | e75aab656f46 |
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()