emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc-update for bzr etc.


From: Stefan Monnier
Subject: Re: vc-update for bzr etc.
Date: Mon, 22 Nov 2010 09:41:52 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> Fair enough.  Here's an updated patch.  I renamed the new operation
>> vc-BACKEND-update-branch, and vc-update uses it preferentially if it
>> exists (falling back on the old merge-news operation if not).  For
>> vc-bzr-update-branch, it calls "bzr update" for bound branchs and
>> "bzr pull" for other branches.  Passing a prefix arg to vc-update causes
>> it to prompt for arguments to bzr.

> How do I do a "bzr merge --pull"?  This is a very frequent operation
> in my workflows, when I work with local branches.

You use vc-merge (and to get the --pull, you'll probably have to add it
to your bazaar.conf).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]