[issue2284] push/pull --mq shouldn't use main repository's default repository

Justin Lebar bugs at mercurial.selenic.com
Mon Jul 12 16:21:38 UTC 2010


New submission from Justin Lebar <justin.lebar at gmail.com>:

STR:

$ hg clone http://selenic.com/repo/hello
$ cd hello
hello$ hg qinit -c

hello$ cd .hg/patches
hello/.hg/patches$ hg pull
abort: repository default not found!

hello/.hg/patches$ cd ../..
hello$ hg pull --mq
pulling from http://selenic.com/repo/hello
...

Actual results:
It looks like pull --mq applies the .hg/hgrc file for the main repository
before it looks at the patch queue's repository's hgrc.

Expected results:
I expect pull --mq to act exactly the same as cd .hg/patches && hg pull.

push --mq has the same issue.

----------
messages: 13081
nosy: jlebar
priority: bug
status: unread
title: push/pull --mq shouldn't use main repository's default repository

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


More information about the Mercurial-devel mailing list