move changes to branch retroactively?

Matthew Turk matthewturk at gmail.com
Thu Jan 8 15:41:26 UTC 2015


Hi Neal,

On Thu, Jan 8, 2015 at 9:35 AM, Neal Becker <ndbecker2 at gmail.com> wrote:

> I have 2 commits to default that I'd now like to move off of default onto
> a new
> branch.  Can I do this?
>

Yup, you can do this with rebase (or rebase --keep if you don't want to
delete the changes or if they are already in public phase).  Just rebase
onto your destination branch.

-Matt


>
> --
> -- Those who don't understand recursion are doomed to repeat it
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20150108/300e6ada/attachment-0002.html>


More information about the Mercurial mailing list