removing repo that was cloned breaks clone

Christian Ebert blacktrash at gmx.net
Thu Jul 12 09:42:28 CDT 2007


Hi,

Can somebody else confirm the following:

$ hg init test
$ cd test
$ echo hello >a
$ hg add a
$ hg ci -m hello
$ echo world >>a
$ hg ci -m world
$ cd ..
$ hg clone test test-1
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ rm -rP test
$ cd test-1/
$ hg tip
abort: requirement '���������������' not supported!

If yes, I think this is a quite serious bug, probably to do with
hardlinks.

c
-- 
keyword extension for Mercurial (http://selenic.com/mercurial):
<http://www.blacktrash.org/hg/hgkeyword/>
Mercurial crew development repository + keyword extension:
<http://www.blacktrash.org/hg/hg-crew-keyword/>


More information about the Mercurial-devel mailing list