Re: [PATCH] remote-bzr: update old organization

2013-05-17 Thread Felipe Contreras
On Fri, May 17, 2013 at 5:02 AM, Sandor Bodo-Merle sbodome...@gmail.com wrote: apparently this breaks my existing clone of the bugzilla repository, where i have branches cloned with versions of remote-bzr prior 1.8.2 and after. The erro iget is: Fetching origin Traceback (most recent call

Re: [PATCH] remote-bzr: update old organization

2013-05-17 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: On Fri, May 17, 2013 at 5:02 AM, Sandor Bodo-Merle sbodome...@gmail.com wrote: apparently this breaks my existing clone of the bugzilla repository, where i have branches cloned with versions of remote-bzr prior 1.8.2 and after. The erro

Re: [PATCH] remote-bzr: update old organization

2013-05-17 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: On Fri, May 17, 2013 at 12:09 PM, Junio C Hamano gits...@pobox.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: On Fri, May 17, 2013 at 5:02 AM, Sandor Bodo-Merle sbodome...@gmail.com wrote: apparently this breaks my

Re: [PATCH] remote-bzr: update old organization

2013-05-14 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: If a clone exists with the old organization (v1.8.2) it will prevent the new shared repository organization from working, so let's remove this repository, which is not used any more. Signed-off-by: Felipe Contreras

Re: [PATCH] remote-bzr: update old organization

2013-05-14 Thread Felipe Contreras
On Tue, May 14, 2013 at 12:30 PM, Junio C Hamano gits...@pobox.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: If a clone exists with the old organization (v1.8.2) it will prevent the new shared repository organization from working, so let's remove this repository, which is not

Re: [PATCH] remote-bzr: update old organization

2013-05-14 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: On Tue, May 14, 2013 at 12:30 PM, Junio C Hamano gits...@pobox.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: If a clone exists with the old organization (v1.8.2) it will prevent the new shared repository organization from

Re: [PATCH] remote-bzr: update old organization

2013-05-14 Thread Felipe Contreras
On Tue, May 14, 2013 at 3:36 PM, Junio C Hamano gits...@pobox.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: On Tue, May 14, 2013 at 12:30 PM, Junio C Hamano gits...@pobox.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: If a clone exists with the old

Re: [PATCH] remote-bzr: update old organization

2013-05-14 Thread Felipe Contreras
On Tue, May 14, 2013 at 3:50 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Tue, May 14, 2013 at 3:36 PM, Junio C Hamano gits...@pobox.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: On Tue, May 14, 2013 at 12:30 PM, Junio C Hamano gits...@pobox.com wrote: Felipe

Re: [PATCH] remote-bzr: update old organization

2013-05-14 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: I forgot to mention the main objective of the shared repo feature: + first/ * first/second/foo * first/third/foo * first/fourth/foo * first/fifth/foo * first/sixth/foo Since in bazaar branches are repositories, we want to make it

Re: [PATCH] remote-bzr: update old organization

2013-05-14 Thread Felipe Contreras
On Tue, May 14, 2013 at 4:18 PM, Junio C Hamano gits...@pobox.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: I forgot to mention the main objective of the shared repo feature: + first/ * first/second/foo * first/third/foo * first/fourth/foo * first/fifth/foo *

Re: [PATCH] remote-bzr: update old organization

2013-05-14 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: And the clone would happen either way, with or without this patch, because 'hg/origin/master' doesn't exist, the only purpose 'hg/origin' serves is to block the new feature. That is the answer I was trying to extract out of you (I take the

Re: [PATCH] remote-bzr: update old organization

2013-05-14 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Felipe Contreras felipe.contre...@gmail.com writes: And the clone would happen either way, with or without this patch, because 'hg/origin/master' doesn't exist, the only purpose 'hg/origin' serves is to block the new feature. That is the answer I

Re: [PATCH] remote-bzr: update old organization

2013-05-14 Thread Felipe Contreras
On Tue, May 14, 2013 at 5:14 PM, Junio C Hamano gits...@pobox.com wrote: Junio C Hamano gits...@pobox.com writes: Felipe Contreras felipe.contre...@gmail.com writes: And the clone would happen either way, with or without this patch, because 'hg/origin/master' doesn't exist, the only purpose

Re: [PATCH] remote-bzr: update old organization

2013-05-14 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: On Tue, May 14, 2013 at 5:14 PM, Junio C Hamano gits...@pobox.com wrote: Junio C Hamano gits...@pobox.com writes: Felipe Contreras felipe.contre...@gmail.com writes: And the clone would happen either way, with or without this patch,

Re: [PATCH] remote-bzr: update old organization

2013-05-14 Thread Felipe Contreras
On Tue, May 14, 2013 at 5:33 PM, Junio C Hamano gits...@pobox.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: On Tue, May 14, 2013 at 5:14 PM, Junio C Hamano gits...@pobox.com wrote: Junio C Hamano gits...@pobox.com writes: Felipe Contreras felipe.contre...@gmail.com writes:

[PATCH] remote-bzr: update old organization

2013-05-13 Thread Felipe Contreras
If a clone exists with the old organization (v1.8.2) it will prevent the new shared repository organization from working, so let's remove this repository, which is not used any more. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- contrib/remote-helpers/git-remote-bzr | 7 +++