Sat Nov 12 19:53:25 CET 2005  Tommy Pettersson <[EMAIL PROTECTED]>
  * fix, move default markings of Query Manifest flags right
  Files are included and dirs are not, by default.
New patches:

[fix, move default markings of Query Manifest flags right
Tommy Pettersson <[EMAIL PROTECTED]>**20051112185325
 Files are included and dirs are not, by default.
] 
<
> {
hunk ./DarcsArguments.lhs 969
 files :: DarcsOption
 files = DarcsMultipleChoiceOption
         [DarcsNoArgOption [] ["files"] Files
-         "include files in output",
+         "include files in output [DEFAULT]",
          DarcsNoArgOption [] ["no-files"] NoFiles
hunk ./DarcsArguments.lhs 971
-         "do not include files in output [DEFAULT]"]
+         "do not include files in output"]
 
 directories :: DarcsOption
 directories = DarcsMultipleChoiceOption
hunk ./DarcsArguments.lhs 976
               [DarcsNoArgOption [] ["directories"] Directories
-               "include directories in output [DEFAULT]",
+               "include directories in output",
                DarcsNoArgOption [] ["no-directories"] NoDirectories
hunk ./DarcsArguments.lhs 978
-               "do not include directories in output"]
+               "do not include directories in output [DEFAULT]"]
 
 pending :: DarcsOption
 pending = DarcsMultipleChoiceOption
}

Context:

[add note in docs about bug with DARCS_DONT_ESCAPE_ISPRINT with GHC 6.4
Tommy Pettersson <[EMAIL PROTECTED]>**20051112153628] 
[set DARCS_EDITOR in send.sh so darcs won't actually call a real editor.
David Roundy <[EMAIL PROTECTED]>**20051112145118] 
[Add BUGS section.
Dave Love <[EMAIL PROTECTED]>**20051112135212
 The info should also be added to the manual somewhere appropriate.
] 
[Add bug address to help text.
Dave Love <[EMAIL PROTECTED]>**20051112105924] 
[fix bug in darcs_completion when you match the "." character.
David Roundy <[EMAIL PROTECTED]>**20051112140357] 
[add a few more changelog entries.
David Roundy <[EMAIL PROTECTED]>**20051111133638] 
[fix bug in code for external conflict resolution.
David Roundy <[EMAIL PROTECTED]>**20051111132557] 
[spelling fix in docs.
David Roundy <[EMAIL PROTECTED]>**20051111123035] 
[use substrPS for more robust searching for the patch bundle hash.
David Roundy <[EMAIL PROTECTED]>**20051110145918] 
[speed up replace by first checking on each line if there might be a match.
David Roundy <[EMAIL PROTECTED]>**20051110143047
 The idea is that if there is no substring match, there won't be a token
 match, and we can save huge amounts of time.  On my very simple test
 (replacing if with fi in all of darcs' files), the speedup took us from 30
 seconds to 3 seconds to pull.
] 
[implement FastPackedString.substrPS, which searches for a substring.
David Roundy <[EMAIL PROTECTED]>**20051110140311] 
[make pull.pl work on MacOS X using ugly hack.
[EMAIL PROTECTED]
 For some reason ghc on MacOX X gives an Unknown error 0 where it ought to
 give a "permission denied" error.  This change just makes us recognize this
 and turns the test failure into a TODO check.
] 
[add a couple of changelog entries.
David Roundy <[EMAIL PROTECTED]>**20051108132617] 
[make sftp honor the SSH_PORT env variable.
David Roundy <[EMAIL PROTECTED]>**20051108131847] 
[Fix spurious failure of the revert test case
Florian Weimer <[EMAIL PROTECTED]>**20051107195237
 
 "darcs revert -a" does not require confirmation.
] 
[Check for excess input in test cases
Florian Weimer <[EMAIL PROTECTED]>**20051107195045
 
 This change also fixes a latent race condition (by adding a call to
 waitpid): darcs might not have run to completion when echo_to_darcs
 returns.
] 
[During tests, do not exit silently when a write fails
Florian Weimer <[EMAIL PROTECTED]>**20051107194913] 
[Avoid putting a wrongly-named directory in dist tarball if the name we wanted already exists in $TMPDIR
Simon McVittie <http://www.pseudorandom.co.uk/>**20051106145821] 
[fix example in doc to work with version 1.0.3 and above
Tommy Pettersson <[EMAIL PROTECTED]>**20051106232940
 Discovered and fix suggested by Pavel Pisa.
] 
[update version number to 1.0.4rc3.
David Roundy <[EMAIL PROTECTED]>**20051108120613] 
[TAG 1.0.4rc2
David Roundy <[EMAIL PROTECTED]>**20051106121631] 
Patch bundle hash:
80b0b11c0f4243f3e42517c8ab69aa0b7187509a
_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to