Hi Chris!

On Mon, May 21, 2012 at 12:46:25PM -0400, Chris Berg wrote:
> I don't know how to do that... I had been working in Tom's patch by
> mistake, but then I went to qrefresh, saw it was his patch, and then
> backed up all my changes, hg revert --all, and then went to my own
> patch. Was that not how I should do it? Sorry Tom! I backed up all my
> changes now, Tom if you know how to fix this then feel free to delete
> whatever.

        hg qnew mypatch
        hg qpop

Open Tom's patch and cut and paste your changes in mypatch. Then check
that those changes apply:

        hg qpush

and merge manually if needed. Finally, refresh mypatch, and fold
it into your usual ncsf patch:

        hg qrefresh
        hg qpop
        hg qfold mypatch

Good luck!

Cheers,
                                Nicolas
--
Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to