Message10238

Author bos
Recipients mpm
Date 2009-07-28.22:40:33
Content
Actually, the problem is messier than I thought. Under some circumstances,
the missing rev in .hgsubstate makes it completely impossible to run "hg
update" or "hg update -C", so I have to manually whack things in this manner:

hg debugsetparents tip
hg debugrebuildstate
hg cat -rtip .hgsubstate > .hgsubstate
vi .hgsubstate
hg ci -m "Barf-o-rama" .hgsubstate

That's really nasty.
History
Date User Action Args
2009-07-28 22:40:33bossetrecipients: + mpm
2009-07-28 22:40:33bossetmessageid: <1248820833.72.0.329936464493.issue1771@selenic.com>
2009-07-28 22:40:33boslinkissue1771 messages
2009-07-28 22:40:33boscreate