[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Strange response after merge from upstream
From: |
Stephen J. Turnbull |
Subject: |
Re: Strange response after merge from upstream |
Date: |
Wed, 02 Dec 2009 15:14:24 +0900 |
Eli Zaretskii writes:
> How is "merge --pull" different from merge followed by commit?
> would it avoid the "1 extra revision" in the output of "missing"?
Maybe.
- "bzr merge" always merges, and you must commit.
- "bzr pull" does a trivial merge and commit if your local branch's
tip revision is an ancestor of the remote revision, otherwise it
aborts without changing anything. (A successful pull is also called
a "fast forward".)
- "bzr merge --pull" does the equivalent of "bzr pull" if possible,
otherwise it does "bzr merge". This means you will have to commit
separately when your local branch contains unpushed changes even if
you get a clean merge; only for a fast forward do you avoid the
commit step.
The above assumes there are no uncommitted local changes. If there
are, all of the above commands abort without doing anything.
- Re: Strange response after merge from upstream, (continued)
- Re: Strange response after merge from upstream, Alexander Belchenko, 2009/12/01
- Re: Strange response after merge from upstream, Eli Zaretskii, 2009/12/01
- Re: Strange response after merge from upstream, Óscar Fuentes, 2009/12/01
- Re: Strange response after merge from upstream, Eli Zaretskii, 2009/12/02
- Re: Strange response after merge from upstream, Óscar Fuentes, 2009/12/02
- Re: Strange response after merge from upstream, Eli Zaretskii, 2009/12/02
- Re: Strange response after merge from upstream, Stefan Monnier, 2009/12/02
- Re: Strange response after merge from upstream, Eli Zaretskii, 2009/12/02
- Re: Strange response after merge from upstream,
Stephen J. Turnbull <=
- Re: Strange response after merge from upstream, Óscar Fuentes, 2009/12/02
- Re: Strange response after merge from upstream, Stefan Monnier, 2009/12/02
- Re: Strange response after merge from upstream, Óscar Fuentes, 2009/12/02
- Re: Strange response after merge from upstream, Stefan Monnier, 2009/12/02
- Re: Strange response after merge from upstream, Alexander Belchenko, 2009/12/02