Hi,
here is a bunch of patches to improve darcs send UI, with corresponding
tests.
Note that issue 2013 is not fully solved: darcs send --to x --context y
will not ask for a target email address, but if the --to tag is omitted,
darcs will NOT look for the default email address in the default
repository.
I think it is sane not to use the default address because the default
repo might not be related with the context file; nonetheless, it could
be nice to suggest/remind this address when asking for a target (Eric's
idea on IRC). Note that this would imply querying the default repo,
although it is not related to the context file; no idea if this is an
issue. Anyway, I think it is a _separate_ issue.
Best regards,
Gabriel
8 patches for repository http://darcs.net/screened:
Thu Dec 9 01:42:14 CET 2010 Gabriel Kerneis <kerneis@pps.jussieu.fr>
* Remove redundant import
Thu Dec 9 12:01:26 CET 2010 Gabriel Kerneis <kerneis@pps.jussieu.fr>
* resolve issue 2012: do not display target address with -o/-O
Thu Dec 9 14:52:04 CET 2010 Gabriel Kerneis <kerneis@pps.jussieu.fr>
* Export Darcs.Externals.haveSendmail
Fri Dec 10 09:11:11 CET 2010 Gabriel Kerneis <kerneis@pps.jussieu.fr>
* resolve issue2013: handle --to flags in darcs send --context
Fri Dec 10 10:46:10 CET 2010 Gabriel Kerneis <kerneis@pps.jussieu.fr>
* resolve issue1344: abort early if can't send
Wed Dec 15 15:00:06 CET 2010 Gabriel Kerneis <kerneis@pps.jussieu.fr>
* Test issue2013: do not ignore --to in darcs send --context
Wed Dec 15 15:00:19 CET 2010 Gabriel Kerneis <kerneis@pps.jussieu.fr>
* Test issue1344: fail early if sendmail is not available
Wed Dec 15 15:46:19 CET 2010 Gabriel Kerneis <kerneis@pps.jussieu.fr>
* Test issue2012: darcs send -o shall not print a "will be sent to" line
Attachments
|