[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Workflow to accumulate individual changes?
From: |
Eli Zaretskii |
Subject: |
Re: Workflow to accumulate individual changes? |
Date: |
Sat, 02 Jan 2010 19:05:02 +0200 |
> From: "Stephen J. Turnbull" <address@hidden>
> Cc: address@hidden,
> address@hidden
> Date: Sun, 03 Jan 2010 00:30:44 +0900
>
> > > cd build-test
> > > make bootstrap
> > > make test # if you like, but should be OK :-)
> > > for i = 1 2 3; do
> > > cd ..
> > > bzr branch trunk fix$i
> > > cd fix$i
> > > # hack
> > > bzr commit -m "fix$i"
> > > cd ../build-test
>
> Oops, this is where I went WRONG:
>
> > > bzr checkout ../fix$i
>
> RIGHT:
>
> bzr switch ../fix$i
[snip]
Thanks, I'm saving these recipes for when I will need them.
Re: Workflow to accumulate individual changes?, Stephen J. Turnbull, 2010/01/01
Re: Workflow to accumulate individual changes?, Stephen J. Turnbull, 2010/01/01
Re: Workflow to accumulate individual changes?, Stephen J. Turnbull, 2010/01/01
Re: Workflow to accumulate individual changes?, Alfred M. Szmidt, 2010/01/01
Re: Workflow to accumulate individual changes?, Alfred M. Szmidt, 2010/01/01