[issue2619] IndexError: list index out of range on hg add with subrepos

trbs bugs at mercurial.selenic.com
Thu Feb 3 19:32:06 UTC 2011


New submission from trbs <trbs at trbs.net>:

IndexError: list index out of range on hg add with subrepos

hg version
Mercurial Distributed SCM (version 1.7.5+2-5fc7c84ed9b0)

Reproducable with following steps:

$ hg init test
$ cd test/
$ hg init eggs
$ hg init bacon
$ echo "eggs = eggs" >> .hgsub
$ echo "bacon = bacon" >> .hgsub
$ hg add .hgsub
$ touch .hgeol eggs/.hgeol bacon/.hgeol
$ hg add .hgeol eggs/.hgeol bacon/.hgeol
...
IndexError: list index out of range

See attached file for full exception.

----------
files: error.log
messages: 15096
nosy: trbs
priority: bug
status: unread
title: IndexError: list index out of range on hg add with subrepos

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2619>
____________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: error.log
Type: text/x-log
Size: 2979 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20110203/1b8006d0/attachment.bin>


More information about the Mercurial-devel mailing list