removing repo that was cloned breaks clone

Daniel mercurial-devel at lists.7thfire.com
Thu Jul 12 09:53:22 CDT 2007


confirmed on freebsd.
$ hg --version
Mercurial Distributed SCM (version 0.9.4)

On Thu, Jul 12, 2007 at 04:42:28PM +0200, Christian Ebert wrote:
> 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/>
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel

-- 
"America was founded by men who understood that the threat of domestic tyranny
is as great as any threat from abroad. If we want to be worthy of their legacy,
we must resist the rush toward ever-increasing state control of our society.
Otherwise, our own government will become a greater threat to our freedoms
than any foreign terrorist."
- Ron Paul, Texas Straight Talk, May 31, 2004


More information about the Mercurial-devel mailing list