Re: [PATCH 00/20] remote-bzr: massive changes

2013-04-26 Thread Felipe Contreras
On Fri, Apr 26, 2013 at 11:51 AM, Junio C Hamano  wrote:
> Felipe Contreras  writes:
>
>> On Thu, Apr 25, 2013 at 8:07 PM, Felipe Contreras
>>  wrote:
>>
>> I forgot to mention; these apply on top of the previous 'fixes and cleanups'.
>
> Then I should probably wait for v2 6/9 of that series is rerolled.

Done.

> There could be ones that you may want to reroll other than 6/9 in
> that, I didn't have time to look at the backlog. I'll be whipping
> the -rc0 into shape today and it is unlikely I'll have time to look
> at this or the previous one today.

I don't see any need to reroll more. All the concerns of v1 and v2
have been addressed in one way or the other.

-- 
Felipe Contreras
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/20] remote-bzr: massive changes

2013-04-26 Thread Junio C Hamano
Felipe Contreras  writes:

> On Thu, Apr 25, 2013 at 8:07 PM, Felipe Contreras
>  wrote:
>
> I forgot to mention; these apply on top of the previous 'fixes and cleanups'.

Then I should probably wait for v2 6/9 of that series is rerolled.

There could be ones that you may want to reroll other than 6/9 in
that, I didn't have time to look at the backlog. I'll be whipping
the -rc0 into shape today and it is unlikely I'll have time to look
at this or the previous one today.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/20] remote-bzr: massive changes

2013-04-25 Thread Felipe Contreras
On Thu, Apr 25, 2013 at 8:07 PM, Felipe Contreras
 wrote:

I forgot to mention; these apply on top of the previous 'fixes and cleanups'.

> Felipe Contreras (20):
>   remote-bzr: cleanup CustomTree
>   remote-bzr: delay blob fetching until the very end
>   remote-bzr: fix order of locking in CustomTree
>   remote-bzr: always try to update the worktree
>   remote-bzr: add support to push merges
>   remote-bzr: fixes for branch diverge
>   remote-bzr: fix partially pushed merge
>   remote-bzr: use branch variable when appropriate
>   remote-bzr: add support for bzr repos
>   remote-bzr: fix branch names
>   remote-bzr: add support for shared repo
>   remote-bzr: split marks file
>   remote-bzr: improve author sanitazion
>   remote-bzr: add custom method to find branches
>   remote-bzr: add option to specify branches
>   remote-bzr: improve progress reporting
>   remote-bzr: iterate revisions properly
>   remote-bzr: delay peer branch usage
>   remote-bzr: access branches only when needed
>   remote-bzr: export HEAD
>
>  contrib/remote-helpers/git-remote-bzr | 365 
> +-
>  contrib/remote-helpers/test-bzr.sh|  36 
>  2 files changed, 302 insertions(+), 99 deletions(-)

-- 
Felipe Contreras
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html