[issue3087] hgsubstate broken after histedit

Vladimir Darmanian bugs at mercurial.selenic.com
Sun Nov 6 23:46:35 CST 2011


New submission from Vladimir Darmanian <vladimir.darmanian at gmail.com>:

Not sure if this is the right place to log this but here goes:

hg init main
hg init sub

cd sub
echo sub > sub
hg add sub
hg commit -m sub

cd ../main
echo main > main
hg add main
hg commit -m main

echo sub = ../sub > .hgsub
hg add .hgsub
hg commit -m sub

hg histedit 0
<fold rev 1>

cat .hgsubstate
0000000000000000000000000000000000000000 sub

.hgsubstate is wrong obviously.

using hg 2.0 and histedit 0e2d070.

----------
messages: 17957
nosy: pltonik
priority: bug
status: unread
title: hgsubstate broken after histedit
topic: 2.0, hg, mq

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


More information about the Mercurial-devel mailing list