darcs

Patch 1223 Remove some trailing spaces (and 3 more)

Title Remove some trailing spaces (and 3 more)
Superseder Nosy List owst
Related Issues
Status accepted Assigned To
Milestone

Created on 2014-11-15.13:24:28 by owst, last changed 2015-02-12.18:27:53 by gh.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt owst, 2014-11-15.13:24:28 text/x-darcs-patch
remove-some-trailing-spaces.dpatch owst, 2014-11-15.13:24:28 application/x-darcs-patch
unnamed owst, 2014-11-15.13:24:28
See mailing list archives for discussion on individual patches.
Messages
msg17801 (view) Author: owst Date: 2014-11-15.13:24:28
Follow up on --not-in-remote patch, by allowing multiple repos, and using the
default push/pull repo if no arg given

Patch 1) Trivial whitespace
Patch 2) Allow multiple not-in-remote s and default to push/pull repo
Patch 3) Simple tidy-up
Patch 4) Abstract over common implmentation for multi-arg options

4 patches for repository http://www.darcs.net:

Sat Nov 15 11:49:44 GMT 2014  Owen Stephens <darcs@owenstephens.co.uk>
  * Remove some trailing spaces

Sat Nov 15 12:50:47 GMT 2014  Owen Stephens <darcs@owenstephens.co.uk>
  * Improve --not-in-remote, allowing multiple repos and use default
  
  Handle multiple repos, and use the default push/pull repo if no arg 
  is passed

Sat Nov 15 12:50:51 GMT 2014  Owen Stephens <darcs@owenstephens.co.uk>
  * Use fromMaybe d x instead of maybe d id x

Sat Nov 15 12:50:51 GMT 2014  Owen Stephens <darcs@owenstephens.co.uk>
  * Abstract out some common code in UI/Options/Util
Attachments
msg17916 (view) Author: gh Date: 2014-12-15.19:28:07
Review of patch 2 (others are easy):

* D.R.Prefs: refactor; ok
* Unrecord: the main change. getNotInRemotePatches is new: announces the
list of not-in-remote repos and does the union of their patches
* D.Options.Util: new option constructor that allows a single flag to be
used several times and with an optional string parameter.
* Test script: OK

Accepted.
msg18100 (view) Author: gh Date: 2015-02-12.18:27:53
I have to push this into branch 2.10 since it's a dependency of a
patch we want (renaming rebase changes to rebase log).
History
Date User Action Args
2014-11-15 13:24:28owstcreate
2014-11-18 06:51:48ganeshsetstatus: needs-screening -> needs-review
2014-12-15 19:28:08ghsetstatus: needs-review -> accepted
messages: + msg17916
2015-02-12 18:27:53ghsetmessages: + msg18100