Sun, 19 Feb 2006 19:43:03 +0100 fix warnings from pychecker (unused variables and shadowing)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 19 Feb 2006 19:43:03 +0100] rev 1749
fix warnings from pychecker (unused variables and shadowing)
Sun, 19 Feb 2006 18:59:20 +0100 bisect: fix for recent changes disallowing "false" merges
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 19 Feb 2006 18:59:20 +0100] rev 1748
bisect: fix for recent changes disallowing "false" merges
Sat, 18 Feb 2006 07:37:59 -0800 transitive copy/rename
Robin Farine <robin.farine@terminus.org> [Sat, 18 Feb 2006 07:37:59 -0800] rev 1747
transitive copy/rename Add support for transitive copy or rename operations, e.g. hg rename a b ... (possibly edit b) hg rename b c hg commit ... by actually renaming "b" as "c" while recording a copy of "a" to "c" and a removal of "a".
Sat, 18 Feb 2006 16:31:02 +0100 Fixed misleading indentation in mpatch.c
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 18 Feb 2006 16:31:02 +0100] rev 1746
Fixed misleading indentation in mpatch.c
Fri, 17 Feb 2006 21:56:15 -0800 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 17 Feb 2006 21:56:15 -0800] rev 1745
merge with crew.
Fri, 17 Feb 2006 21:55:33 -0800 make server tests use --daemon.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 17 Feb 2006 21:55:33 -0800] rev 1744
make server tests use --daemon.
Sat, 18 Feb 2006 06:50:22 +0100 Merge with upstream
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 18 Feb 2006 06:50:22 +0100] rev 1743
Merge with upstream
Sat, 18 Feb 2006 05:40:08 +0100 Added help string for --daemon-pipefds
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 18 Feb 2006 05:40:08 +0100] rev 1742
Added help string for --daemon-pipefds
Fri, 17 Feb 2006 16:32:07 -0800 stop read end of pipe from staying open forever in child process.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 17 Feb 2006 16:32:07 -0800] rev 1741
stop read end of pipe from staying open forever in child process.
Fri, 17 Feb 2006 16:29:30 -0800 add --daemon option to serve command. for issue 45.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 17 Feb 2006 16:29:30 -0800] rev 1740
add --daemon option to serve command. for issue 45. code looks odd because it is portable to windows. windows does not have os.fork, so have to spawn and use pipe to tell parent ready instead.
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip