hg transplant doesn't work in an empty repository

Arne Babenhauserheide arne_bab at web.de
Tue Nov 11 17:14:40 CST 2008


Hi, 

I just tried doing a transplant to just pull changesets into an empty 
repository: 

------ ------ ------ ------ ------ ------ 
$ hg init repo1
$ cd repo1; echo "blah" > blah; hg add blah; hg ci -m "blah"; cd ..
$ hg init repo2
$ cd repo2

$ hg transplant -s ../repo1/
abort: no revision checked out
------ ------ ------ ------ ------ ------ 

Is this behaviour intentional? 
If yes, what's the reason behind it? 

Best wishes, 
Arne
-- 
-- My stuff: http://draketo.de - stories, songs, poems, programs and stuff :)
-- Infinite Hands: http://infinite-hands.draketo.de - singing a part of the 
history of free software.
-- Ein Würfel System: http://1w6.org - einfach saubere (Rollenspiel-) Regeln.

-- PGP/GnuPG: http://draketo.de/inhalt/ich/pubkey.txt



More information about the Mercurial mailing list