[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 03:37:41 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
> I noticed recently that some people install small changes
> from "quickfix branches" by something like:
>
> cd .../trunk
> bzr merge .../quickfix
> bzr commit ...
>
> This is fine if the quickfix has only a single commit or OTOH is a long
> running branch with many different real commits. But not if the branch
> has barely more than 1 real commit plus various "merge from trunk".
> E.g.:
[snip]
> Another very good solution is
[snip]
And there is yet another solution, which is to bind the quickfixes
branch to upstream. Instead of `bzr merge', do `bzr update'. When you
finish a change, `bzr commit' will send it automatically upstream.
- Installing changes from branches, Stefan Monnier, 2010/04/02
- Re: Installing changes from branches,
Óscar Fuentes <=
- 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