question about patchbomb
Johan Samyn
johan.samyn at gmail.com
Wed Jan 20 22:00:37 UTC 2010
Hi,
The "hg email" command works allright, but is there a way to avoid
having to type a Cc: every time I perform the "hg email" command ?
I just hit return, and it continues. but I don't see the point of
always being asked for a Cc:.
Putting an empty Cc: entry in the repo-hgrc doesn't help neither.
I'm using Mercurial v1.3.1 on Ubuntu 9.10.
This is (part of) my repo-specific hgrc file :
--- start ----------
[email]
from = Johan Samyn <johan.samyn at gmail.com>
to = <some-email-address>
#cc =
method = smtp
[smtp]
host = smtp.gmail.com
port 587
tls = True
username = johan.samyn at gmail.com
#password =
--- end ----------
Johan
More information about the Mercurial
mailing list