author | Christian Ebert <blacktrash@gmx.net> |
Tue, 13 Apr 2010 10:13:06 +0200 | |
changeset 715 | 0614ba0295f6 |
parent 714 | 1acf49264a06 |
child 716 | 409e8ba90661 |
child 723 | 1c69e8924c9c |
hgkw/keyword.py | file | annotate | diff | comparison | revisions |
--- a/hgkw/keyword.py Mon Apr 12 17:34:12 2010 +0200 +++ b/hgkw/keyword.py Tue Apr 13 10:13:06 2010 +0200 @@ -465,6 +465,7 @@ def kwcommitctx(self, ctx, error=False): n = super(kwrepo, self).commitctx(ctx, error) + # no lock needed, only called from repo.commit() which already locks kwt.overwrite(n, True, None) return n