darcs

Patch 151 Warn for extra patches before selection in apply

Title Warn for extra patches before selection in apply
Superseder Nosy List darcs-users, galbolle, kowey
Related Issues
Status accepted Assigned To
Milestone

Created on 2010-02-02.14:14:52 by galbolle, last changed 2011-05-10.18:05:32 by darcswatch. Tracked on DarcsWatch.

Files
File name Status Uploaded Type Edit Remove
unnamed galbolle, 2010-02-02.14:14:52 text/plain
warn-for-extra-patches-before-selection-in-apply.dpatch galbolle, 2010-02-02.14:14:52 text/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg9925 (view) Author: galbolle Date: 2010-02-02.14:14:52
1 patch for repository http://darcs.net:

Tue Jan  5 15:30:46 CET 2010  Florent Becker <florent.becker@ens-lyon.org>
  * Warn for extra patches before selection in apply
Attachments
msg9964 (view) Author: kowey Date: 2010-02-08.08:27:01
On Tue, Feb 02, 2010 at 14:14:52 +0000, Florent Becker wrote:
> Tue Jan  5 15:30:46 CET 2010  Florent Becker <florent.becker@ens-lyon.org>
>   * Warn for extra patches before selection in apply

Seems fairly straightforward.  Applied.

Warn for extra patches before selection in apply
------------------------------------------------
> Florent Becker <florent.becker@ens-lyon.org>**20100105143046
> ] hunk ./src/Darcs/Commands/Apply.lhs 168
>         do putStr $ "All these patches have already been applied.  " ++
>                       "Nothing to do.\n"
>            exitWith ExitSuccess
> +  putVerbose opts $ text "We have the following extra patches:"
> +  putVerbose opts . vcat $ mapRL description us'
>    with_selected_changes "apply" fixed_opts Nothing their_ps_filtered $
>                              \ (to_be_applied:>_) ->
>                                  applyItNow opts from_whom repository us' to_be_applied
> hunk ./src/Darcs/Commands/Apply.lhs 188
>             exitWith ExitSuccess
>     check_paths opts to_be_applied
>     redirectOutput opts from_whom $ do
> -    putVerbose opts $ text "We have the following extra patches:"
> -    putVerbose opts . vcat $ mapRL description us'

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
msg9968 (view) Author: darcswatch Date: 2010-02-08.08:45:41
This patch bundle (with 1 patches) was just applied to the repository http://darcs.net/.
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__darcs.net_.html#bundle-d17107be19c7ff4cd2c2778a7a0ab73f4a7eeef1
msg14079 (view) Author: darcswatch Date: 2011-05-10.18:05:32
This patch bundle (with 1 patches) was just applied to the repository http://darcs.net/reviewed.
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__darcs.net_reviewed.html#bundle-d17107be19c7ff4cd2c2778a7a0ab73f4a7eeef1
History
Date User Action Args
2010-02-02 14:14:52galbollecreate
2010-02-02 14:22:29darcswatchsetdarcswatchurl: http://darcswatch.nomeata.de/repo_http:__darcs.net_.html#bundle-d17107be19c7ff4cd2c2778a7a0ab73f4a7eeef1
2010-02-08 08:27:03koweysetnosy: + kowey
messages: + msg9964
2010-02-08 08:45:41darcswatchsetstatus: needs-review -> accepted
messages: + msg9968
2011-05-10 18:05:32darcswatchsetmessages: + msg14079