BitBucket, the patch queue and sub repos

Andreas Tscharner andy at vis.ethz.ch
Sun Apr 15 17:23:57 UTC 2012


Hello World,

I have a project on BitBucket (https://bitbucket.org/StarFire/oir), 
which also has a patch queue (also on BitBucket: 
https://bitbucket.org/StarFire/oir-patches).

I created the patch queue according to this guide: 
http://ches.nausicaamedia.com/articles/technogeekery/using-mercurial-queues-and-bitbucket-org

I also qclone'd the patch queue as described and got my main repo. So 
when I push and pull I always do so against the patch queue repository.

Now I want to add the according wiki 
(http://bitbucket.org/StarFire/oir/wiki) as a subrepo. If i were on the 
main repo, my .hgsub would look like that

wiki = wiki

But as I am on the patch queue repo, I don't know what to use. I suppose 
I should use the subpaths feature. Would something like that be correct:

wiki = wiki
[subpaths]
https://bitbucket.org/StarFire/oir-patches/wiki = 
http://bitbucket.org/StarFire/oir/wiki

?

Or how do I set that up?

TIA and best regards
	Andreas
-- 
       ("`-''-/").___..--''"`-._
        `o_ o  )   `-.  (     ).`-.__.`)
        (_Y_.)'  ._   )  `._ `. ``-..-'
      _..`--'_..-_/  /--'_.' .'
     (il).-''  (li).'  ((!.-'

Andreas Tscharner   andy at vis.ethz.ch   ICQ-No. 14356454



More information about the Mercurial mailing list