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: Mon, 22 Nov 2010 12:29:17 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> hg pull  -- fetches branch, never updates workspace or affects a
>>             branch outside of the workspace.
>
> That's OK: "cvs pull" is even further from the above, so my suggestion
> is not to "just pass `pull' to the backend command" but "run the normal
> command to update the current tree by bringing in changes from
> upstream".

The trouble is that for Bzr, the "normal command to update the current
tree" would be "bzr merge" (or "bzr merge --pull") if you're working in
a task branch.

I remain confused about what the intended use of "bzr pull" is.  As far
as I can tell, it's only used if someone wants a mirror of another
branch that is never modified.  But that seems like the less important
case.

> Based on what you say, vc-pull for Mercurial would not just do "hg
> pull" but something more.

Apparently, that would be "hg update tip".



reply via email to

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