[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to deal with octave HG archive correctly?
From: |
John W. Eaton |
Subject: |
Re: How to deal with octave HG archive correctly? |
Date: |
Wed, 12 Nov 2008 16:50:43 -0500 |
On 12-Nov-2008, Michael Goffioul wrote:
| Assuming that you made some changes to the code, but didn't
| commit them yet, you can easily convert the changes into to
| mq patch by using "hg qnew -f patch_name". That's what I do
| all the time...
OK, that's another useful thing to know. I didn't realize that you
could create a new patch after changes had already been made.
Thanks,
jwe