[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] hg woes
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 4 Nov 2009 19:22:13 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=k2hpkeV04Xf63RjGs6Fay9vZ8qW+nbO4f1cwPbOhH4E=; b=qmKNDjkjTekT5PbpBIeoXq9tBQRTjRx8OP55kZH5h3yIuPFAr7Kqf0zmLNGc0AfnQY VdJ6s4G/JIY9Itnj/ybeFn7Mu6y/VLdSrHYiDYbfj2pWZJIBm/ZSpB7MgYCsYzGP53ot N7wGkchdYyLhA5KTqzEN/LWJr8eUKEN58sAR8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=w7xxcr9we2XWUzsrkceIFjawFJDy6BN/AW3mV88INaRVc1m30GJJHl79LoOnB4ik+y zrL8DV+H/Beq9oKosvIMr9H/d/tJB/TMB+zxsMfWMKAv/5L1bUw5beuZlqXUdnyxt/4X OqM3V1R9L+LDlg8CCotQa7TjzkC8NX3Nds5VY=
2009/11/4 Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>:
> In data mercoledì 04 novembre 2009 19:29:28, Benoit Jacob ha scritto:
>> Just FYI, when you click "fork" on bitbucket, it seems to fork only
>> the branch you're currently viewing.
>
> oh ?
>
> I haven't tested that yet, but according to people on #bitbucket, "fork"
> really clones the whole repository... and this has not changed recently.
Actually it's even more stupid than that: when you press the fork
button, by default it only forks the branch to which 'tip' belongs.
See for yourself, I just tried it, use bjacob/just_a_try:
$ hg clone https://bjacob@xxxxxxxxxxxxx/bjacob/just_a_try/
$ hg branches
2.0 1008:f2b82687e2c9
default 870:3b8120f07786 (inactive)
This contains only the 2.0 branch as the current 'tip' is in the 2.0 branch..
To get the 'fork' button to contain the default branch, you have to
click on "advanced settings" and choose "default" under "fork at". I
don't see a way to fork the whole repo with all branches.
To actually fork a whole repo, there remain daddy's method of creating
a new empty repo and manually pushing the existing repo to it.
Benoit