emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Workflow to accumulate individual changes?


From: Juanma Barranquero
Subject: Workflow to accumulate individual changes?
Date: Wed, 30 Dec 2009 22:34:07 +0100

Let's suppose I want to create a local post-23.2 branch where I do
want to commit small changes to install on the trunk post-release. I
don't want to be forced to create a task branch for every one of them,
because they are small changes, and a new branch implies having to
bootstrap[1] anew. So I'd like to accumulate the changes into a single
branch.

Once the trunk is open again, what would be the procedure to install
the changes? Obviously not "bzr merge ../post-23.2", because that
would create a single [merge] commit. Will I be forced to repeat "bzr
log" and "bzr merge --revision=REVID ../post-23.2" for each change?
That seems a bit cumbersome. Is there any way to simplify it? Perhaps
a plugin?

    Juanma




reply via email to

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