
OK, I guess today was my lucky day. Attached is the test suite image for the ID-51A.
Here's what I did (it may be instructive for newbies):
=>cd [base directory] =>hg clone http://d-rats.com/hg/chirp.hg =>cd chirp.hg =>unzip ..\ChirpUpdates.zip .hg\hgrc # My backup to use after wiping =>unzip ..\ChirpUpdates.zip chirp\id51.py # Ditto
# Edit and test ...
=>hg qnew -ef id51 =>hg export tip > id51.patch # This contained nothing but the commit message, ha ha. =>hg qdel id51 # error # OK, let's try again. Oops! =>hg qunapplied id51 # Will this help ? =>hg qdel id51 # error # Nope ... =>hg qpop # Ah, the joys of experimentation =>hg qdel id51 # Ah HA!
=>hg add chirp\id51.py # Wild guess =>hg qnew -ef id51 # Once more into the breach =>hg export tip > id51.patch # Bingo! =>hg email tip this patch series consists of 1 patches.
To: chirp_devel@intrepid.danplanet.com Cc:
abort: (535, 'Error: authentication failed')
# Remove quotes around password in .hg/hgrc & try again ... # Like, you can't quote special characters in a password ? # The docs say it strips leading and trailing spaces. # OK, so I don't use a password with a leading or trailing space, # but still ...
=>hg email tip this patch series consists of 1 patches.
To: chirp_devel@intrepid.danplanet.com Cc:
sending [PATCH] [id51] Add support for Icom ID-51A #553 ...