[darcs-devel] patches accepted 2007-08-05

Eric Y. Kow eric.kow at gmail.com
Sun Aug 5 13:58:11 PDT 2007


Notes

1. I've snuck in a couple of minor patches, particularly
     * Use readFilePS instead of readFile for 'show contents' command.
   Thanks to haskell_policy; go Tommy!

2. Minor UI change in amend-record (if you amend a patch with a different
   email address than what you have set for yourself, it will ask for
   confirmation).

3. New amend-record metadata editing, and 'show contents' command

Issues addressed (7)
--------------------
  * issue77, issue161 - implement amend-record --edit-long-comment, etc.
  * issue141 - implement darcs show contents command.
  * issue316 - prompt for confirmation if amending someone else's patch.
  * issue353 - resurrect --no-deps
  * issue389 - support record -m --prompt-long-comment.
  * issue467 - changes --context --repodir

Accepted since the last cycle (43)
----------------------------------
Mon Jul 30 00:54:10 CEST 2007  Tommy Pettersson <ptp at lysator.liu.se>
  * resolv issue490 fix in stable (will conflict with resolv in unstable)

Mon Jul 30 22:42:20 CEST 2007  Eric Kow <eric.kow at loria.fr>
  * Resolve the expected conflict with 'resolv issue490 fix'

Fri Aug  3 00:02:05 CEST 2007  David Roundy <droundy at darcs.net>
  * fix website in darcs.cgi.

Mon Jul 30 00:52:49 CEST 2007  Tommy Pettersson <ptp at lysator.liu.se>
  * fix typo

Wed Aug  1 23:22:56 CEST 2007  Tommy Pettersson <ptp at lysator.liu.se>
  * make --no-deps work with push and send

Wed Aug  1 23:25:19 CEST 2007  Tommy Pettersson <ptp at lysator.liu.se>
  * make --no-deps work with obliterate, unrecord and unpull

Wed Aug  1 23:30:28 CEST 2007  Tommy Pettersson <ptp at lysator.liu.se>
  * resurrect --no-deps [issue353]

Sun Aug  5 08:14:31 CEST 2007  Eric Kow <eric.kow at loria.fr>
  * Resolve conflicts between issue353 and GUI removal patches.

Sun Aug  5 10:44:45 CEST 2007  Eric Kow <eric.kow at loria.fr>
  * Fix typo.

Fri Jul 27 03:25:03 CEST 2007  David Roundy <droundy at darcs.net>
  * mark dangerous code with a fixme.

Sat Jul 28 11:50:57 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * Slightly refactor unpull (make it an alias).

Mon Jul 30 20:11:38 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * Hide darcs unpull command.

Sun Aug  5 12:58:18 CEST 2007  Eric Kow <eric.kow at loria.fr>
  * Fix conflict between unpull refactor and --no-deps.

Wed Jul 25 23:11:57 CEST 2007  Eric Kow <eric.kow at loria.fr>
  * Add some rudimentary amend-record + metadata tests.

Fri Jul 27 22:32:37 CEST 2007  Eric Kow <eric.kow at loria.fr>
  * Combine get_patchname with get_log in record command.
  
Fri Jul 27 22:35:03 CEST 2007  Eric Kow <eric.kow at loria.fr>
  * [issue389] Support record -m --prompt-long-comment.

Fri Jul 27 22:36:06 CEST 2007  Eric Kow <eric.kow at loria.fr>
  * Catch bad patch names in record --pipe.

Fri Jul 27 22:52:33 CEST 2007  Eric Kow <eric.kow at loria.fr>
  * [issue161] Implement amend-record --edit-long-comment, etc.
  
Sat Jul 28 07:36:12 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * Allow amend-record to edit metadata even if no changes are selected.

Sat Jul 28 07:47:52 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * Add patchname to logfile when amending long comment.
  
Sat Jul 28 07:55:05 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * Do not run test suite if amending metadata only.

Sun Jul 29 21:14:34 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * Fix conflicts between issue308 fix and amend-record metadata editing.

Mon Jul 30 20:47:57 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * Rename (again) query/list to show.
  
Mon Jul 30 21:36:03 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * Rename fix_maybe_absolute and friends to something clearer.
  
Mon Jul 30 21:37:03 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * Move just_dir helper function to Darcs.FilePathUtils.

Tue Jul 31 21:07:48 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * Export the non-interactive part of get_author.

Tue Jul 31 21:28:45 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * [issue316] Prompt for confirmation if amending someone else's patch.

Wed Aug  1 20:40:51 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * [issue467] changes --context --repodir

Wed Aug  1 20:41:38 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * Add test for issue467.

Wed Aug  1 22:30:53 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * Add test for show contents command.

Thu Aug  2 06:08:13 CEST 2007  Eric Kow <eric.kow at gmail.com>
  * [issue141] Implement darcs show contents command.

Sun Aug  5 16:20:53 CEST 2007  Eric Kow <eric.kow at loria.fr>
  * Fix 'show contents' documentation and help.

Sun Aug  5 21:08:30 CEST 2007  Eric Kow <eric.kow at loria.fr>
  * Use readFilePS instead of readFile for 'show contents' command.

Sat Jun 23 02:01:36 CEST 2007  Jason Dagit <dagit at codersbase.com>
  * Added fancy_commute, still working on fancy_merge

Wed Jun 27 01:05:58 CEST 2007  Jason Dagit <dagit at codersbase.com>
  * Implemented fancy_mergeFL_FL

Wed Jun 27 01:52:49 CEST 2007  Jason Dagit <dagit at codersbase.com>
  * Implemented fancy_mergeFL_FL2

Wed Jul 25 23:54:29 CEST 2007  Jason Dagit <dagit at codersbase.com>
  * Fixed fancy_mergeFL and fancy_mergeFL_FL

Fri Jul 27 20:54:00 CEST 2007  David Roundy <droundy at darcs.net>
  * add named primitive subpatch helpers.

Fri Jul 27 21:31:53 CEST 2007  David Roundy <droundy at darcs.net>
  * add (unused) "cancel" patches.

Sat Jul 28 02:06:18 CEST 2007  David Roundy <droundy at darcs.net>
  * add marking of cancelled patches

Wed Aug  1 22:58:59 CEST 2007  David Roundy <droundy at darcs.net>
  * add new Merge module.

Thu Aug  2 00:55:40 CEST 2007  David Roundy <droundy at darcs.net>
  * cut new merge code from old Commute module.

Mon Jul 23 00:15:33 MST 2007  Kevin Quick <quick at sparq.org>                                                          
  * Use System.Directory.copyFile for file copying.      

Waiting for code (1)
--------------------
Tue Jan  9 22:08:35 CET 2007  Marnix Klooster <marnix.klooster at gmail.com>
  * Added test for issue381.

Waiting for resubmission
------------------------
2007-01-13 Marco Túlio Gontijo e Silva  quotes in prefs file (issue347) 
2007-04-14 Eric Kow                     cabalisation

-- 
Eric Kow                     http://www.loria.fr/~kow
PGP Key ID: 08AC04F9         Merci de corriger mon français.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://lists.osuosl.org/pipermail/darcs-devel/attachments/20070805/d3b365d5/attachment.pgp


More information about the darcs-devel mailing list