Mercurial > public > mercurial-scm > hg
diff mercurial/streamclone.py @ 7280:810ca383da9c
remove unused variables
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Tue, 28 Oct 2008 19:25:26 +0100 |
parents | 63b5f4c73c98 |
children | 7197812e8d44 |
line wrap: on
line diff
--- a/mercurial/streamclone.py Tue Oct 28 19:07:14 2008 +0100 +++ b/mercurial/streamclone.py Tue Oct 28 19:25:26 2008 +0100 @@ -51,7 +51,7 @@ total_bytes += size finally: del l - except (lock.LockHeld, lock.LockUnavailable), inst: + except (lock.LockHeld, lock.LockUnavailable): raise StreamException(2) yield '0\n'