[issue2120] Clone from bundle records wrong path

Cédric Duval <bugs@mercurial.selenic.com> at mercurial.selenic.com Cédric Duval <bugs@mercurial.selenic.com> at mercurial.selenic.com
Wed Mar 31 20:47:48 UTC 2010


New submission from Cédric Duval <cedricduval at free.fr>:

% cat testcase.sh
rm -rf foo foo.bundle foo.bundlecloned
hg init foo
echo a > foo/a
hg -q -R foo ci -Am "added a"
hg -q -R foo bundle --all foo.bundle
hg -q clone foo.bundle foo.bundlecloned
cd foo.bundlecloned
hg in
cat .hg/hgrc

% ./testcase.sh
abandon : repository /tmp/bundle/foo.bundlecloned/foo.bundle not found!
[paths]
default = foo.bundle

----------
messages: 12195
nosy: cedric
priority: bug
status: unread
title: Clone from bundle records wrong path
topic: clone

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2120>
____________________________________________________


More information about the Mercurial-devel mailing list