Issues resolved (5)
-------------------
105 - Accept interactive 'x' command in darcs rollback.
125 - Tell user that when we skip patches in interactive mode.
164 - Accept 'p' and 'x' in darcs record.
228 - (same)
379 - Do not show patch contents after help in interactive mode.

Accepted since the last cycle (28)
----------------------------------
Sun Aug 19 21:12:52 CEST 2007  Tommy Pettersson <[EMAIL PROTECTED]>
  * add some changelog entries

Fri Aug 10 23:59:02 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Refactor interactive patch selection.

Sat Aug 11 00:00:04 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * [issue105] Accept interactive 'x' command in darcs rollback.
  
Sat Aug 11 00:01:48 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * [issue164, issue228] Accept 'p' and 'x' in darcs record.
  
Sat Aug 11 00:02:30 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * [issue125] Tell user that when we skip patches in interactive mode.

Mon Aug 13 14:59:28 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Re-enable 'h' as a help key in interactive mode alongside '?'

Mon Aug 13 15:48:03 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Really rename --disable-ssh-cm to --no-ssh-cm.

Mon Aug 13 19:29:41 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Move ColourPrinter module to Darcs.ColourPrinter.

Mon Aug 13 19:43:04 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * [issue379] Do not show patch contents after help in interactive mode.

Mon Aug 13 21:52:04 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Fix bug in tag --checkpoint.

Tue Aug 14 22:47:09 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Always optimizeInventory in 'darcs tag'.

Wed Aug 15 11:41:09 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Minor comment fix.

Sun Aug 19 22:34:42 CEST 2007  Tommy Pettersson <[EMAIL PROTECTED]>
  * add test for --no-deps

Mon Aug 20 01:09:46 CEST 2007  Tommy Pettersson <[EMAIL PROTECTED]>
  * document --no-deps option

Wed Aug 22 14:28:53 CEST 2007  Tommy Pettersson <[EMAIL PROTECTED]>
  * simplify documentation on unrecord range options

Wed Aug 22 14:29:52 CEST 2007  Tommy Pettersson <[EMAIL PROTECTED]>
  * make nodeps test safer

Thu Aug 23 20:42:34 CEST 2007  David Roundy <[EMAIL PROTECTED]>
  * whitespace cleanup.

Fri Aug 24 18:57:47 CEST 2007  David Roundy <[EMAIL PROTECTED]>
  * always run the unit test

Fri Aug 24 17:58:02 CEST 2007  David Roundy <[EMAIL PROTECTED]>
  * simplify invertFL.

Wed Aug 22 14:55:55 CEST 2007  Jason Dagit <[EMAIL PROTECTED]>
  * Partial remerge

Wed Aug 22 15:21:47 CEST 2007  Jason Dagit <[EMAIL PROTECTED]>
  * Fix conflict with merging to unstable

Thu Aug 23 20:45:10 CEST 2007  David Roundy <[EMAIL PROTECTED]>
  * add some a new unit test module (starting out small).

Thu Aug 23 21:06:57 CEST 2007  David Roundy <[EMAIL PROTECTED]>
  * add eq_patches support for Conflicted, etc.

Thu Aug 23 21:35:26 CEST 2007  David Roundy <[EMAIL PROTECTED]>
  * introduce order-safe compare

Thu Aug 23 21:58:09 CEST 2007  David Roundy <[EMAIL PROTECTED]>
  * add not-test-passing test of remerge

Thu Aug 23 22:12:28 CEST 2007  David Roundy <[EMAIL PROTECTED]>
  * clean up unconflict_some_to_end

Fri Aug 24 17:39:31 CEST 2007  David Roundy <[EMAIL PROTECTED]>
  * add some more tests, and improve remerge.

Fri Aug 24 18:12:52 CEST 2007  David Roundy <[EMAIL PROTECTED]>
  * generalize new unit testing to sequences of patches.

Planning to accept (6)
----------------------
Mon Aug 20 07:16:13 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Make revert short help less cryptic.

Mon Aug 13 17:16:02 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Refactor Darcs.Arguments.

Wed Aug 15 21:28:56 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Remove now obsolete hackery.

Thu Aug 16 00:37:35 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Simplify seekRepo function.

Mon Aug 20 07:16:13 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Make revert short help less cryptic.

Mon Aug 20 07:22:38 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * [issue520] Make --checkpoint short help more explicit.

Waiting for review (17)
-----------------------
Tue Aug 14 22:45:05 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * [issue348] Never create tmpdir in _darcs.

Tue Aug 14 23:03:55 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Fix silly inefficiency in getCurrentDirectorySansDarcs.

Sat Aug 18 09:45:11 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Add a Darcs.RepoPath module for more explicit typing of FilePath.

Sat Aug 18 09:50:57 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Explicitly mark relative/absolute paths in command line parsing.

Sat Aug 18 09:31:21 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Add more tests for pull/push current repository.

Mon Aug 20 06:42:34 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Distinguish between basic options and advanced options.

Mon Aug 20 07:07:06 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Make some options advanced (e.g. --umask, --ignore-times).

Sun Aug 19 17:45:44 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Fix incorrect comment in test.

Sun Aug 19 18:18:28 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Generalise repodir tests to filepath.

Sun Aug 19 20:08:50 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * [issue427] Add path fixing to darcs send.

Sun Aug 19 20:42:34 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Distinguish between subpaths and relative paths.

Sun Aug 19 20:56:33 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Better handling of absolute paths.

Sun Aug 19 21:33:30 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Add issue268 test.

Sun Aug 19 21:34:24 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * [issue268] Fix bug in make_dotdots.

Sun Aug 19 22:16:19 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * [issue354, issue358] Handle corner cases pulling from self.

Sun Aug 19 22:18:09 CEST 2007  Eric Kow <[EMAIL PROTECTED]>
  * Add tests for issue354 and issue358.

Waiting for code (1)
--------------------
Tue Jan  9 22:08:35 CET 2007  Marnix Klooster <[EMAIL PROTECTED]>
  * 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.

Attachment: pgppLxZ0T8gym.pgp
Description: PGP signature

_______________________________________________
darcs-devel mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-devel

Reply via email to