[issue3344] deadlock with commit hook + hg tag

Wagner Bruna bugs at mercurial.selenic.com
Sun Apr 1 12:58:09 CDT 2012


New submission from Wagner Bruna <wagner.bruna+mercurial at gmail.com>:

$ hg version -q
Mercurial Distributed SCM (version 2.1.1+64-b3fefbb95aad)
$ hg init a
$ hg init b
$ cd a
$ echo a > a
$ hg ci -qAm a
$ hg --config hooks.commit="hg push ../b" tag a
pushing to ../b
waiting for lock on repository /tmp/test/a held by 'sirius:5898'

Bisect points to
http://selenic.com/hg/rev/afd459933d5f

----------
messages: 19490
nosy: kiilerix, wbruna
priority: bug
status: unread
title: deadlock with commit hook + hg tag

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3344>
____________________________________________________


More information about the Mercurial-devel mailing list