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: Chong Yidong
Subject: Re: vc-update for bzr etc.
Date: Sun, 21 Nov 2010 14:34:41 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> Better to just use the new backend function if present and fallback (or
> provide a default implementation that delegates) to the old
> backend function.

OK, sounds reasonable.

>> +   "Update the current Bzr repository."
>
> I have no idea what "Update the current Bzr repository" means.
>
>> +       (vc-bzr-command "update" t 'async nil))))
>
> This will not do what it says in non-bound branches.

So the full functionality for Bzr should be something like this:

 - If it's a bound branch, do bzr update.
 - Otherwise, if there is a default pull location, prompt for a location
   and do "bzr merge --pull".
 - Otherwise, just do "bzr merge --pull" to use the default location.

Does this sound right?



reply via email to

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