Angus, It works well for me... Here is my sample hgrc. It's for yahoo, but you get the idea:
$ cat .hg/hgrc [paths] default = http://d-rats.com/hg/chirp.hg
[ui] username = Jens Jensen af5mi@yahoo.com
[extensions] hgext.mq= hgext.patchbomb= hgext.crecord=/Users/jens/build/hgext/crecord/
[email] from = Jens Jensen af5mi@yahoo.com to = chirp_devel@intrepid.danplanet.com method = smtp
[smtp] host = smtp.mail.yahoo.com port = 465 tls = smtps verifycert = loose username = af5mi@yahoo.com
On Dec 29, 2014, at 11:43 AM, Angus Ainslie angus@akkea.ca wrote:
On 2014-12-29 10:36, Tom Hayward wrote:
On Mon, Dec 29, 2014 at 9:06 AM, Angus Ainslie angus@akkea.ca wrote:
I'll give it another shot. I'm not very familiar with mercurial so it might take a while :)
The necessary commands are given here: http://chirp.danplanet.com/projects/chirp/wiki/DevelopersProcess
Tom KD7LXL
If mercurial is already setup I'm sure they work wonderfully, unfortunately on my system it is not.
For the mercurial noob like me it might be nice to add
hg qrefresh --amend
To the list on that page _______________________________________________ chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers