[issue2447] exception after commit when having svn sub repository

Erik Zielke bugs at mercurial.selenic.com
Wed Oct 20 13:35:30 UTC 2010


New submission from Erik Zielke <ez at aragost.com>:

When committing something in a repository with the -d/--date set, and there
is a svn subrepository then the following exception is thrown when hg exits:

Exception TypeError: TypeError("'NoneType' object is not callable",) in
<bound method Popen.__del__ of <subprocess.Popen object at 0xb712b90c>> ignored.

I and mg could reproduce this, but on a few occasions the exception was not
thrown. hstuart could not reproduce it.

hg init mainrepo
cd mainrepo
svn co http://mercurial.aragost.com/svn/hello1/trunk svnrepo
echo svnrepo = [svn]http://mercurial.aragost.com/svn/hello1/trunk >> .hgsub
hg add .hgsub
hg commit -m "Sub repositories added"
echo fil > fil.txt
hg add fil.txt
hg commit -m "some file" -d "2010-03-10 20:12:05 UTC"

----------
messages: 14112
nosy: erikz, mg
priority: bug
status: unread
title: exception after commit when having svn sub repository

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


More information about the Mercurial-devel mailing list