Hey Dan,<div>I was just about to recommend CHIRP to a friend with a T7H, but I realized release 0.2.3 doesn&#39;t appear to include T7H support, as evidenced by the test report and lack of a ict7h.py file in the tarball. Is it being held back due to limited field testing at this point?<br>

<br><div class="gmail_quote">On Wed, Jul 18, 2012 at 7:50 PM, Dan Smith <span dir="ltr">&lt;<a href="mailto:dsmith@danplanet.com" target="_blank">dsmith@danplanet.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">&gt; Is there a more efficient way I can submit patches in the future, a lá<br>
&gt; github pull requests? I&#39;m really struggling to construct the patches you<br>
&gt; desire using mercurial. I&#39;m used to git&#39;s extensive history rewriting<br>
&gt; facilities. Can I submit a git diff instead of an hg export?<br>
<br>
</div>You can, but then I have to commit it and manually specify your username.<br>
<br>
If you enable the mq extension in mercurial, you can &quot;qimport&quot; a<br>
revision, change it, &quot;qrefresh&quot; it, and then &quot;qfinish&quot; it back into a<br>
changeset. However, it&#39;s much easier if you never actually commit it and<br>
just use &quot;qnew&quot; and &quot;qrefresh&quot; to edit it. It&#39;s quilt-like functionality<br>
integrated into mercurial, which is really ideal for preparing patches<br>
for upstream. It&#39;s so handy for that, I loathe using git for similar<br>
operations.<br>
<div class="im"><br>
&gt; I&#39;ve attached a patch with your suggested edits.<br>
<br>
</div>Applied, thanks very much for your work and patience!<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Dan Smith<br>
<a href="http://www.danplanet.com" target="_blank">www.danplanet.com</a><br>
KK7DS<br>
<br>
</div></div><br>_______________________________________________<br>
chirp_devel mailing list<br>
<a href="mailto:chirp_devel@intrepid.danplanet.com">chirp_devel@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_devel" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_devel</a><br>
<br></blockquote></div><br></div>