changeset 7929:47b0a881638f

error: import LockError from correct module
author Simon Heimberg <simohe@besonet.ch>
date Tue, 31 Mar 2009 07:56:28 +0200 (2009-03-31)
parents f62482848d1b
children 072df47d84c1 fd22d7c7b302 baaa832fd253
files mercurial/localrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -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