summaryrefslogtreecommitdiff
path: root/devel/darcs/patches
AgeCommit message (Collapse)AuthorFilesLines
2022-08-23darcs: allow building against hs-vector 0.14.wiz1-3/+4
2022-02-14Update to darcs-2.16.4pho5-51/+95
The list of changes since 2.0.2 is too long to paste here: https://hackage.haskell.org/package/darcs-2.16.4/changelog
2008-07-20Update darcs to 2.0.2.kristerw4-197/+36
Changes since 1.0.9 includes * New Feature: Include patch count in darcs --version, for example, 2.0.1 (+ 32 patches) (David Roundy) * New Feature: darcs put --no-set-default and --set-default (Nicolas Pouillard) * UI changes: --extended-help is now called --overview, no more --verify-hash, no more send --unified (David Roundy, Eric Kow) * New Feature: Check for and repair patches which remove non-empty files (issue815, David Roundy) * New Feature: darcs trackdown --set-scripts-executable (Reinier Lamers) * User Experience: Make darcs changes --interactive behave more like other interactive commands (Eric Kow) * New Feature: Colorize added and removed lines, if the environment variable DARCS_DO_COLOR_LINES=True (Nicolas Pouillard) * New Feature: --remote-repodir flag to allow separate default repositories for push, pull and send (issue792, Eric Kow) * New Feature: darcs changes --count (David Roundy) * New Feature: Add a 'show authors' command (Eric Kow) * New Feature: New DARCS_PATCHES, DARCS_FILES and DARCS_PATCHES_XML environment variables are made available for the posthook system, allowing for more easier options to to integrate darcs with other systems. (David Roundy, Mark Stosberg) * New Feature: Automatically create the the global cache if we define we want to use it. (David Roundy, Trent Buck) and numerous performance improvements and bugfixes.
2008-03-17Update darcs to version 1.0.9.kristerw3-202/+178
Changes in this release consists mostly of minor bug fixes.
2007-03-24Make darcs compile when using GHC 6.6.kristerw2-0/+206
Bump PKGREVISION.
2006-10-17Update darcs from 1.0.4 to 1.0.8, the latest stable version, withagc1-42/+29
thanks to Don Stewart for the nudge. Changes from 1.0.4nb2 to 1.0.8: + performance much improved + a lot of bugs fixed + some improved functionality
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-0/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-22Upgrade to darcs version 1.0.4. No change log available.augustss1-21/+41
2005-05-28Install the bash completions in the example directory.augustss1-3/+11
2005-05-27Don't install bash completions.augustss1-0/+13