none
r1095819 | danielsh | 2011-04-21 21:03:28 +0000 (Thu, 21 Apr 2011)
Factor out repeated code.
Tested by: none
(I just eyeballed the two code sections; this may not compile)
* contrib/server-side/fsfsfixer/fixer/fix-rev.py
(fix_one_error): Factor out two identical chunks into..
(grab_stderr): ..this new function.
r1125709 | danielsh | 2011-05-21 14:18:08 +0000 (Sat, 21 May 2011)
* tools/dist/backport.pl
(merge): Attempt to reduce /tmp spam.
Tested by: none
r1125718 | danielsh | 2011-05-21 14:49:31 +0000 (Sat, 21 May 2011)
* tools/dist/backport.pl
(merge): Remove the reintergated branch, too.
Tested by: none
r1128095 | danielsh | 2011-05-26 21:22:02 +0000 (Thu, 26 May 2011)
* subversion/libsvn_wc/workqueue.c
(run_postupgrade): Fix an off-by-one error.
Tested by: none
r1144603 | danielsh | 2011-07-09 06:24:34 +0000 (Sat, 09 Jul 2011)
On the revprop-packing branch:
Do not overwrite the first byte of the manifest record of the
revision-being-propedited.
Tested by: none
* subversion/libsvn_fs_fs/fs_fs.c
(read_revprop_manifest_record):
Copy the output data before reusing BUF.
r1150924 | danielsh | 2011-07-25 21:35:28 +0000 (Mon, 25 Jul 2011)
* tools/client-side/detach.py
(migrate_pristines): Make the regex a bit more liberal.
Tested by: none
r1152360 | danielsh | 2011-07-29 20:00:04 +0000 (Fri, 29 Jul 2011)
Fix an infinite loop.
* tools/dist/backport.pl
(parse_entry): Guard the loop condition.
Tested by: none
r1156527 | danielsh | 2011-08-11 08:07:30 +0000 (Thu, 11 Aug 2011)
* configure.ac
(--with-libmagic): Correctly handle '--without-libmagic'.
Found by: michael_rytting{_AT_}agilent.com
Tested by: none
r1165784 | danielsh | 2011-09-06 19:02:03 +0000 (Tue, 06 Sep 2011)
On the fs-successor-ids branch, factor out a helper function.
Tested by: none
Review by: stsp
* subversion/libsvn_fs_fs/fs_fs.c
(update_successor_ids_file): Move some logic to..
(read_successor_revisions_file_entry): .. this new function.