[issue2613] cannot clone subrepo containing projects directories and their patches repo

jjehannet bugs at mercurial.selenic.com
Tue Feb 1 15:59:43 UTC 2011


New submission from jjehannet <julien at smaf.org>:

I have a .hgsub repo which contains a standard mercurial repository and
patch queue repository.

I want be able to clone them all in one command but hg refuses arguing patch
series in under another project (which should not be the case because in .hg
IMO).

% cat .hgsub
cubicweb = ssh://machine//src/public/cubicweb
cubicweb/.hg/patches = ssh://machine//src/cw_patches/cubicweb

% hg commit -Am 'init'
adding .hgsub
abort: path 'cubicweb/.hg/patches' is inside repo 'cubicweb'
[1]    15911 exit 255   hg commit -Am 'init'

----------
messages: 15060
nosy: jjehannet
priority: feature
status: unread
title: cannot clone subrepo containing projects directories and their patches repo

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


More information about the Mercurial-devel mailing list