Sun Nov 11 21:49:31 CET 2007  Tommy Pettersson <[EMAIL PROTECTED]>
  * add some changelog entries

Tue Jan 15 22:48:38 CET 2008  Tommy Pettersson <[EMAIL PROTECTED]>
  * add some changelog entries
New patches:

[add some changelog entries
Tommy Pettersson <[EMAIL PROTECTED]>**20071111204931] 
<
> {
hunk ./changelog.in/entries/ptp 690
 > add support for partial and lazy downloading of hashed repositories.
 > (David Roundy)
 
+match: exact "add \"hidden\" printer, for printing things to screen but not file."
+> Add "hidden" printer, for printing things to screen but not file. (David
+> Roundy)
+
+match: exact "make Doc a newtype, so we can define a Show instance."
+> Make Doc a newtype, so we can define a Show instance. (David Roundy)
+
+match: exact "add format infrastructure for darcs-2 repo format."
+> Add format infrastructure for darcs-2 repo format. (David Roundy)
+
+match: exact "Better handling of absolute paths."
+> Better handling of file paths. Distinguish between paths to files
+> belonging to the repository as well as not belonging to the repository,
+> both in absolute and relative form. (Eric Kow)
+
+match: exact "Fix some absolute path regressions."
+> Fix some bugs introduced by Better handling of file paths. (Eric Kow)
+
+match: exact "[issue427] Add path fixing to darcs send."
+> Fix path issue for darcs send. (Issue427, Eric Kow)
+
+match: exact "Check for potential hash collision in writeHashFile."
+> Check for potential hash collision in writeHashFile. (Eric Kow)
+
+match: exact "[issue553] Do not attempt to write hash file if it already exists."
+> Don't try to write hash file if it already exists, as you can not
+> overwrite an open file on Windows. (Issue553, Eric Kow)
+
+match: exact "[issue553] Allow for files in _darcs/inventories to be gzipped."
+> Allow for files in _darcs/inventories to be gzipped. This is not
+> specifically related to issue553, but it fixes a regression introduced by
+> the issue553 fix. (Issue553, Eric Kow)
+
+match: exact "Close handle when done reading it lazily."
+> Close file handles when done reading it lazily. (Eric Kow)
+
+match: exact "Modernise and enhance buggy renameFile workaround."
+> Modernize and enhance buggy renameFile workaround by using the
+> hierarchical library structure and only catching 'does not exist' errors.
+> (Eric Kow)
+
+match: exact "[issue354, issue358] Handle corner cases pulling from self."
+> Handle corner cases when pulling from current repository. (Issue354,
+> Issue358, Eric Kow)
+
+match: exact "[issue268] Fix bug in make_dotdots."
+> Fix bug in make_dotdots when pushing from a subdirectory. (Issue268, Eric
+> Kow)
+
+match: exact "[issue320] Disable mmap under Windows."
+> Disable mmap under Windows. (Issue320, Eric Kow)
+
+match: exact "[issue319, issue440] Backup unmanged working dir files as needed."
+> Backup unmanaged files in the working directory when they are overwritten
+> by managed files with the same names in pulled or applied patches.
+> (Issue319, Issue440, Eric Kow)
+
+match: exact "[issue259] Documentation: files already being tracked are never boring."
+> Document behavior of "boring" managed files. (Issue259, Eric Kow)
+
+match: exact "make_changelog requires Text.PrettyPrint which is in package pretty in GHC 6.8"
+> Make make_changelog GHC 6.8 compliant. (Ganesh Sittampalam)
+
+match: exact "GHC 6.8 needs containers package"
+> GHC 6.8 needs containers package. (Ganesh Sittampalam)
+
+match: exact "configure hack to deal with openFd -> fdToHandle' renaming in GHC 6.8"
+> Configure hack to deal with openFd -> fdToHandle' renaming in GHC 6.8.
+> (Ganesh Sittampalam)
+
+match: exact "Summarise calls to GHC in makefile."
+> When building, print summarized call to GHC in makefile, instead of very
+> long command lines with many boring options. VERBOSE=1 reverts to showing
+> options again. (Eric Kow)
+
+match: exact "add svg logo."
+> Add svg logo. (David Roundy)
+
+match: exact "mercurial files are boring."
+> Add patterns for mercurial files to default boring patterns. (David
+> Roundy)
+
+match: exact "[issue537] Clarify error message for --last."
+> Clarify in error message that darcs option --last requires a *positive*
+> integer argument. (Issue537, Eric Kow)
+
+match: exact "Fix silly inefficiency in getCurrentDirectorySansDarcs."
+> Optimize getCurrentDirectorySansDarcs a little. (Eric Kow)
+
+match: exact "[issue348] Never create tmpdir in _darcs."
+> Never create temporary directories in the _darcs directory. (Issue348,
+> Eric Kow)
+
+match: exact "Make revert short help less cryptic."
+> Make revert short help less cryptic. (Eric Kow)
+
+match: exact "[issue520] Make --checkpoint short help more explicit."
+> Make --checkpoint short help more explicit. (Issue520, Eric Kow)
+
+
}
[add some changelog entries
Tommy Pettersson <[EMAIL PROTECTED]>**20080115214838] 
<
> {
hunk ./changelog.in/entries/ptp 789
 match: exact "[issue520] Make --checkpoint short help more explicit."
 > Make --checkpoint short help more explicit. (Issue520, Eric Kow)
 
+match: exact "Always optimizeInventory in 'darcs tag'."
+> Always optimize the inventory in 'darcs tag'. (Eric Kow)
+
+match: exact "Fix bug in tag --checkpoint."
+> Fix bug in Tag --checkpoint where the inventory was not updated. (Eric
+> Kow)
+
+match: exact "Really rename --disable-ssh-cm to --no-ssh-cm."
+> Fix accidental regression of --no-ssh-cm flag. (Eric Kow)
+
+match: exact "Move conditional #include from Darcs.External to makefile."
+> Move conditional #include from Darcs.External to makefile.  The GHC
+> manual says that this is *not* the preferred option, but for some reason,
+> the include pragmas seem to get ignored.  Perhaps it is because the
+> requirement that the pragmas be on the top of the file conflict with the
+> #ifdef statements.  In any case, this patch gets rid of the warning on
+> MacOS X: warning: implicit declaration of function 'tgetnum'. (Eric Kow)
+
+match: exact "Pass CFLAGS to the assembler"
+> Pass CFLAGS to the assembler. E.g. -mcpu is essential on sparc. (Lennart
+> Kolmodin)
+
+match: exact "[issue69] Add a table of environmental variables to the manual."
+> Add a table of environmental variables to the manual. (issue69, Eric Kow)
+
+match: exact "[issue141] Implement darcs show contents command."
+> Implement darcs show contents command. It shows the contents of a file at
+> a given version. (issue141, Eric Kow)
+
+match: exact "optimize optimize --reorder."
+> Optimize 'darcs optimize --reorder'. (David Roundy)
+
+match: exact "Added --nolinks option to request actual copies instead of hard-links for files."
+> New --nolinks option to request actual copies instead of hard-links for
+> files. (Kevin Quick)
+
+match: exact "Use System.Directory.copyFile for file copying."
+> Use System.Directory.copyFile for file copying. (Kevin Quick)
+
+match: exact "improve error message when unable to access a repository."
+> Improve error message when unable to access a repository. (David Roundy)
+
+match: exact "Always use cloneFile for copying files."
+> Switch to using new Haskell standard library function cloneFile for
+> copying files. (Kevin Quick)
+
+match: exact "move to pure record-access in Patch.Info."
+> Use pure record-access for PatchInfo in Patch.Info. (David Roundy)
+
+match: exact "[issue386] Fix some --dry-run messages: \"Would push\" not \"Pushing\"."
+> Fix some --dry-run messages: "Would push" instead of "Pushing".
+> (issue386, Eric Kow)
+
+match: exact "[issue313] Ensure that logfile for record has trailing newline."
+> Ensure that logfile for record has trailing newline. (issue313, Eric Kow)
+
+match: exact "Remove more GUI code."
+> Remove more GUI code. (Eric Kow)
+
+match: exact "[issue467] changes --context --repodir"
+> Make Changes --context --repodir work. (Issue467, Erik Kow)
+
+match: exact "Implement apply --dry-run (issue37)."
+> Implement Apply --dry-run. (Issue37, Eric Kow)
+
+match: exact "Filter out empty filenames (issue396)."
+> Filter out any empty filenames from the command line arguments.
+> (Issue396, Eric Kow)
+
+match: exact "Do not set defaultrepo if --dry-run (issue186)."
+> Never change defaultrepo if --dry-run is used (issue186, Eric Kow)
+
+match: exact "Add all pulled repos to _darcs/prefs/repos (issue368)."
+> Add all pulled repositories to _darcs/prefs/repos. (Issue368, Eric Kow)
+
+match: exact "Fix supercommand --help (issue282)."
+> Fix <supercommand> --help. (Issue282, Eric Kow)
+
+match: exact "String parameters to libcurl are kept alive to conform with the api specification"
+> Don't garb string parameters passed to libcurl, as required by the api
+> specification. (Daniel Gorin)
+
+match: exact "Use prettyException in clarify_errors (issue73)."
+> Use prettyException in clarify_errors so we don't blame user for darcs'
+> own errors. (Issue73, Eric Kow)
+
+match: exact "Fix missing newline in inventory (issue412)."
+> Fix problem with missing newline in inventory, to simplify for third
+> party scripts. (Issue412, Eric Kow)
+
+match: exact "Define datarootdir early enough in autoconf.mk.in (issue 493)."
+> Define datarootdir early enough in autoconf.mk.in. (Issue493, Eric Kow)
+
+match: exact "Fix issue420: User Agent size limit for curl gets is removed."
+> User Agent size limit for curl gets is removed. (Issue420, Kevin Quick)
+
+match: exact "In tests, don't assume grep has -q and -x flags."
+> In tests, don't assume grep has -q and -x flags. (Dave Love)
+
+match: exact "fail on error in get_patches_beyond_tag."
+> Fail on error in get_patches_beyond_tag. This will expose any bugs where
+> we use this function wrongly. (As was the case in darcs check --partial
+> with hashed inventories.) (David Roundy)
+
+match: exact "Support makefile docdir/datarootdir variables."
+> Support makefile docdir/datarootdir variables. (Dave Love)
+
+match: exact "change \"current\" to (or add) \"pristine\" in verbose message and doc"
+> Change all "current" to "pristine" in manual and help texts. (Tommy
+> Pettersson)
+
+match: exact "make write_repo_format agree with read_repo_format (use | for separating properties)"
+> Make write_repo_format use the same syntax as read_repo_format when
+> dealing with different repository formats. (Benedikt Schmidt)
+
+match: exact "Remove unused functions from Population."
+> Remove some unused functions from Population. (Eric Kow)
+
+match: exact "Import IO.bracket instead of Control.Exception.bracket in Exec."
+> Use IO.bracket instead of Control.Exception.bracket in Exec, to restore
+> the old way darcs works on *nix. (Eric Kow)
+
+match: exact "Import bracketOnError from Workaound instead of Control.Exception."
+> Import bracketOnError from Workaround instead of Control.Exception to
+> support GHC 6.4. (Eric Kow)
+
+match: exact "Make hashed inventories support optimize and reordering."
+> Make hashed inventories support optimize and reordering. (David Roundy)
+
+match: exact "Prettify exceptions in identifyRepository."
+> Prettify exceptions in identifyRepository. (Juliusz Chroboczek)
+
+match: exact "fix pending bug in darcs get --tag."
+> Fix bug in darcs get --tag that left cruft in pending. (David Roundy)
+
+match: exact "Separate comment from OPTIONS pragma for GHC 6.4 compatibility."
+> Separate comment from OPTIONS pragma for GHC 6.4 compatibility. (Eric
+> Kow)
+
+match: exact "change Maybe Patch to Hopefully Patch."
+> Change all Maybe Patch to the new type Hopefully Patch, which is similar
+> to Either String, for storing patches that may or may not exist. This
+> should make it much easier to improve error reporting. (David Roundy)
+
+match: exact "fix pending bug that broke several_commands.sh."
+> Fix pending bug that broke several_commands.sh. (David Roundy)
+
+match: exact "change message in 'darcs check' from \"applying\" to \"checking\" (issue147)"
+> Change message in 'darcs check' from "applying" to "checking". (issue147,
+> Tommy Pettersson)
}

