Message513

Author alexis
Recipients ThomasAH, bos, mpm
Date 2006-02-18.22:26:48
Content
bos has suggested using hooks to easily reproduce the situations that I
described.

Here's a script to reproduces the "clone+pull" corruption.  You can specify
an alternative hg command to use through the HG environment variable.

hg verify reports a different corruption, but it's still avoidable by 
rereading the manifest and changelog after locking the repo in the pull
method.
Files
File name Uploaded
bug-clone-pull.sh alexis, 2006-02-18.22:26:48
History
Date User Action Args
2006-02-18 22:26:54alexissetmessageid: <1140301614.22.0.173569267371.issue132@selenic.com>
2006-02-18 22:26:54alexissetrecipients: + mpm, bos, ThomasAH
2006-02-18 22:26:54alexislinkissue132 messages
2006-02-18 22:26:48alexiscreate