<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<font size="-1">Thanks Dan!<br>
<br>
I was able to speak with Dan Clemmensen (he's in the same club I'm
in) and will be able to provide one more fix to the ft4 driver
(frequency limitations). The patches should arrive tonight, I
hope.<br>
<br>
<br>
73<br>
Bernhard<br>
</font><br>
<div class="moz-cite-prefix">On 05-Feb-20 13:45, Dan Smith via
chirp_devel wrote:<br>
</div>
<blockquote type="cite"
cite="mid:E25025AF-9862-448D-9792-5BDF412D354D@danplanet.com">
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">I usually just use patchbomb to submit patches one at a time. But if
you have a list of applied patches, I believe it will send the series
with the same command.
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
It will send a series if you provide it a range, so if you want to email all the patches you have queued, something like this:
hg email -r qbase:qtip
If you want to send just the top two:
hg email -r qtip~1:qtip
Or just two specific ones:
hg email -r qtip~4 -r qtip~1
There are several examples in 'hg email -h' that might be helpful.
--Dan
_______________________________________________
chirp_devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:chirp_devel@intrepid.danplanet.com">chirp_devel@intrepid.danplanet.com</a>
<a class="moz-txt-link-freetext" href="http://intrepid.danplanet.com/mailman/listinfo/chirp_devel">http://intrepid.danplanet.com/mailman/listinfo/chirp_devel</a>
Developer docs: <a class="moz-txt-link-freetext" href="http://chirp.danplanet.com/projects/chirp/wiki/Developers">http://chirp.danplanet.com/projects/chirp/wiki/Developers</a>
</pre>
</blockquote>
<br>
</body>
</html>