[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Installing changes from branches
From: |
Óscar Fuentes |
Subject: |
Re: Installing changes from branches |
Date: |
Sat, 03 Apr 2010 16:30:06 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
[snip]
>> Something like a collapsed merge would be good, i.e. merge from quickfix,
>> but only record it as a single commit.
>
> Indeed, you can also do that:
>
> cd .../trunk
> bzr merge .../quickfix
> bzr revert --forget-merges
> bzr commit ...
>
> that's virtually the same as "diff&patch": it forgets all about the
> branch's history.
This requires to reset the `quickfix' branch afterwards, or the next
time it will merge the same changes again. So the full sequence would be
(untested):
cd .../trunk
bzr merge .../quickfix
bzr revert --forget-merges
bzr commit ...
cd .../quickfix
bzr pull --overwrite
The last command discards the local changes made on `quickfix' and makes
that branch a clone of `trunk'
- Re: Installing changes from branches, (continued)
- Re: Installing changes from branches, Eli Zaretskii, 2010/04/03
- Re: Installing changes from branches, Stefan Monnier, 2010/04/03
- Re: Installing changes from branches, Óscar Fuentes, 2010/04/03
- Re: Installing changes from branches, Eli Zaretskii, 2010/04/03
- Re: Installing changes from branches, Óscar Fuentes, 2010/04/03
- Re: Installing changes from branches, Eli Zaretskii, 2010/04/03
Re: Installing changes from branches, Juanma Barranquero, 2010/04/02
Re: Installing changes from branches, Jan Djärv, 2010/04/03
- Re: Installing changes from branches, Stephen J. Turnbull, 2010/04/03
- Re: Installing changes from branches, Stefan Monnier, 2010/04/03
- Re: Installing changes from branches,
Óscar Fuentes <=
- Re: Installing changes from branches, Jan Djärv, 2010/04/03
- Re: Installing changes from branches, Óscar Fuentes, 2010/04/03
- Re: Installing changes from branches, Eli Zaretskii, 2010/04/03
- Re: Installing changes from branches, Eli Zaretskii, 2010/04/03
- Re: Installing changes from branches, Óscar Fuentes, 2010/04/03
- Re: Installing changes from branches, Eli Zaretskii, 2010/04/03
- Re: Installing changes from branches, Óscar Fuentes, 2010/04/03
Re: Installing changes from branches, Stefan Monnier, 2010/04/03
Re: Installing changes from branches, Juanma Barranquero, 2010/04/03
Re: Installing changes from branches, Eli Zaretskii, 2010/04/03