On Wed, Dec 31, 2014 at 12:52 PM, jml jml@jmlzone.com wrote:
Hi All, Here is a dumb question, but Jens and I have been working back and forth on the TYT TH9800. He is on vacation for a few weeks and I would like to start the new year with an initial cut at the TH9800. I do have mercurial on my Mac where I have been developing and have been doing local commits along the way along with pulls and update from the repository.
In other HG environments I have used I would just do a “push” to send my changes, but I think you are doing something different. So after I do a bit more testing how do I deliver a rather significant change to the th9800.py file?
thanks.
James N1DDK.
Hi James,
The two ways that I know how to do it in my Windows 7 environment are...
HG EXPORT TIP > {SomeFileName}.patch
Then just attach the {SomeFileName}.patch to an email to the "chirp-devel" mailing list.
and the other is (which is the one I use)...
HG EMAIL TIP