Context:

[major speedup in applyHashed.
David Roundy <[EMAIL PROTECTED]>**20080115191825
 This should make darcs pull on very large repositories (i.e. the ghc
 repository) equivalent to the speed of darcs1, possibly faster.
 
 The change is that now each named patch is applied to the pristine cache in
 memory, with writing the changed files and directories to disk happening
 only at the end.  This reduces disk activity, and also reduces the number
 of sha1 hashes that are computed, with a small increase in the worst-case
 memory use.  This is achieved by caching the hashes of slurped files in the
 Slurpy itself, which allows us to identify "dirty" files.
] 
[fix issue588 by simplifying pending handling.
David Roundy <[EMAIL PROTECTED]>**20080115162143] 
[add test for issue588 (thanks to Nicolas Pouillard!).
David Roundy <[EMAIL PROTECTED]>**20080115152504] 
[add changelog message for issue586.
David Roundy <[EMAIL PROTECTED]>**20080115152903] 
[make IO instance of WriteableDirectory fail when creating a file that already exists.
David Roundy <[EMAIL PROTECTED]>**20080115152422] 
[Fix a bug in darcs repair: go to the repo dir and slurp the new pristine dir.
[EMAIL PROTECTED] 
[Fix remote darcs put. Dashes was forgotten before the option name.
[EMAIL PROTECTED] 
[bugfix, call perl's chmod with octal value (instead of string)
Tommy Pettersson <[EMAIL PROTECTED]>**20080112153018
 The string value gave the directory very weird permissions.
] 
[use $- in list_authors and make_changelog for ghc 6.4 happiness
Tommy Pettersson <[EMAIL PROTECTED]>**20080112150002] 
[more test script clean-ups, modernization
Mark Stosberg <[EMAIL PROTECTED]>**20080110030955] 
[clean up test script header...no functional changes.
Mark Stosberg <[EMAIL PROTECTED]>**20080110023044] 
[fix potentially troublesome 'rm -rf temp*' commands in test scripts, which could have deleted more than intended.
Mark Stosberg <[EMAIL PROTECTED]>**20080110010218] 
[fix bug in darcs repair (issue586).
David Roundy <[EMAIL PROTECTED]>**20080114204243] 
[A test for unrecording checkpoint tags, inspired by issue517
Mark Stosberg <[EMAIL PROTECTED]>**20080113025555] 
[resolve conflict.
David Roundy <[EMAIL PROTECTED]>**20080111160045] 
[Conflict backup files are boring.
Trent W. Buck <[EMAIL PROTECTED]>**20080110163822] 
[more boring extensions
[EMAIL PROTECTED]
 Added extensions for CLISP, CMUCL, and "part" files which result in
 failed KDE copy operations.
] 
[resolve conflict in Libwww.
David Roundy <[EMAIL PROTECTED]>**20080110234609] 
[Some error reporting for libwww.
Dmitry Kurochkin <[EMAIL PROTECTED]>**20080110221921] 
[add optional support for using the pure haskell Network.HTTP http implementation
John Meacham <[EMAIL PROTECTED]>**20080110215859] 
[make darcs-2 repositories store patches in more-nicely-formated format
David Roundy <[EMAIL PROTECTED]>**20080110220413] 
[fix filename encoding issue in ShowFiles.
David Roundy <[EMAIL PROTECTED]>**20080110204120] 
[add debug message when grabbing files using libcurl.
David Roundy <[EMAIL PROTECTED]>**20080110202200] 
[make using libwww no longer the default, even if it's present.
David Roundy <[EMAIL PROTECTED]>**20080110195753
 There is a bug in our libwww bindings that I haven't located... if it isn't
 fixed, we should definitely remove this binding before the darcs 2.0
 release.
] 
[make Libwww.copyUrls provide debug output.
David Roundy <[EMAIL PROTECTED]>**20080110195733] 
[test: Exibit a falling test about rollback.
[EMAIL PROTECTED]
 Indeed  the only test about rollback was br0ken by a prior test that creates a
 directory  and  remove  read  permissions  to  it.  The  rollback test do some
 records  that  silently  fail  by lack of permissions, finally the rollback is
 cancelled since the named patch doesn't exist.
 This shows that rollback need some care.
] 
[Canonize Gwern Branwen, Nicolas Pouillard, Eric Kow.
Eric Kow <[EMAIL PROTECTED]>**20080109152727] 
[Eliminate configure test for Text.PrettyPrint.
Eric Kow <[EMAIL PROTECTED]>**20080109152927] 
[Use our own Printer instead of Text.PrettyPrint (make_changelog).
Eric Kow <[EMAIL PROTECTED]>**20080109172910] 
[Add parens functionality to the printer code.
Eric Kow <[EMAIL PROTECTED]>**20080109144956] 
[issue567: regression test for moving a file to the same location as itself
Mark Stosberg <[EMAIL PROTECTED]>**20080109032346] 
[restore behavior where we display conflicts in --summary mode.
David Roundy <[EMAIL PROTECTED]>**20080110004605] 
[regression test for issue406
Mark Stosberg <[EMAIL PROTECTED]>**20080109044500] 
[fix latex bug in docs.
David Roundy <[EMAIL PROTECTED]>**20080108211102] 
[fix latex bug in docs.
David Roundy <[EMAIL PROTECTED]>**20080108205912] 
[fix bug in show_tags.sh cleanup.
David Roundy <[EMAIL PROTECTED]>**20080108204430] 
[doc,typo: some s/darcs commit/darcs record/
[EMAIL PROTECTED] 
[test: Add a test for darcs show tags.
[EMAIL PROTECTED] 
[document the three repo format flags for "darcs init"
Mark Stosberg <[EMAIL PROTECTED]>**20080108041024] 
[improve the one-paragraph docs for "darcs init"
Mark Stosberg <[EMAIL PROTECTED]>**20080108040941] 
[Quit defining inventory format options recursively. Provide user-oriented descriptions.
Mark Stosberg <[EMAIL PROTECTED]>**20080108035256] 
[update partial.sh to show off improved darcs-2/partial functionality
Mark Stosberg <[EMAIL PROTECTED]>**20080108024712] 
[typo and bug fix in partial.sh.
Mark Stosberg <[EMAIL PROTECTED]>**20080108022808
 
 It turned out the call to "darcs optimize" was silently failing to create a checkpoint
 because there was no tag. This caused the remaining tests for --partial to run against 
 a full repo, not a partial one. 
] 
[issue55: document that darcs handles some types of binary files automatically. 
Mark Stosberg <[EMAIL PROTECTED]>**20080108010043] 
[correct apparent typo in test.
Mark Stosberg <[EMAIL PROTECTED]>**20080108005710
     The fix made more sense than the former behavior of comparing a file to itself. 
] 
[issue395: eliminate patches with a single character name from shell scripts in the test suite.
Mark Stosberg <[EMAIL PROTECTED]>**20080106051821] 
[prevent warning in test script and remove mysterious exit(1) call.
Mark Stosberg <[EMAIL PROTECTED]>**20080106052622] 
[issue526: improve Perl test suite.
Mark Stosberg <[EMAIL PROTECTED]>**20080106045548
     - better compatibility when path to darcs includes a space
     - better portability by eliminating some system calls
     - general style improvements
] 
[minor white-space and code style improvements
Mark Stosberg <[EMAIL PROTECTED]>**20080105183641] 
[typo fix on GNUmakefile comment
Mark Stosberg <[EMAIL PROTECTED]>**20080105183027] 
[refactor: improve style and portability of pull.pl test script.
Mark Stosberg <[EMAIL PROTECTED]>**20080105181751
     Many direct system calls were eliminated. No functional changes.  
] 
[issue347 - document that single quotes should be used in .darcs/defaults
Mark Stosberg <[EMAIL PROTECTED]>**20080101164428] 
[add feature requested in issue576.
David Roundy <[EMAIL PROTECTED]>**20080105150125] 
[fix bug in issue576.
David Roundy <[EMAIL PROTECTED]>**20080105144929] 
[add test that triggers bug in issue576.
David Roundy <[EMAIL PROTECTED]>**20080105144812] 
[Make sure we test the 'darcs' we just built and not one in a global path.
Mark Stosberg <[EMAIL PROTECTED]>**20080102002235
     This done by using "$DARCS" instead of 'darcs'.
     However, in my case the updated test FAILS unexplainably with 2.0.0pre3,
     by failing to detect that a file has changed. 
     If I follow along in a shell and run the same commands with Darcs 2, 
     the problem does not appear. 
] 
[add configure support for libwww.
David Roundy <[EMAIL PROTECTED]>**20080104201255] 
[make bug message more explicit.
David Roundy <[EMAIL PROTECTED]>**20080104004253] 
[Initial implementation of HTTP pipelining using libwww.
Dmitry Kurochkin <[EMAIL PROTECTED]>**20071222144902] 
[make indent slightly more concise using lines and unlines.
David Roundy <[EMAIL PROTECTED]>**20080104003953] 
[refactor: replace recursive indent with more concise find-and-replace syntax
Mark Stosberg <[EMAIL PROTECTED]>**20080101200447] 
[simplify (and debug) pending handling.
David Roundy <[EMAIL PROTECTED]>**20071227133618
 Note that this change could lead to performance regressions, but I believe
 that these regressions would be strongly bounded (never worse than a
 whatsnew), and this simplification makes the code much easier to safely
 modify.
] 
[make updating of pending on pull much more efficient.
David Roundy <[EMAIL PROTECTED]>**20071224131059] 
[simplify a bit of code.
David Roundy <[EMAIL PROTECTED]>**20071224131023] 
[fix type-witness bug in HopefullyPrivate.
David Roundy <[EMAIL PROTECTED]>**20071223141149] 
[simplify Get
David Roundy <[EMAIL PROTECTED]>**20071223025108] 
[simplify tentativelyAddPatch by removing unused return value.
David Roundy <[EMAIL PROTECTED]>**20071223024400] 
[simplify away np2prims and nps2prims.
David Roundy <[EMAIL PROTECTED]>**20071223022145] 
[try to avoid rewriting patches that we've just read.
David Roundy <[EMAIL PROTECTED]>**20071222190029] 
[generalize CommandsAux utility functions.
David Roundy <[EMAIL PROTECTED]>**20071222162952] 
[add new instances for PatchInfoAnd.
David Roundy <[EMAIL PROTECTED]>**20071222144439] 
[change tentativelyAddPatch to accept a PatchInfoAnd p.
David Roundy <[EMAIL PROTECTED]>**20071222140517] 
[internal prepration for optimization saving patch writing.
David Roundy <[EMAIL PROTECTED]>**20071222134834] 
[add changelog entry.
David Roundy <[EMAIL PROTECTED]>**20071219162646] 
[add fixme indicating where the code could be simplified.
David Roundy <[EMAIL PROTECTED]>**20071221135649] 
[make reading of hashed inventories lazier.
David Roundy <[EMAIL PROTECTED]>**20071221133453] 
[resolve conflicts in mv_and_remove_tests.sh.
David Roundy <[EMAIL PROTECTED]>**20071219144638] 
[Fix !(...|...) in mv_and_remove_tests.sh.
Dave Love <[EMAIL PROTECTED]>**20071218001826
 Assume the original construct should have been `! ... | ...' and
 replace with a portable version of that.
] 
[[issue571] Redo last HAVE_TERMIO_H fix.
Dave Love <[EMAIL PROTECTED]>**20071218140508
 Not the most direct fix, but simpler.
] 
[Fix configure test for gadt type witnesses.
Dave Love <[EMAIL PROTECTED]>**20071218120139] 
[use --ignore-times in all tests.
David Roundy <[EMAIL PROTECTED]>**20071217225159
 This is because the hashed repository is a bit pickier, in that
 it no longer checks file lengths when the file modification times
 match.
] 
[enable modification time checking on hashed repositories.
David Roundy <[EMAIL PROTECTED]>**20071217220237] 
[Pass two args to `cmp' in tests, following POSIX.
Dave Love <[EMAIL PROTECTED]>**20071216180503
 Fixes some failures on Solaris.
] 
[resolve silly conflict with myself.
David Roundy <[EMAIL PROTECTED]>**20071217200855] 
[clean up SelectChanges (eliminating Bools)
David Roundy <[EMAIL PROTECTED]>**20071217191809] 
[make a few more files compile with type witnesses.
David Roundy <[EMAIL PROTECTED]>**20071217183234] 
[fix bug in revert (in writing the unrevert file).
David Roundy <[EMAIL PROTECTED]>**20071216215225] 
[make a few more files compile with type witnesses.
David Roundy <[EMAIL PROTECTED]>**20071217164815] 
[remove tabs.
David Roundy <[EMAIL PROTECTED]>**20071216224617] 
[bump version number preemptively to 2.0.0pre3.
David Roundy <[EMAIL PROTECTED]>**20071216222823] 
[fix doc bug in show contents.
David Roundy <[EMAIL PROTECTED]>**20071216214002] 
[TAG 2.0.0pre2
David Roundy <[EMAIL PROTECTED]>**20071216201647] 
Patch bundle hash:
dae1769bcd1fd904a0268d044b5a155e1c80b060
_______________________________________________
darcs-devel mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-devel

Reply via email to