changeset 7930:072df47d84c1

merge with -stable
author Martin Geisler <mg@daimi.au.dk>
date Tue, 31 Mar 2009 23:11:11 +0200
parents 0796c8862bee (current diff) 47b0a881638f (diff)
children 026bcd12a0ad
files mercurial/localrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/localrepo.py	Tue Mar 31 22:48:16 2009 +0200
+++ b/mercurial/localrepo.py	Tue Mar 31 23:11:11 2009 +0200
@@ -1063,7 +1063,7 @@
                             wlock = self.wlock(False)
                             for f in fixup:
                                 self.dirstate.normal(f)
-                        except lock.LockError:
+                        except error.LockError:
                             pass
                     finally:
                         del wlock