log

age author description
Tue, 06 Mar 2007 17:45:41 -0300 Emanuele Aina Reduce the absolute/relative path conversion in the purge extension
Tue, 06 Mar 2007 17:45:40 -0300 Emanuele Aina Make the purge extension use the statwalk walker from the dirstate object
Tue, 06 Mar 2007 17:45:39 -0300 Emanuele Aina Yield directories in dirstate.statwalk()
Tue, 06 Mar 2007 17:45:38 -0300 Emanuele Aina Add a test for the purge extension
Mon, 05 Mar 2007 19:54:21 +0100 Thomas Arendsen Hein merge with crew-stable
Mon, 05 Mar 2007 19:48:21 +0100 Thomas Arendsen Hein Don't truncate tag and branch names after 30 chars (introduced 73860ffbe798)
Sun, 04 Mar 2007 18:42:31 +0100 Thomas Arendsen Hein patchbomb: Strip more than one trailing dot (and spaces between them)
Sun, 04 Mar 2007 18:40:08 +0100 Thomas Arendsen Hein patchbomb: Allow to specify subject of single-patch-series (issue475)
Sun, 04 Mar 2007 14:35:11 -0300 Alexis S. L. Carvalho test-abort-checkin: use a hook to abort the commit
Sun, 04 Mar 2007 14:09:29 -0300 Alexis S. L. Carvalho test-bad-extension: avoid printing the file name
Sun, 04 Mar 2007 14:04:42 -0300 Alexis S. L. Carvalho make test-acl a bit more digestable for windows
Fri, 23 Feb 2007 17:54:34 +0200 Giorgos Keramidas Create the parent directory when checking out symlinks.
Fri, 05 Jan 2007 21:28:49 +0200 Giorgos Keramidas Fix addremove for symlinks to non-existent files
Sun, 18 Feb 2007 20:39:25 +0100 Erling Ellingsen Avoid some false positives for addremove -s
Sun, 04 Mar 2007 09:03:21 -0300 Alexis S. L. Carvalho Merge with crew-stable
Sat, 03 Mar 2007 17:54:13 +0100 Christian Ebert mq: abort cleanly when invalid patch name is given to qguard
Mon, 19 Feb 2007 12:38:58 +0300 Andrei Vermel Close keepalive connections to fix server traceback
Tue, 20 Feb 2007 22:20:16 +0100 Erling Ellingsen don't return uninitialized memory from bdiff.blocks()
Mon, 19 Feb 2007 10:08:59 +0100 Patrick Mezard web/server: disable address reuse option for BaseHTTPServer on windows
Mon, 19 Feb 2007 10:32:46 +0100 Patrick Mezard stdout raises EINVAL when flush() is called on a closed pipe under win32.
Mon, 19 Feb 2007 10:29:05 +0100 Patrick Mezard localrepo: stream_in may raise ZeroDivisionError with nul float elapsed argument.
Mon, 19 Feb 2007 09:59:37 +0100 Patrick Mezard streamclone: stream_out tried to decodefilename non-normalized paths
Sat, 03 Mar 2007 18:59:54 -0800 Brendan Cully Add _xmlplus to the demandimport blacklist. (HGCIA was failing to load.)
Fri, 02 Mar 2007 14:03:30 -0800 Brendan Cully Suppress <stdout> before hg export -v (regression from previous patch).
Thu, 01 Mar 2007 20:53:38 -0800 Brendan Cully Let patch.export handle any fp-like object
Thu, 01 Mar 2007 22:15:56 +0100 Thomas Arendsen Hein merge with crew-stable
Thu, 01 Mar 2007 22:15:17 +0100 Thomas Arendsen Hein Unified #! paths for python scripts and removed them for test modules.
Tue, 27 Feb 2007 09:05:36 +0100 Emanuele Aina Use the mercurial i18n infrastructure in the purge extension
Tue, 27 Feb 2007 09:05:36 +0100 Emanuele Aina Print relative names in the purge extension
Tue, 27 Feb 2007 16:48:17 -0600 Matt Mackall Merge with crew