New submission from Eric Kow <ko...@darcs.net>:

1 patch for repository http://darcs.net:

Wed Sep 15 11:55:18 BST 2010  Eric Kow <ko...@darcs.net>
  * Haddock confusing naming for lastWord.

----------
files: haddock-confusing-naming-for-lastword_.dpatch, unnamed
messages: 12553
nosy: kowey
status: needs-screening
title: TEST - unsigned

__________________________________
Darcs bug tracker <b...@darcs.net>
<http://bugs.darcs.net/patch390>
__________________________________
New patches:

[Haddock confusing naming for lastWord.
Eric Kow <ko...@darcs.net>**20100915105518
 Ignore-this: 9a4c047949f456bac34ff279040de458
] hunk ./src/Darcs/Flags.hs 154
 -- | @lastWord [(flag, value)] default opts@ scans @opts@ for a flag
 -- in the list and returns the value of the first match, or @default@
 -- if none is found.
+--
+-- We call this the \"last\" word because we assume that flags are
+-- *prepended* in the order they arrive, so what is first internally
+-- is last from the user's point of view.
 lastWord :: [(DarcsFlag,a)] -> a -> [DarcsFlag] -> a
 lastWord known_flags = foldr . flip $ \ def -> fromMaybe def . flip lookup known_flags
 

Context:

[Mark ssh test as skipped if REMOTE is not set.
Eric Kow <ko...@darcs.net>**20100913094132
 Ignore-this: 58bd7bcc4dde75c9cf8131d3884bea26
] 
[Move external and ssh tests to network directory.
Eric Kow <ko...@darcs.net>**20100913094048
 Ignore-this: 961d6ac87c91bdfb8d4dc64c84afd643
] 
[Resolve yet another darcs.cabal conflict.
Petr Rockai <m...@mornfall.net>**20100903210833
 Ignore-this: bc94980dc25b0ef8c6600777efc6342
] 
[drop unnecessary import
Ganesh Sittampalam <gan...@earth.li>**20100828112556
 Ignore-this: a198ddfe3a7def52aa43e295250cde92
] 
[move Darcs.Patch.Properties to Darcs.Test.Patch.Properties
Ganesh Sittampalam <gan...@earth.li>**20100828112259
 Ignore-this: 6f227d2693c0cfe2549dfc301100200e
] 
[break up Darcs.Patch.Patchy and make Darcs.Patch.Named more self-contained
Ganesh Sittampalam <gan...@earth.li>**20100828111250
 Ignore-this: 45d8c2abee1e658e4041cff3f32bf922
 Move class definitions out into their own modules and turn
 Darcs.Patch.Patchy into a simple aggregator.
 Move instances for Named into Darcs.Patch.Named.
 
] 
[drop unnecessary import
Ganesh Sittampalam <gan...@earth.li>**20100828110105
 Ignore-this: 9afd40118fd5da714a365b001d977c18
] 
[drop unnecessary superclass
Ganesh Sittampalam <gan...@earth.li>**20100828105847
 Ignore-this: 29b529d355f3f7fc4709782bd489fa34
] 
[fix warning in Darcs.Test.Email
Ganesh Sittampalam <gan...@earth.li>**20100828104854
 Ignore-this: a3b968e226c34dd01a9770057ac53b35
] 
[fix warning in Darcs.Test.Patch.Info
Ganesh Sittampalam <gan...@earth.li>**20100828104840
 Ignore-this: ee3565a554c6c95816be43881e3ff5b7
] 
[drop unnecessary constraint
Ganesh Sittampalam <gan...@earth.li>**20100828104820
 Ignore-this: 3c112ec10a04e2bad52ac8f7e40b048d
] 
[remove commented out imports
Ganesh Sittampalam <gan...@earth.li>**20100828104810
 Ignore-this: ed972c121c776729076b2160a5d25cc8
] 
[remove unnecessary pragmas from Darcs.Patch.Match
Ganesh Sittampalam <gan...@earth.li>**20100828104756
 Ignore-this: a422eb1d3b00eb1832b72960df715b14
] 
[remove unused import
Ganesh Sittampalam <gan...@earth.li>**20100907052616
 Ignore-this: e6398221e0999dfaa6321c04423af94a
] 
[Accept issue1951: add outside of current repository.
Eric Kow <ko...@darcs.net>**20100908095448
 Ignore-this: 5085d7647e9408ea7b5282e1cb0d1079
 Regression between darcs 2.4 and 2.4.98.5.
] 
[Fix misleading configuration documentation.
Eric Kow <ko...@darcs.net>**20100907194732
 Ignore-this: cad1574acb861504531ad8cd79048296
 It accidentally looked like it was saying ~/.darcs was a Windows setting.
] 
[Make the tests a bit less verbose (do not print all of lib every time).
Petr Rockai <m...@mornfall.net>**20100829171501
 Ignore-this: 860df38824bc5fad37cc583ca893a6c9
] 
[Set a $format variable in lib, depending on current repo format under test.
Petr Rockai <m...@mornfall.net>**20100829171428
 Ignore-this: eb53b469e40a6f0faa0da5a3d3071d06
] 
[TAG 2.4.98.5
Reinier Lamers <tux_roc...@reinier.de>**20100905170906
 Ignore-this: 848f746fa6a939cef069abe6722d4206
] 
[Bump version number to 2.4.98.5
Reinier Lamers <tux_roc...@reinier.de>**20100905170855
 Ignore-this: dfb020e93dd32bb205f338a27862d42d
] 
[remove --index option from matchOneNontag because issue1926
Iago Abal <iago.a...@gmail.com>**20100901161448
 Ignore-this: 5e3911031baa219dab159eb263a2a9cf
 Removed for 2.5 release to avoid showing options to the user that are not implemented.
] 
[Resolve issue1942: Fix an IO interleaving bug in old-fashioned readRepo.
Petr Rockai <m...@mornfall.net>**20100904030947
 Ignore-this: d89716791fecb518f530fcf1b1924a9f
] 
[Accept issue1932: darcs add -qr . should not fail on filenames with ':'
Dmitry Astapov <dasta...@gmail.com>**20100825172835
 Ignore-this: 24884784919f455a8f9b98dea2d750bf
] 
[Document Darcs.Patch.Info.makeFilename.
Eric Kow <ko...@darcs.net>**20100904103153
 Ignore-this: 4eb3f6f8e3dab9b1f6b8fda47c1dd3
] 
[add some haddock to Darcs.Witnesses.Eq
Ganesh Sittampalam <gan...@earth.li>**20100903181255
 Ignore-this: d74343eb72dacfb027f7c83b8a312eb2
] 
[drop unused concatReverseFL
Ganesh Sittampalam <gan...@earth.li>**20100903180019
 Ignore-this: 955da64a50d9bc2a248e614d73ee952c
] 
[drop unused headRL
Ganesh Sittampalam <gan...@earth.li>**20100903175722
 Ignore-this: f574211dbac23a64e727bb00242ee5c3
] 
[drop unsafeMap_l2f
Ganesh Sittampalam <gan...@earth.li>**20100903174855
 Ignore-this: 6f959a0ffe12580fe38ddd35efc6d703
] 
[drop unused filterE/Proof
Ganesh Sittampalam <gan...@earth.li>**20100903172525
 Ignore-this: fbaea445a392023ed8ed04c785a58f37
] 
[Resolve issue1884: correct report about getting lazy repository
Alexey Levan <exle...@gmail.com>**20100903175429
 Ignore-this: b533c7d2c508ae33ef37a01faa7e0863
] 
[Redefine Darcs.Commands.putInfo in Darcs.Repository
Alexey Levan <exle...@gmail.com>**20100819195331
 Ignore-this: 26b1130296f8eef6840837b2abf03912
] 
[Remove now-superfluous cleanup step from EXAMPLE.sh
Eric Kow <ko...@darcs.net>**20100903084324
 Ignore-this: 65462aa06547454ef9dbf11f808a0f5
 Hooray for the new harness!
] 
[Use lib in tests/issue257.sh.
Petr Rockai <m...@mornfall.net>**20100902142129
 Ignore-this: 1ba89ebcf1ef1d047129f9ca89ebdb58
] 
[Remove the now-defunct Distribution directory.
Petr Rockai <m...@mornfall.net>**20100829191717
 Ignore-this: a4af7e0874f6b189dc245b1c778dbba6
] 
[Add a tarball of a small oldfashioned repository for testing purposes.
Petr Rockai <m...@mornfall.net>**20100829174448
 Ignore-this: c096717668219f6e821707c5aa8c3ac4
] 
[Update haddock.
Petr Rockai <m...@mornfall.net>**20100717084048
 Ignore-this: 47776265ebb4ba397727be5e8abe982b
] 
[Use more meaningful names for seal_up_patches' parameters.
Petr Rockai <m...@mornfall.net>**20100715085938
 Ignore-this: e467f879f05f8a0d62fac26d19babc3b
] 
[Wibble path building in Repository.Prefs.
Petr Rockai <m...@mornfall.net>**20100714175208
 Ignore-this: 6664f81e589a919baa9e293e455cea51
] 
[Document cultural reference in Darcs.Witnesses.WZipper.
Eric Kow <ko...@darcs.net>**20100902192731
 Ignore-this: f88c4b9d1fc6e00f513ded7b5769995f
] 
[Update issue1503 network test for new harness.
Eric Kow <ko...@darcs.net>**20100902162701
 Ignore-this: acde8373c08373f589a39653bc622427
 Apparently, the new harness treats network test the same as regular
 tests (by copying them straight to a standalone directory)
] 
[Propagate the exit code of darcs-test to exit code of cabal test.
Petr Rockai <m...@mornfall.net>**20100902140203
 Ignore-this: cebf3b959529c4728988d3879aacb839
] 
[Allow "output=plain" to be passed to cabal test.
Petr Rockai <m...@mornfall.net>**20100902135800
 Ignore-this: 9394ecd4cb3e1aed3ec591906786495b
] 
[Suppress check for darcs-test in Setup.
Eric Kow <ko...@darcs.net>**20100902124521
 Ignore-this: 6fe4a0badaa12ef5352286850e4f30a6
 It is now always built.
] 
[More portable executable names in Setup.
Eric Kow <ko...@darcs.net>**20100902124519
 Ignore-this: 77abdc7a3549030566d438c162faa51e
] 
[Update cabal file for new test-support paths.
Eric Kow <ko...@darcs.net>**20100902123719
 Ignore-this: 94f4cf40b62dc857e55492a4c8afa16f
] 
[Fix conflicts between darcs-test enabling and other cabal patches.
Eric Kow <ko...@darcs.net>**20100902095835
 Ignore-this: 732c023fa9a6cb6b02fbd27741c7daa9
 
 To my awareness:
 - raising base package dependency
 - dropping PatternSignatures
] 
[Drop the "test" cabal flag and build darcs-test unconditionally.
Petr Rockai <m...@mornfall.net>**20100829135623
 Ignore-this: 9363f6325c308c32a5410f81362a5f01
] 
[Fix a bug in cabal test argument parsing.
Petr Rockai <m...@mornfall.net>**20100829171538
 Ignore-this: 1eb65db930dd9248ab4b144d9f37fc29
] 
[Make it possible to pass "threads=N" to cabal test.
Petr Rockai <m...@mornfall.net>**20100829164545
 Ignore-this: 48cae1e80315778ba2e84f05ff3bd80c
] 
[Nicer patch counting mechanism for buildbot-try.
Eric Kow <ko...@darcs.net>**20100902103104
 Ignore-this: f57bfc394ce4d053f0fc11bf1014536d
] 
[Use unified diff for copying unrecorded changes in buildbot-try.
Eric Kow <ko...@darcs.net>**20100902101247
 Ignore-this: 29f9707e442ca9c29579bf4cd8596689
 This avoids a "patch: **** Only garbage was found in the patch input."
] 
[Wrap buildbot-try with ssh-agent.
Eric Kow <ko...@darcs.net>**20100902100403
 Ignore-this: 72f399a232c853227fc7015d1963495f
] 
[Replace some developer links with a wiki page.
Eric Kow <ko...@darcs.net>**20100902135224
 Ignore-this: a193af1b73b557b44c3af330327e9104
] 
[URL.hs: fix a typo in import list
Jason Dagit <da...@codersbase.com>**20100902064509
 Ignore-this: 3d1a269a53195e5d372290ff00c2b946
] 
[Fix for issue1932
Dmitry Astapov <dasta...@gmail.com>**20100825173045
 Ignore-this: 68db2c42ef376307271a7f609e62481c
 Do _not_ check for colons in "isRelative" - everything is covered
 inside Add.lhs and governed by use of "--reserved-ok" option.
 
 Replace isRelative and isAbsolute with functions from System.FilePath
 for correct handling of platform specifics.
] 
[Bump shellish dependency to >= 0.1.1, to avoid the infinite loop in rm_rf problem.
Petr Rockai <m...@mornfall.net>**20100829134747
 Ignore-this: 4bbf50f15d3cabea8f38893bc6844340
] 
[Flip "cabal test" over to use darcs-test to run the shell tests.
Petr Rockai <m...@mornfall.net>**20100827220454
 Ignore-this: dc18d078ee7e34eaddcd82bf2599349d
] 
[Add a --network option to darcs-test to run the network shell tests.
Petr Rockai <m...@mornfall.net>**20100827220414
 Ignore-this: 3aaa854e05cb5274410666212aa714ab
] 
[Couple of improvements in the new shell test runner.
Petr Rockai <m...@mornfall.net>**20100827220353
 Ignore-this: e4b0e3f6b8470c5d53cc4eeecf562920
] 
[Implement a test-framework-based shell harness.
Petr Rockai <m...@mornfall.net>**20100827204448
 Ignore-this: 819e700538a38bf35e04eb7656b3c151
 
 This merges the two test drivers we previously had, "unit" and
 Distribution.ShellHarness (used directly by Setup), into a single "darcs-test"
 binary. This patch only goes half the way, though: the new shell harness is not
 used by "cabal test" yet. That will come as a separate patch.
] 
[send prints remote address right away
Guillaume Hoffmann <guilla...@gmail.com>**20100822154314
 Ignore-this: bd428e547137caa1a2b9862981e63085
] 
[Changes.lhs: remove extra (and weird) case
Jason Dagit <da...@codersbase.com>**20100822122659
 Ignore-this: 3c12488f0a953e7d79edfafbd1c74ffc
] 
[TheComands.hs: fix prelude import
Jason Dagit <da...@codersbase.com>**20100828170634
 Ignore-this: 8b2edfaea4ba634f63a227ee9ce1a13e
] 
[Fix conflict between base and hashed-storage deps. 
Eric Kow <ko...@darcs.net>**20100828194949
 Ignore-this: 7974cd005f4200156c8fad220599eba4
] 
[Relax the hashed-storage dependency (to >= 0.5.2 && < 0.6).
Petr Rockai <m...@mornfall.net>**20100824081630
 Ignore-this: 754a9cb5d02cf8771df0905e976cc6e
] 
[Clean up trackdown --bisect documentation.
Eric Kow <ko...@darcs.net>**20100830125530
 Ignore-this: e51acdad91cb83ac6e06552a66f45e1b
] 
[add missing V2.hs
Ganesh Sittampalam <gan...@earth.li>**20100827061307
 Ignore-this: 400c1d5662fc995498fea48512c5c055
] 
[move some Patchy instances into a separate file
Ganesh Sittampalam <gan...@earth.li>**20100826232436
 Ignore-this: bd7663370d6b2ab5cd0ecd89ce573b8b
] 
[don't export Patch/RealPatch from Darcs.Patch
Ganesh Sittampalam <gan...@earth.li>**20100826155238
 Ignore-this: b419b6e01801631fb617fa2bbcf7e0e3
 This gets us closer to separating specific implementations from
 the interface.
 
] 
[split up the Commute class
Ganesh Sittampalam <gan...@earth.li>**20100826135850
 Ignore-this: f0e77899afed11193776aa998547824e
 Note that Prim is not an instance of the new Merge class,
 which reflects reality as Prims cannot always be merged.
 
] 
[get rid of unnecessary superclass
Ganesh Sittampalam <gan...@earth.li>**20100826133602
 Ignore-this: 8d4ed17afe597610594376019ed4d282
] 
[drop some exports from Darcs.Patch
Ganesh Sittampalam <gan...@earth.li>**20100826132758
 Ignore-this: be40ab5ed92a8e7f6be40928e73ad414
 Made imports go directly to the internal modules where necessary,
 on the grounds that it's better to be explicit when making use of
 internal operations.
 
] 
[break Patch-specific bits of Show and Viewing out into V1
Ganesh Sittampalam <gan...@earth.li>**20100826125537
 Ignore-this: 52f166938cef87f20d537cb0fa8b4cb7
] 
[get rid of apparently unnecessary instance dependency
Ganesh Sittampalam <gan...@earth.li>**20100826123346
 Ignore-this: 20618e90cae5721e1d6c58f505bc51c2
 showContextPatch for Prim was sometimes constructing a Patch
 (with the PP constructor) for no apparent reason, as the end result
 would be to show the underlying Prim again.
 
] 
[move v1 Patch applying into separate module
Ganesh Sittampalam <gan...@earth.li>**20100826122140
 Ignore-this: 354af0908b377a81e06fe2312ab97ce0
] 
[move v1 Patch reading into separate module
Ganesh Sittampalam <gan...@earth.li>**20100826122137
 Ignore-this: 7c99ff9c15a9041b9bfc1d1f3b0c3214
] 
[Darcs.Patch.Core now just contains Named
Ganesh Sittampalam <gan...@earth.li>**20100826110141
 Ignore-this: 5768341309317a826a0edbdf07ae6379
] 
[move Named instances out of V1.Commute
Ganesh Sittampalam <gan...@earth.li>**20100826110140
 Ignore-this: 4cd087b3e44d5faea1336c002661bdcf
] 
[move Darcs.Patch.Commute into V1 namespace
Ganesh Sittampalam <gan...@earth.li>**20100826110134
 Ignore-this: 749ac611fd08c6f592b590e0354ad8dd
] 
[move RealPatch into its own namespace
Ganesh Sittampalam <gan...@earth.li>**20100826104437
 Ignore-this: 36156baeca5f13590dceb3446678b55f
] 
[remove unused re-export
Ganesh Sittampalam <gan...@earth.li>**20100826104437
 Ignore-this: 5e054202fb305236510fef9e2952024d
] 
[start on moving v1 patch code into its own namespace
Ganesh Sittampalam <gan...@earth.li>**20100826104427
 Ignore-this: eec8240329032f6f255d10eb041a8e9e
] 
[fix warnings in Darcs.SelectChanges
Ganesh Sittampalam <gan...@earth.li>**20100826095122
 Ignore-this: 1c777fb9d928dae858a24efddfef98fd
] 
[fix warnings in Darcs.Commands.Apply
Ganesh Sittampalam <gan...@earth.li>**20100826095113
 Ignore-this: 1b76a37c73761798baa56bfde9c9d708
] 
[fix warnings in Darcs.Witnesses.Ordered
Ganesh Sittampalam <gan...@earth.li>**20100826094553
 Ignore-this: 1c5efae9c25b51df7fd1331ea59f2ebe
] 
[fix warning in Darcs.Repository.Repair
Ganesh Sittampalam <gan...@earth.li>**20100826094545
 Ignore-this: b85f58cb0d4fa4240779aa5c59914f0d
] 
[fix warning in Darcs.Patch.Depends
Ganesh Sittampalam <gan...@earth.li>**20100826094536
 Ignore-this: 76788f91e654c3beb5ea1e17cf11ff45
] 
[fix warning in Darcs.Patch.Choices
Ganesh Sittampalam <gan...@earth.li>**20100826094519
 Ignore-this: 6649d874067019ca62f759e01740f1c6
] 
[fix warnings in Darcs.Commands.Send
Ganesh Sittampalam <gan...@earth.li>**20100826094436
 Ignore-this: aab88b0280ddb1c81f6457741abd86d6
] 
[fix warnings in Darcs.Commands.Record
Ganesh Sittampalam <gan...@earth.li>**20100826094428
 Ignore-this: 75cc3c3c905309ca60d6282f969ed15f
] 
[fix warnings in Darcs.Commands.Push
Ganesh Sittampalam <gan...@earth.li>**20100826094247
 Ignore-this: f925114d28f55010b179fd5109767bf4
] 
[fix warnings in Darcs.Commands.Pull
Ganesh Sittampalam <gan...@earth.li>**20100826094224
 Ignore-this: c139ae114740ec0503bdeffa18d568ef
] 
[fix warnings in tests
Ganesh Sittampalam <gan...@earth.li>**20100826092245
 Ignore-this: ed89d27a3d77fe9a60b87a8087e81351
] 
[Depends.hs: add back catch all case to silence warning
Jason Dagit <da...@codersbase.com>**20100825080244
 Ignore-this: 627e1db4ae434f24ada1e158819eb2ff
] 
[Jot down a few more tips about testing.
Eric Kow <ko...@darcs.net>**20100826171452
 Ignore-this: 93560f7f12d291899f1b3b0cc6740909
] 
[Fix issue1926 headers.
Eric Kow <ko...@darcs.net>**20100826162703
 Ignore-this: 8badc1a7cda103f90084b55efcf65e4b
] 
[Avoid cascading permissions error in issue612 test.
Eric Kow <ko...@darcs.net>**20100826161551
 Ignore-this: b056c9686e8d0b8345c8f7ce65280a7a
 The test fails, leaving behind an unwritable directory.
] 
[Accept issue1926: amend-record ignores --index option.
Iago Abal <iago.a...@gmail.com>**20100820001354
 Ignore-this: 90956b2aeb8f3ddedbc6a293e0d942dc
] 
[fix unit test imports
Jason Dagit <da...@codersbase.com>**20100825100722
 Ignore-this: 129c545cc4dd973ff4cf754f4b69d5f0
] 
[clean up Witnesses imports across codebase
Jason Dagit <da...@codersbase.com>**20100825095657
 Ignore-this: d9696059af803c483f204291eea89d14
] 
[ArgumentDefaults.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825084359
 Ignore-this: a23fd53ef800c1f2cae3917545b256d1
] 
[Commands/Put.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825084340
 Ignore-this: e13fc3447482e7b87e416f40b98eac12
] 
[Commands/Pull.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825083920
 Ignore-this: 5f6e6dc88fb6cd9093e6f8ad1d8329d5
] 
[Commands/Unrevert.lhs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825083536
 Ignore-this: 2bb11aeaee05c82eec5b55e516f76283
] 
[Commands/Unrecord.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825083412
 Ignore-this: 25fd54bd955aca1a18cb39c152e7ea38
] 
[Commands/Send.lhs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825083244
 Ignore-this: 1faa62977b78e48f47029a4867c6a38e
] 
[Commands/Record.lhs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825083111
 Ignore-this: bc229dd308ef6f77826ebc31811e65cf
] 
[Commands/Apply.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825082948
 Ignore-this: 358cb1b5c897e97fbf46285efd9e73c7
] 
[SelectChanges.hs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825082701
 Ignore-this: 29e6306b93f85ec52d29f46cf0f54d28
] 
[Annotate.lhs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825081814
 Ignore-this: 71c18cdd5c8fffb489245082fb797132
] 
[Population.hs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825081621
 Ignore-this: 444a9343bcdf7b52bd5cf4312562424f
] 
[ShowFiles.lhs: rename shadowed binding
Jason Dagit <da...@codersbase.com>**20100825081508
 Ignore-this: 1466870bbca19cee11d38a0c9ed2de01
] 
[Get.lhs: remove redundant import
Jason Dagit <da...@codersbase.com>**20100825081324
 Ignore-this: f5366f35d77658679b49438aaf3d72b3
] 
[Commands/Diff.lhs: remove redundant import
Jason Dagit <da...@codersbase.com>**20100825081227
 Ignore-this: b6f2943dc58bf9a17381cf837c806f9f
] 
[Match.lhs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825081058
 Ignore-this: fa009342dac6474b59c8fe65782bb497
] 
[WhatsNew.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825080822
 Ignore-this: 6f4178fe4d32155fd8d47a01d9d39e45
] 
[HashedRepo.hs: clean up imports to fix warnings
Jason Dagit <da...@codersbase.com>**20100825080704
 Ignore-this: cf815b7eb616ba8a72046474b5d6bd24
] 
[splitout parts of Darcs.Witnesses into new modules
Jason Dagit <da...@codersbase.com>**20100825080336
 Ignore-this: 695abc0f04daf229280cbcf5a0414381
 This allows us to remove an Orphan Instances warning.  I also look the
 liberty of regrouping the Witnesses modules in the .cabal file while I
 was adding new ones.
] 
[TrackDown.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825075132
 Ignore-this: d41b7265690aeaf8e51f023ce783af3a
] 
[ShowAuthors.lhs: remove redundant import
Jason Dagit <da...@codersbase.com>**20100825074948
 Ignore-this: 57381441eb6213ff318cf77218826bde
] 
[MarkConflicts.hs: rename shadowed binding
Jason Dagit <da...@codersbase.com>**20100825074944
 Ignore-this: 60d749353045dca6e5d1c2ae3ba205bb
] 
[Convert.lhs: remove redundant import
Jason Dagit <da...@codersbase.com>**20100825074614
 Ignore-this: 519e804e378f0ee12d722ea6957bc29
] 
[Repository.hs: remove unused binding
Jason Dagit <da...@codersbase.com>**20100825074459
 Ignore-this: 29643af7b95406931015c6cbd375974e
] 
[Merge.hs: remove redundant import
Jason Dagit <da...@codersbase.com>**20100825074347
 Ignore-this: b999405e2e36d804119ad469af862f59
] 
[Checkpoint.hs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825074202
 Ignore-this: ecadbbb93d9dee99284b61abe6a35a2b
] 
[Internal.hs: remove warnings
Jason Dagit <da...@codersbase.com>**20100825073952
 Ignore-this: dbb1a38fd632fb0614bb5e34eb50a67a
] 
[Info.hs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825073038
 Ignore-this: 8469f5e4a347ce13312be3a06b198407
] 
[URL.hs: fix warning about conditional import of debugFail
Jason Dagit <da...@codersbase.com>**20100825071513
 Ignore-this: 5a99ec5562f21149bb7fdc0787ba8bc3
] 
[Diff.hs: remove unused bindings
Jason Dagit <da...@codersbase.com>**20100822205621
 Ignore-this: 4bcdec6c2d73e4ea2f0c12924b24eda2
] 
[ReadMonads.hs: remove unused lexStrings
Jason Dagit <da...@codersbase.com>**20100822205419
 Ignore-this: fb814316841148aec8c194e43c1b7e29
] 
[Global.hs: remove import to fix warning
Jason Dagit <da...@codersbase.com>**20100822202309
 Ignore-this: 5ee771f8f5b18c6959748ced7104b782
] 
[move dropWhileFL to Ordered.hs
Jason Dagit <da...@codersbase.com>**20100822201758
 Ignore-this: 16e4e0bf9db14111e1720fc339c36118
] 
[move dropWhileRL to Ordered.hs
Jason Dagit <da...@codersbase.com>**20100822201325
 Ignore-this: b35648bb19b81a3da95c0df9ebf5479f
] 
[Accept issue1931: Fix issue612 test and mark it as failing.
Eric Kow <ko...@darcs.net>**20100825181318
 Ignore-this: f62177c4ea5ba8ff637c4289a5e470fc
 Jason Dagit points out in issue1931 that this interacts badly with
 issue1898, and that fixing this bad interaction reveals a regression.
] 
[Modernise issue612 test (use exit 200 to skip).
Eric Kow <ko...@darcs.net>**20100825180438
 Ignore-this: e9865dc321ee2e4a77828890cf17a7bf
] 
[Remove PatternSignatures as we currently require GHC 6.10 and up.
Eric Kow <ko...@darcs.net>**20100723131843
 Ignore-this: 567dcb5da237e9876e6f590f062da42e
] 
[Document GHC 6.10 dependency.
Eric Kow <ko...@darcs.net>**20100825152443
 Ignore-this: 9714d0bd6abd20a521b7f8f86be274f7
] 
[Raise base package dependency to >= 4 (keeping it < 5).
Eric Kow <ko...@darcs.net>**20100825152135
 Ignore-this: 944cdfa0ea7f940a4a52f24dd9bf6c5b
 We now require GHC 6.10.x or higher.
] 
[ReadMonads.hs: rename State to ParserState
Jason Dagit <da...@codersbase.com>**20100822192811
 Ignore-this: c07450667ec5ee151d0da692f93cbbdd
] 
[dramatically improve the parser performance
Jason Dagit <da...@codersbase.com>**20100813055454
 Ignore-this: 4f8912e2e8bf2504e4a6db064647f747
 This puts the parser's performance back to where it was before the
 move to a Parsec-like API.  The cruxt of the fix was to implement
 linesStartingWith as a primitive instead of implementing it using
 other parser primitives.  Several other tricks are included, such as
 using strict tuples that are partially specialized.
] 
[ReadMonad.hs: fix haddocks
Jason Dagit <da...@codersbase.com>**20100811061208
 Ignore-this: cd645b569c09bc928d5c048281be3599
] 
[handle whitespace lexing more intelligently in Read.hs
Jason Dagit <da...@codersbase.com>**20100811061027
 Ignore-this: 50aa395330b18eebb7ff19fffb20ff1f
] 
[tidy up Info.hs
Jason Dagit <da...@codersbase.com>**20100809032821
 Ignore-this: ac5e02c985e4002c3ebc0127e6323aa0
 The comment about break no longer applies as break is no longer used.
 Using choice instead of (<|>) keeps linesStartingWithEndingWith a
 little prettier.
] 
[tidy up Real.hs and refactor space lexing
Jason Dagit <da...@codersbase.com>**20100809024422
 Ignore-this: 1a9d28746e66829a93ca0bcf56a30bd
] 
[tidy up peekforc
Jason Dagit <da...@codersbase.com>**20100809022145
 Ignore-this: 5ceeaa263cc9dbefcef3c024c543aa6a
] 
[remove unused import
Jason Dagit <da...@codersbase.com>**20100809022115
 Ignore-this: b2da893f3898f025d8202e4ad0152f1d
] 
[tidy up readPatches
Jason Dagit <da...@codersbase.com>**20100809021522
 Ignore-this: 5929ef7369d10eaeba00ed31bf1b3a71
] 
[remove unneeded export
Jason Dagit <da...@codersbase.com>**20100809020547
 Ignore-this: f71c6afa72b83c045420fae722260a43
] 
[optimize char parser
Jason Dagit <da...@codersbase.com>**20100809020539
 Ignore-this: 63d6f4d23bfd7be0909e56b7ebcde1f6
] 
[tidy up linesStartingWith
Jason Dagit <da...@codersbase.com>**20100809020457
 Ignore-this: 545ff01a026e1c95dd9374e487eb99c5
] 
[tidy up skipNewline
Jason Dagit <da...@codersbase.com>**20100809020446
 Ignore-this: e2f01a232b79206c3df0bc7677a05ce
] 
[tidy up anyChar parser
Jason Dagit <da...@codersbase.com>**20100809001850
 Ignore-this: 98b7cfbe94e99a7642ed730b32fa924b
] 
[remove unused word8 parser
Jason Dagit <da...@codersbase.com>**20100809001809
 Ignore-this: 91cf66b621630592915a59d45a821054
] 
[tidy up readPatchInfo
Jason Dagit <da...@codersbase.com>**20100808233424
 Ignore-this: d9f216388b1ab16db67630281ff8893a
] 
[improve interface of peekforw and bracketedFL
Jason Dagit <da...@codersbase.com>**20100808201140
 Ignore-this: a40baa17b36e603c386fb2f3ec445e2e
] 
[accept issue1928: removing a file then adding a directory with the same name breaks
Ganesh Sittampalam <gan...@earth.li>**20100820212601
 Ignore-this: 1c78189df95320abe701a5b1bba6a227
] 
[Restore obliterate output options.
Eric Kow <ko...@darcs.net>**20100815211308
 Ignore-this: 7a561054370ff4ee87f89556e391e8dd
 
 They were removed for Darcs 2.5, but we can keep them in unstable
 and resolve the underlying bug instead.
 
 rolling back:
 
 Sun Aug 15 20:20:10 BST 2010  Reinier Lamers <tux_roc...@reinier.de>
   * resolve issue1924: remove output options of obliterate
 
      ./tests/issue1909-unrecord-O-misses-tag.sh -> ./tests/failing-issue1909-unrecord-O-misses-tag.sh
     M ./src/Darcs/Commands/Unrecord.lhs -3 +1
] 
[Resolve conflict between 'Also set binary mode' duplicates.
Eric Kow <ko...@darcs.net>**20100815205035
 Ignore-this: dd6c205afb649768a7be93e23e7defb
] 
[Reframe Darcs.Match.matchFirstPatchset documentation.
Eric Kow <ko...@darcs.net>**20100813172244
 Ignore-this: b78a42d6dcc56a12eedebc31c6e82641
 This says the same thing but hopefully makes it easier to grasp.
] 
[Improve module-level documentation for Darcs.Match.
Eric Kow <ko...@darcs.net>**20100813171053
 Ignore-this: c58ea6edfd1e1a6f1e18d13c5dd70ff
] 
[Move Darcs.Match module-specific haddock to module level.
Eric Kow <ko...@darcs.net>**20100813164759
 Ignore-this: fad00c742590d0775a57bc3ec4878efe
 Also correct last_match to secondMatch.
] 
[Tweak complaint about DARCS_CONNECTION_TIMEOUT.
Eric Kow <ko...@darcs.net>**20100812114200
 Ignore-this: a8b968847283d5e726f95285db8a418b
] 
[Add environment variable DARCS_CONNECTION_TIMEOUT
builes.ado...@googlemail.com**20100811212121
 Ignore-this: a9d945925956f1c9d3c27d9e02b66de6
] 
[Tighten up section on per-repository caches a bit.
Eric Kow <ko...@darcs.net>**20100812112056
 Ignore-this: c16eb0d0a85a18f75dfae4be5b2780c
 Particularly, we want to avoid mixing in the notion of conflicts,
 which could confuse users.
] 
[Adding information about cache handling to manual
builes.ado...@googlemail.com**20100811200211
 Ignore-this: 3a794fa6509c0b454f89b8552b2a19cd
] 
[Use long titles for more stable URLs in user manual.
Eric Kow <ko...@darcs.net>**20100812104830
 Ignore-this: 98a8e736b4d2b784118075962c9af6e0
] 
[Tweak title case for repository formats chapter for consistency.
Eric Kow <ko...@darcs.net>**20100812103910
 Ignore-this: 895e769be91810a2cfd9c475541d4f08
] 
[Add DARCS_CONNECTION_TIMEOUT info to user manual
builes.ado...@googlemail.com**20100811190100
 Ignore-this: cd46eca91eccf1c9d3a5643c39cec5df
] 
[Correct error code for curl operation timeout
builes.ado...@googlemail.com**20100810215522
 Ignore-this: 26067bd441b2b7fabaadce67851f0ef9
] 
[Adding some haddock to Cache.hs
builes.ado...@googlemail.com**20100810215116
 Ignore-this: 34560d0bfcf1da1690742421b835caf
] 
[remove redundant imports in Patchy and Real
Jason Dagit <da...@codersbase.com>**20100807160837
 Ignore-this: 2babfb43cb1f340876ae9ce914c1a454
] 
[fix conflict in Bundle
Jason Dagit <da...@codersbase.com>**20100807160542
 Ignore-this: 1bdbe27903b8f464838ab97b9c3df12f
] 
[remove try combinator from ReadMonads
Jason Dagit <da...@codersbase.com>**20100807160342
 Ignore-this: 80bb069e6744788d69d8cec5eb1a438a
] 
[micro optimizations to parser code
Jason Dagit <da...@codersbase.com>**20100807160148
 Ignore-this: 876d06693dca962b60f9a81740978765
 These micro-optimizations should always be safe; prefering ByteString
 over String and reducing packing/unpacking.
] 
[remove all uses of try from parser code
Jason Dagit <da...@codersbase.com>**20100807153421
 Ignore-this: 904f9415cf9b0a7f773a6b9b7b099007
] 
[ReadMonads no longer exports maybeWork fix other modules to match
Jason Dagit <da...@codersbase.com>**20100725175120
 Ignore-this: 437b41f08ca584d3ce0fc45cae7f207d
] 
[refactor Read to not rely on 'work'
Jason Dagit <da...@codersbase.com>**20100725163359
 Ignore-this: c2ed2d0babfff2a22c3cb3918dcac78a
] 
[ReadMonads no longer exports myLex, clean up imports in Real
Jason Dagit <da...@codersbase.com>**20100725144618
 Ignore-this: 7e305152e13b0a6b175c04e49ea1bd5
] 
[refactor Read to use myLex'
Jason Dagit <da...@codersbase.com>**20100725144403
 Ignore-this: aa7f97c4f2661d96615294add1ced7f8
] 
[ReadMonads no longer exports alterInput and clean up a few warnings
Jason Dagit <da...@codersbase.com>**20100725142911
 Ignore-this: 429ca05040f2ff94f7cbbde595f2b5de
] 
[cleanup import list of Patchy
Jason Dagit <da...@codersbase.com>**20100725141855
 Ignore-this: 7b096029f7c4521e924a619d09752515
] 
[remove peekInput from Real.  peekInput no longer exported from ReadMonads
Jason Dagit <da...@codersbase.com>**20100725141605
 Ignore-this: c49bf70941372ba9241f13f088371f5c
] 
[refactor Patchy to not use peekInput
Jason Dagit <da...@codersbase.com>**20100725135658
 Ignore-this: 853181469c09b52a5b8628a2f0dc8546
] 
[refactor Read and ReadMonads to remove peekInput from Read
Jason Dagit <da...@codersbase.com>**20100725133132
 Ignore-this: 787c8b8f3b5584472cfa4f83db671fde
] 
[add utility functions to ReadMonads
Jason Dagit <da...@codersbase.com>**20100725120651
 Ignore-this: 16edfdb6bb5c8c24600865854263e897
 The intention of these functions is that in the future we will be able
 to use more conventional notation to express parsers in the darcs source.
] 
[tune the patch parser
Jason Dagit <da...@codersbase.com>**20100725085610
 Ignore-this: 869bb399d759f19b1a2fdbb466743d17
 This patch is based on a few observations:
   * alterInput (const foo), completly replaces the parser's input
   * after peekInput, the above trick avoids redundant processing
   * best to leave a packed ByteString packed
] 
[Add MIT boilerplate to all public domain scripts.
Eric Kow <ko...@darcs.net>**20100809125302
 Ignore-this: 92cd27ff71d7af5f4318133de3340acd
 The goal is to limit Darcs authors' liability.
] 
[Add a "buildbot-try" script to contrib that submits local changes to buildbot.
Petr Rockai <m...@mornfall.net>**20100808133328
 Ignore-this: 96e90b4581df1f297f423611d64c7
] 
[Skip testing of issue1599 on old-fashioned repos.
Petr Rockai <m...@mornfall.net>**20100808123648
 Ignore-this: 2bfa977b37c63dc22c8024994197d0af
] 
[Test for issue1599: expire unused caches
builes.ado...@googlemail.com**20100807211143
 Ignore-this: 8b77c20113c6b1d18019810ff7e11c3d
] 
[Resolve issue1908: try to create a global cache before checking its availability.
Petr Rockai <m...@mornfall.net>**20100808122419
 Ignore-this: a93e6f5d4a1272fc49341236820a9833
] 
[Fail more verbosely in issue1879-same-patchinfo-uncommon.sh.
Petr Rockai <m...@mornfall.net>**20100808105641
 Ignore-this: 88665b641ab15527c37c39b1bd78a772
] 
[Also set binary mode on stderr (we already had stdin/stdout).
Petr Rockai <m...@mornfall.net>**20100808095353
 Ignore-this: a3c37a0fb16fd27da1f47ee101d07295
] 
[Resolve issue1530: allow user to pick from multiple email address.
Eric Kow <ko...@darcs.net>**20100718113353
 Ignore-this: 531e6c9498f9155c1a8f926ee56a68e3
 If your global authors pref has more than one line in it, Darcs will
 prompt you something like:
 
   You have saved the following email addresses to your global settings:
   1. Fred Bloggs <f...@example.net>
   2. Fred Bloggs <f...@home.example.tld>
   3. BLOGGS Fred <fblo...@example.com>
   4. Other
   Please select an email address for this repository. 
] 
[Helper Darcs.Utils.askUserListItem to select from an arbitrary list.
Eric Kow <ko...@darcs.net>**20100718112610
 Ignore-this: 1583cecc95940234ea5703b01094afcb
] 
[Add a simple test for http get with packs.
Petr Rockai <m...@mornfall.net>**20100804190930
 Ignore-this: cab6334359dbf54c3087e0619d8af4b4
] 
[Add a simple non-network test for darcs get over http.
Petr Rockai <m...@mornfall.net>**20100804190927
 Ignore-this: c3545fe52f79ce9ae720499e381f3823
] 
[Resolve issue 1599: automatically expire unused caches
builes.ado...@googlemail.com**20100807003339
 Ignore-this: c12f0cd04794e2db03445b71815b9e3a
] 
[resolve issue1896: enable witnesses for library
Ganesh Sittampalam <gan...@earth.li>**20100721053731
 Ignore-this: 5209e15b5d2c446eea5df2fe1fe700b5
] 
[Undo an edit to the issue1829 test, since the original was clearer.
Petr Rockai <m...@mornfall.net>**20100806131253
 Ignore-this: 925c73124e2b3d17239ccb7c47578f19
] 
[Add a test for issue1829 by Ganesh & Ian.
Petr Rockai <m...@mornfall.net>**20100806125230
 Ignore-this: 7e11a7b4b54f189e1864952ff048f0fb
] 
[Cut functions Darcs.Utils.putStrLnError and putDocLnError.
Eric Kow <ko...@darcs.net>**20100718102621
 Ignore-this: 92c29385add92fb7b875342842432b5a
] 
[Tidy Darcs.Utils exports.
Eric Kow <ko...@darcs.net>**20100718101900
 Ignore-this: 78740886b92947d941f0e3baa86ba3f2
] 
[Remove a couple of redundant type variables from foralls.
Petr Rockai <m...@mornfall.net>**20100806085630
 Ignore-this: 552924bfd0cf15cd9c5922a88ae282f9
] 
[Fix missing type signature in Darcs.Arguments.
Eric Kow <ko...@darcs.net>**20100726134237
 Ignore-this: 8f69ae4defc489d4a4ec9c5734fa2376
] 
[Fix warnings in Darcs.Repository.State.
Eric Kow <ko...@darcs.net>**20100723134611
 Ignore-this: 5a7c4a33c95ba3285721d0ade56adf1b
] 
[Fix warnings in Darcs.Repository.InternalTypes.
Eric Kow <ko...@darcs.net>**20100723134556
 Ignore-this: 66a361e0ff4b1a0c616fb11dafc6467c
] 
[Fix warnings in Darcs.Repository.HashedIO.
Eric Kow <ko...@darcs.net>**20100723134533
 Ignore-this: af2a60a5bf64d53240dc4498696c7a42
] 
[Fix warnings in Darcs.Repository.DarcsRepo.
Eric Kow <ko...@darcs.net>**20100723134515
 Ignore-this: 66f45d925ab9a7bce4c6e69ded8803fe
] 
[Fix warnings in Darcs.Patch.Prim.
Eric Kow <ko...@darcs.net>**20100723134501
 Ignore-this: dfd3b36b4b07e6de3b558073ac6bbe27
] 
[Fix redundant import warning in Darcs.Patch.Patchy.
Eric Kow <ko...@darcs.net>**20100723134447
 Ignore-this: 3fa7ffaf1b8098c4c0793c3ccc5ecb36
] 
[Fix redundant imports in Darcs.Patch.Commute.
Eric Kow <ko...@darcs.net>**20100723133540
 Ignore-this: 1c6919da737a8fd265a5dde9e94bbf35
] 
[Fix shadow warning in Darcs.Patch.Choices.
Eric Kow <ko...@darcs.net>**20100723133357
 Ignore-this: 88183e55fcac7c9fa2372f35decf643f
] 
[Fix redundant imports in Darcs.Patch.Apply.
Eric Kow <ko...@darcs.net>**20100723133239
 Ignore-this: dbf30f383e7a0684ca2b9cf9dcd50fb7
 Likely due to setScriptsExecutable refactor.
] 
[Fix RemoteDarcs related imports warning in Darcs.Flags and Darcs.RemoteApply.
Eric Kow <ko...@darcs.net>**20100723132408
 Ignore-this: f944bbc547fa4f8e1a70c8c3539ce6bc
] 
[Fix deprecation warning on GHC.Handle in Exec module.
Eric Kow <ko...@darcs.net>**20100723131847
 Ignore-this: 12a57c2a78af7d2c6428ec544cd09f98
 It looks like it was deprecated in GHC 6.12 along with the
 Unicode-oriented rewrite.
] 
[switch homepage to two-column format ala xmonad.org
Guillaume Hoffmann <guilla...@gmail.com>**20100805134439
 Ignore-this: 21fa11e338fd9064b526f96c2f5be12
] 
[Re-enable packs and optimize --http.
Petr Rockai <m...@mornfall.net>**20100804185357
 Ignore-this: f86b0ea0c1008dbd173c7b8145be6803
] 
[Minimize the number of packed inventories
Alexey Levan <exle...@gmail.com>**20100802035445
 Ignore-this: 1f3d28bece5b29d599ea97be9bba5424
] 
[Use cache while getting a packed repository
Alexey Levan <exle...@gmail.com>**20100802024914
 Ignore-this: 33e44bdfce82d89fd243e7d628ce2c34
] 
[Hardlink files while getting a packed repository
Alexey Levan <exle...@gmail.com>**20100801050349
 Ignore-this: 8e6aa73b3a0cc84812d44beaaea701dd
] 
[Add pronoun to english module
builes.ado...@googlemail.com**20100803131432
 Ignore-this: 707096c1b8c9d0328524cb85ea76193e
] 
[Make the "error applying hunk" error a lot more readable (and useful).
Petr Rockai <m...@mornfall.net>**20100727215711
 Ignore-this: d748d2632528d8e95453cb8cab76cd67
] 
[Haddock promptYorn.
Eric Kow <ko...@darcs.net>**20100718092334
 Ignore-this: 35ea778f5a5e44b8fb08a1b340b6b8a0
] 
[Modernise System.Cmd import in Distribution.ShellHarness.
Eric Kow <ko...@darcs.net>**20100725220631
 Ignore-this: a785da33c6089635da687a9bfe957c2b
] 
[Add header to issue1790 test and make it follow convention more.
Eric Kow <ko...@darcs.net>**20100728142928
 Ignore-this: 29e6d64c5f3089ff6b7e081da5f853a4
] 
[Accept issue1790: darcs send --context foo
Eric Kow <ko...@darcs.net>**20100728142602
 Ignore-this: cd5d7f148d32ddbcea8d8cbb2282c2ea
 Submitted by Loup Vaillant.
] 
[Handle English nouns that end in y.
builes.ado...@googlemail.com**20100724172717
 Ignore-this: 49eed82e5949fc0d8e7d2775e9fd50c0
] 
[Restore looking for version number in exact-version context dump.
Eric Kow <ko...@darcs.net>**20100726114810
 Ignore-this: e18459c582c12c2e77b630f096f66190
 
 rolling back:
 
 Sun Jul 11 13:08:54 BST 2010  Reinier Lamers <tux_roc...@reinier.de>
   * Don't look for version number in exact-version context dump
 
 Petr says it masks a bug in the release tarballs.
] 
[rename readPatchIds to better describe what it does
Jason Dagit <da...@codersbase.com>**20100723064832
 Ignore-this: aa207726cbe8894aab41c17bd01ee6ca
] 
[move readPatchIds to Darcs.Patch.Info
Jason Dagit <da...@codersbase.com>**20100723064511
 Ignore-this: 53f620c0f5ffda0ffd82693c27a70235
] 
[remove duplicate code, readPatchIds
Jason Dagit <da...@codersbase.com>**20100723063526
 Ignore-this: a1950afa8385b04aa9c03435e4c152cb
] 
[Slightly fix context generation in Setup.
Petr Rockai <m...@mornfall.net>**20100722111410
 Ignore-this: eb3b6637f24d62332c9452a3c4143f39
] 
[Fix "head: empty list" bug in Darcs.Flags.RemoteDarcs.
Petr Rockai <m...@mornfall.net>**20100715123140
 Ignore-this: fa172627824eb3937cad63223026db9e
] 
[Use Compression more widely, suppressing further [DarcsFlag] uses.
Petr Rockai <m...@mornfall.net>**20100715003449
 Ignore-this: d582d3bc381e73a964127aa3b87d0ffb
] 
[Replace some [DarcsFlag] uses with newly introduced RemoteDarcs.
Petr Rockai <m...@mornfall.net>**20100715003320
 Ignore-this: d018b8c9b328228b9d283b7ad824eb15
] 
[Remove --nolinks, since its scope and usefulness is very limited.
Petr Rockai <m...@mornfall.net>**20100715000822
 Ignore-this: 71427fcd09e59d5e4f443bcc4e5ca649
] 
[Restore set-scripts-executable in trackdown --bisect.
Eric Kow <ko...@darcs.net>**20100717124222
 Ignore-this: efa2e2bba8227542b5a63933f0748c9d
 Note: Petr Rockai originally submitted this work as an amendment to
 'Remove [DarcsFlag] parameters from apply.', but I must have
 accidentally pushed the first version before he sent it.  This patch
 has the same effect as his amendment.
] 
[Remove [DarcsFlag] parameters from apply.
Petr Rockai <m...@mornfall.net>**20100715002249
 Ignore-this: 707f8193561ce890dc6ed91d1001253b
] 
[Fix up tests to refer to --name instead of --patch-name.
Petr Rockai <m...@mornfall.net>**20100715102618
 Ignore-this: 630cc96d79db0ee7af9c93fa3dbf5f15
] 
[Resolve issue1883: rename --patch-name option to --name.
Eric Kow <ko...@darcs.net>**20100715101608
 Ignore-this: 85ab2f1e23f8b561b323a9dfb94baa55
 This is usually used in darcs record in shorthand (-m) form.
 This rename is aimed at eliminating the confusion with the --patch
 matcher, which bites amend-record and rollback users.
] 
[Remove [DarcsFlag] argument from unrecordedChanges.
Petr Rockai <m...@mornfall.net>**20100714155059
 Ignore-this: 4ba064584b4846b0ca26f6e3199a955a
] 
[get rid of join_patches
Ganesh Sittampalam <gan...@earth.li>**20100712165037
 Ignore-this: f9a5ca3dcc690e3c1ed9f6778b07f542
] 
[stop using join_patches in Darcs.Test.Unit
Ganesh Sittampalam <gan...@earth.li>**20100712165031
 Ignore-this: 563bbbd15f9f51cdfc8063b9dd7f8b0b
] 
[fix warning
Ganesh Sittampalam <gan...@earth.li>**20100707061818
 Ignore-this: 4b9e468819689cfc768befa8eabe4a4f
] 
[fix unused variable warning
Ganesh Sittampalam <gan...@earth.li>**20100707065338
 Ignore-this: b2a8e05c985912a78dc71748361271b1
] 
[fix name shadowing warning
Ganesh Sittampalam <gan...@earth.li>**20100707065303
 Ignore-this: 79ab8367f22333f79f66e82d5f631dac
] 
[rename field names to avoid shadowing warnings
Ganesh Sittampalam <gan...@earth.li>**20100707062714
 Ignore-this: 6be53f3ee1ef4915bdd722153b0675e0
] 
[fix unused code warning
Ganesh Sittampalam <gan...@earth.li>**20100707062701
 Ignore-this: 3475bca718b26e5056c3ad7448a346dc
] 
[fix shadowing warnings
Ganesh Sittampalam <gan...@earth.li>**20100707062324
 Ignore-this: 45d7d142735754357e7b9c53eb2c25df
] 
[fix warning
Ganesh Sittampalam <gan...@earth.li>**20100707062320
 Ignore-this: 33b1a5f0d5895f04257e4eb133addfc5
] 
[fix warning
Ganesh Sittampalam <gan...@earth.li>**20100707062315
 Ignore-this: ad3da11afad97816fcd832baf25c311f
] 
[remove dead code
Ganesh Sittampalam <gan...@earth.li>**20100707062309
 Ignore-this: a3462879709597df56cf28d239b71eef
] 
[TAG 2.4.98.4
Reinier Lamers <tux_roc...@reinier.de>**20100823183505
 Ignore-this: 8257375d159e0d5a8cb548c6374adf39
] 
Patch bundle hash:
41e0d3025ed0f3063b94dda595f57871bca9fe71

Attachment: unnamed
Description: Binary data

_______________________________________________
darcs-users mailing list
darcs-users@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to