[issue1522] hg -R in.bundle doesn't use the bundle when we're in a repo

Arne Babenhauserheide mercurial-bugs at selenic.com
Mon Feb 23 07:02:38 CST 2009


New submission from Arne Babenhauserheide <arne_bab at web.de>:

If I am in a repository and then call

hg -R in.bundle <command>

Mercurial performs the command on the repository instead of on the bundle.

hg version: b8d750daadde


Test: 

cd <hg-stable>
hg bundle -a -r 3 hg.bundle
hg -R hg.bundle log
cd ..
hg -R <hg-stable>/hg.bundle log

----------
messages: 8677
nosy: ArneBab
priority: bug
status: unread
title: hg -R in.bundle doesn't use the bundle when we're in a repo

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



More information about the Mercurial-devel mailing list