emacs-devel
[Top][All Lists]
Advanced

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

Re: Installing changes from branches


From: Eli Zaretskii
Subject: Re: Installing changes from branches
Date: Sat, 03 Apr 2010 19:49:30 +0300

> Date: Sat, 03 Apr 2010 19:29:56 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
>       cd ../test
>       bzr merge --pull
>       [hack away, test, hack some more, until ready to go public]
>       bzr diff > ../foo

One possible variation at this point, important if I made local
commits to the test branch while working on this particular feature:

   bzr diff -rsubmit: > ../foo

The revision designated by `submit:' is the last common ancestor
between the trunk and the test branch, i.e. the last point where I
last re-synced with the trunk.  This is exactly the changes I made
that are not on the trunk.




reply via email to

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