On 2013-04-08 10:30, Dean Gibson AE7Q
wrote:
On 2013-04-08 10:26, Dean Gibson AE7Q wrote:
On 2013-04-08 10:13, Dean Gibson AE7Q
wrote:
On 2013-04-08 09:47, Dean Gibson wrote:
# HG changeset patch
# User Dean Gibson <data@ae7q.net>
# Date 1365439588 25200
# Node ID 57974ea210e81f4786276739e00636aa79d47673
# Parent a7c11650b9bb5f8f03111c25b39084c158d7e871
Fix missing callsign tag field in Icom ID-31 #771 ..
I have no idea where the one-line change went ... Stand by ...
OK, where is the Chirp web page for submitting patches
(specifically,
using hg)???
Preferably, I would NOT like the URL. I would prefer how to get
there
by following links from the Chirp home page, unless that doesn't
exist.
OK, found it: Documentation, Developers Welcome, CHIRP
Development Process.
OK, I blew away my whole local chirp.hg copy, did the hg
clone again, reapplied the change, and it worked. The only
differences were:
1. The first time, I accidentally did "hg qnew -ef id51", instead
of id31. My guess is that this name is local and doesn't matter, but
I wanted to do it "right". So, I then did "hg qpop" and "hg qdel
id51", and then did a "hg qnew -ef id31". "hg diff" showed my
changes, but not "hg export".
2. The first time, in Notepad I did a "Save" followed by "Exit";
the second time I just did an "Exit", and confirmed the save as part
of the exit.
I suspect #1, but I don't know what I did "wrong".