[issue2209] 'incomming' command from MQ doesn't use correct default paths

horar bugs at mercurial.selenic.com
Fri May 21 17:07:22 UTC 2010


New submission from horar <lubomir.carik at gmail.com>:

Incoming command complains about 'repository is unrelated', doesn't matter
if the repository is local or remote (in my case https without logging
authentication).
Pull/push/outcoming commands works fine on the same MQ repository.

As far I remember it works on 1.5 (may be not), but I'm not sure.
Observed on RedHat 7.2 (trunk) and Fedora 12 (released package).

Problem illustration sample attached.

----------
files: hg_mq_incomming.txt
messages: 12622
nosy: horar
priority: bug
status: unread
title: 'incomming' command from MQ doesn't use correct default paths
topic: mq

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2209>
____________________________________________________
-------------- next part --------------
asterix:/home/user/project> hg in --debug --mq -v
using https://hg.domain.example:444/project/
sending between command
sending capabilities command
capabilities: stream=65537 branchmap lookup changegroupsubset unbundle=HG10GZ,HG10BZ,HG10UN
using https://hg.domain.example:444/project/
sending between command
comparing with https://hg.domain.example:444/project/
sending heads command
searching for changes
sending branches command
examining e2f64cb54f8d:b910fd3b913e
found new changeset b910fd3b913e
examining 4d8c6cb3920b:94c42a4d19ae
found new changeset 94c42a4d19ae
examining d434ea54801a:4dd46541e1f1
found new changeset 4dd46541e1f1
examining 223c4988117c:b910fd3b913e
abort: repository is unrelated
asterix:/home/user/project> hg push --debug --mq -v
using https://hg.domain.example:444/project/.hg/patches
sending between command
pushing to https://hg.domain.example:444/project/.hg/patches
sending capabilities command
capabilities: stream=65537 branchmap lookup changegroupsubset unbundle=HG10GZ,HG10BZ,HG10UN
sending heads command
searching for changes
common changesets up to 8b0c9faafbb0
no changes found
asterix:/home/user/project> hg pull --debug --mq -v
using https://hg.domain.example:444/project/.hg/patches
sending between command
pulling from https://hg.domain.example:444/project/.hg/patches
sending capabilities command
capabilities: stream=65537 branchmap lookup changegroupsubset unbundle=HG10GZ,HG10BZ,HG10UN
sending heads command
searching for changes
no changes found
asterix:/home/user/project> cat .hg/patches/.hg/hgrc
[paths]
default = https://hg.domain.example:444/project/.hg/patches
asterix:/home/user/project> hg vers
Mercurial Distributed SCM (version 1.5.3+37-d26f662bfbf5+20100521)

Copyright (C) 2005-2010 Matt Mackall <mpm at selenic.com> and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
asterix:/home/user/project>


More information about the Mercurial-devel mailing list