[prev in list] [next in list] [prev in thread] [next in thread] 

List:       darcs-devel
Subject:    [darcs-devel] darcs patch: Fix path to pending_buggy in user message
From:       Thomas Zander <TZander () Factotummedia ! nl>
Date:       2005-02-25 15:08:35
Message-ID: E1D4h51-0002R3-6a () abridgegame ! org
[Download RAW message or body]

Fri Feb 25 14:58:41 CET 2005  Thomas Zander <TZander@Factotummedia.nl>
  * Fix path to pending_buggy in user message

[Attachment #3 (text/x-darcs-patch)]

New patches:

[Fix path to pending_buggy in user message
Thomas Zander <TZander@Factotummedia.nl>**20050225135841] {
hunk ./Repository.lhs 203
-            $$ text "If possible, please send the contents of _darcs/pending_buggy along"
-            $$ text "with a bug report."
+            $$ text "If possible, please send the contents of _darcs/patches/pending_buggy"
+            $$ text "along with a bug report."
}

Context:

[eliminate inappropriate singular flags in changes.
David Roundy <droundy@abridgegame.org>**20050225123849] 
[sort commands in "Ambiguous command" message.
David Roundy <droundy@abridgegame.org>**20050220141036] 
[Help texts clarification
Thomas Zander <zander@kde.org>**20050219165049] 
[don't import head twice (fixes ghc 6.4 warning).
David Roundy <droundy@abridgegame.org>**20050219120649] 
[move nubsort from PatchCommute to DarcsUtils
Benedikt Schmidt <beschmi@cloaked.de>**20050219100534
 and change all nub . sort calls to nubsort.
] 
[fix get over sftp using the putty sftp client
Benedikt Schmidt <beschmi@cloaked.de>**20050219095413
 psftp doesn't change to the directory given on the commandline as
 user@host:dir. Change url given as arg to user@host: and add a
 cd dir command to the batchfile.
] 
[add exec_interactive and use it instead of system in some places
Benedikt Schmidt <beschmi@cloaked.de>**20050218022204
 exec_interactive just uses rawSystem wich works on posix systems
 (using execvp) and should work on windows too.
] 
[clarify message and nub . sort instead of other way around
Benedikt Schmidt <beschmi@cloaked.de>**20050218014042] 
[merge_three_patches-test-use-DARCS-not-darcs-for-get-tempOld-tempB
petersen@haskell.org**20050217052705] 
[fix bug in what_sl test.
David Roundy <droundy@abridgegame.org>**20050217133957] 
[fix non-matching regexp in unit test
Will <will@glozer.net>**20050217074209] 
[add self-test routines to cgi
Will <will@glozer.net>**20050217071519] 
[canonize peter strand.
David Roundy <droundy@abridgegame.org>**20050217130626] 
[Revert to old behaviour for "whatsnew -sl" wrt. showing modified files (bug #210 in RT)
peter@zarquon.se**20050216231858] 
[#217: darcs test suite ignores ~/.darcs
Yuval Kogman <nothingmuch@woobling.org>**20050216000637
 Every test run has env HOME=`pwd` prepended to it, which causes darcs to look
 for .darcs in the src/darcs/test directory, instead of the actual home of the
 user running the test suite.
] 
[Less ambiguous (and context-insensitive) docpatch for --look-for-adds
Yuval Kogman <nothingmuch@woobling.org>**20050215233402
 lookforadds is documented in a way that could be interpreted as 'running "darcs
 whatsnew -l" will add files to the repo'. This doc patch tries to clarify the
 issue, but does a bad job of it.
 
 The reason is that lookforadds is documented once, while it actually means two
 different things in two different contexes - recording, and whatsnewing. The
 changed texts try to make sense in both contexes.
 
 Splitting the lookforadds documentation is beyond me, as it requires code
 modifications, but would definately be the Right Thing to do.
] 
[add -lposix4 -lpthread to LDFLAGS when present, needed on Solaris
Samuel Tardieu <sam@rfc1149.net>**20050214170152] 
[fixes to make darcs work with ghc 6.4.
David Roundy <droundy@abridgegame.org>**20050212125212] 
[quote filename passed to $EDITOR
Benedikt Schmidt <beschmi@cloaked.de>**20050210193135
 fix bug when working directory contains spaces reported by
 Steven E. Harris.
] 
[change tab to spaces.
David Roundy <droundy@abridgegame.org>**20050207131451] 
[improvements for darcs add and adding parent directories
Benedikt Schmidt <beschmi@cloaked.de>**20050206000516
 Don't check for parents of recursively added files and
 order files given on commandline. Add test for new
 behaviour.
] 
[index.html.in: "Darcs is a revision control system."
Thomas Schwinge <schwinge@nic-nac-project.de>**20050206150322
 I'd suggest this change; IMHO there's no need to compare darcs to CVS.
] 
[Remove doubled 'on' from index.html.in.
Thomas Schwinge <schwinge@nic-nac-project.de>**20050206145156] 
[RT#201 - add test for takeLock failure on pull
Mark Stosberg <mark@summersault.com>**20050206040412] 
[changelog updates
Mark Stosberg <mark@summersault.com>**20050206030948] 
[canonize AJ... :)
David Roundy <droundy@abridgegame.org>**20050205212437] 
[Beautification
Ian Lynagh <igloo@earth.li>**20050205131851] 
[clarify how bad the situation is when failure happens in pull.
David Roundy <droundy@abridgegame.org>**20050205135901
 This adds a function to DarcsUtils which can be used to add clarifications
 to existing error messages, so no information is lost to the user (although
 calling functions lose the type of the exception that was thrown).  It
 would be a good idea to throw these clarifications around pretty
 liberally.  I just did this to pull because that's where the relevant bug
 report (#201) was filed.
 
 I also reordered the writing to pending so less information will be lost if
 there is a problem writing changes to the working directory.
] 
[be more careful not to do unnecesary slurps in write_pending.
David Roundy <droundy@abridgegame.org>**20050201115209] 
[Update copyright message: 2002-2005
Jan-Benedict Glaw <jbglaw@lug-owl.de>**20050131133625] 
[Build-depend on libcurl2 or libcurl3
Jan-Benedict Glaw <jbglaw@lug-owl.de>**20050131133404
 
 Darcs builds perfectly okay with libcurl3, so there's no need to force
 using an older version of this lib.
 
] 
[Show patch number while (verbosely) downloading patches
Jan-Benedict Glaw <jbglaw@lug-owl.de>**20050131121046] 
[Close both ends of pipes.
Jan-Benedict Glaw <jbglaw@lug-owl.de>**20050130201542] 
[try to avoid email loops.
David Roundy <droundy@abridgegame.org>**20050129150828] 
[Show files starting with . in CGI script
Kim Hansen <kim.hansen@hp.com>**20050128180541
 Files like .htaccess were not shown i the web interface.
 This patch changes the use of glob to opendir/readdir/closedir.
 It also shows repositories starting with ..
] 
[Fix soul-hurting hardcoded file descriptor number
Jan-Benedict Glaw <jbglaw@lug-owl.de>**20050127235644] 
[Fix eye-hurting whitespace
Jan-Benedict Glaw <jbglaw@lug-owl.de>**20050127234921
 
 I admit that I don't like indenting with whitespaces either,
 but since the file is basically written with 4-spaces, I'll
 keep this habit (unless anybody allows me to send a larger
 patch :-)
 
] 
[Fix off-by-one error in WIN32 version of mkstemp()
Jan-Benedict Glaw <jbglaw@lug-owl.de>**20050127234048
 
 This patch solves different issues with the mkstemp() funktion provided
 for WIN32 versions of darcs:
 
 - THIS PATCH IS NOT TESTED: I'VE GOT NO WINDOWS AROUND!
 - Move file-local variable into the mkstemp() since it's only used
   by mkstemp().
 - Remove unneeded variable p2.
 - Remove unneeded variable fd by directly returning the result of
   open().
 - Correctly return EINVAL if the supplied template isn't at least
   6 bytes long and doesn't end in 6 consecutive 'XXXXXX'.
 - Write 6 bytes of hex garbage instead of 5 bytes of decimal garbage.
   This was caused because the final \0 wasn't put into account for
   the snprintf() call.
] 
[Clarified success message for darcs pull.
jemfinch@supybot.com**20050127065323
 When I first ran darcs pull, I saw the success message "Finished pulling" and
 wondered whether Darcs had just downloaded the patches, or whether it had
 also applied them.  To me (a new Darcs user) "pull" sounds like an exclusively
 network operation, so I wasn't sure whether the patches would be applied.  I
 think adding "and applying" clarifies to users that darcs pull not only grabs
 the patches, but applies them as well.
] 
[simplify slurp_has using get_slurp
Tomasz Zielonka <tomasz.zielonka@gmail.com>**20041221193648] 
[simplify slurp_hasfile using get_slurp
Tomasz Zielonka <tomasz.zielonka@gmail.com>**20041221182015] 
[simplify slurp_modfile using get_slurp_context
Tomasz Zielonka <tomasz.zielonka@gmail.com>**20041221175117] 
[implement get_slurp using get_slurp_context
Tomasz Zielonka <tomasz.zielonka@gmail.com>**20041221170352] 
[simplify addslurp using get_slurp_context
Tomasz Zielonka <tomasz.zielonka@gmail.com>**20041221140040] 
[simplify slurp_remove using get_slurp_context_maybe
Tomasz Zielonka <tomasz.zielonka@gmail.com>**20041221131818] 
[add get_slurp_context, get_slurp_context_maybe and get_slurp_context_list
Tomasz Zielonka <tomasz.zielonka@gmail.com>**20041221064941
 These functions allow to split a slurpy to a subtree specified by a file path
 and the rest of the tree (context). Hopefully this will allow to move most
 of slurpy traversal code to one place.
] 
[automatically add parent directories for darcs add
Benedikt Schmidt <beschmi@cloaked.de>**20050205014603
 
 Instead of complaining that the parent directory of the file isn't
 in the repo, add parent directories recursively. (See Bug #20)
] 
[update web page to reflect new stable release.
David Roundy <droundy@abridgegame.org>**20050205120152] 
[make favicon alpha transparent.
David Roundy <droundy@abridgegame.org>**20050205115820] 
[TAG 1.0.2
David Roundy <droundy@abridgegame.org>**20050204123805] 
Patch bundle hash:
193dc5e35712c1e0dd7828e10d571beff87251ca

.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic