logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

darcs patch: Add bug address to help text. (and 1 more): msg#00052

Subject: darcs patch: Add bug address to help text. (and 1 more)
Sat Nov 12 10:59:24 GMT 2005  Dave Love <fx@xxxxxxx>
  * Add bug address to help text.

Sat Nov 12 13:52:12 GMT 2005  Dave Love <fx@xxxxxxx>
  * Add BUGS section.
  The info should also be added to the manual somewhere appropriate.
New patches:

[Add bug address to help text.
Dave Love <fx@xxxxxxx>**20051112105924] {
hunk ./DarcsCommands.lhs 219
-           "Use 'darcs --exact-version' to get the exact version of this darcs 
instance.\n"
+           "Use 'darcs --exact-version' to get the exact version of this darcs 
instance.\n\n" ++
+           "Report bugs to bugs@xxxxxxxxx or via http://bugs.darcs.net/.\n";
}

[Add BUGS section.
Dave Love <fx@xxxxxxx>**20051112135212
 The info should also be added to the manual somewhere appropriate.
] {
hunk ./darcsman.hs 68
+                putStrLn ".SH BUGS"
+                putStrLn "Report bugs by mail to"
+                putStrLn ".B bugs@xxxxxxxxx"
+                putStrLn "or via the web site at"
+                putStrLn ".BR http://bugs.darcs.net/ ."
+                putStrLn ""
}

Context:

[add a few more changelog entries.
David Roundy <droundy@xxxxxxxxx>**20051111133638] 
[fix bug in code for external conflict resolution.
David Roundy <droundy@xxxxxxxxx>**20051111132557] 
[spelling fix in docs.
David Roundy <droundy@xxxxxxxxx>**20051111123035] 
[use substrPS for more robust searching for the patch bundle hash.
David Roundy <droundy@xxxxxxxxx>**20051110145918] 
[speed up replace by first checking on each line if there might be a match.
David Roundy <droundy@xxxxxxxxx>**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 <droundy@xxxxxxxxx>**20051110140311] 
[make pull.pl work on MacOS X using ugly hack.
droundy@xxxxxxxxxxxxxxx**20051109131645
 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 <droundy@xxxxxxxxx>**20051108132617] 
[make sftp honor the SSH_PORT env variable.
David Roundy <droundy@xxxxxxxxx>**20051108131847] 
[Fix spurious failure of the revert test case
Florian Weimer <fw@xxxxxxxxxxxxx>**20051107195237
 
 "darcs revert -a" does not require confirmation.
] 
[Check for excess input in test cases
Florian Weimer <fw@xxxxxxxxxxxxx>**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 <fw@xxxxxxxxxxxxx>**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 <ptp@xxxxxxxxxxxxxx>**20051106232940
 Discovered and fix suggested by Pavel Pisa.
] 
[update version number to 1.0.4rc3.
David Roundy <droundy@xxxxxxxxx>**20051108120613] 
[TAG 1.0.4rc2
David Roundy <droundy@xxxxxxxxx>**20051106121631] 
Patch bundle hash:
937f1afa783b63c2ae62d661d95b7c92fa17f6b9
_______________________________________________
darcs-devel mailing list
darcs-devel@xxxxxxxxx
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel
<Prev in Thread] Current Thread [Next in Thread>