log

age author description
Tue, 07 Aug 2007 09:56:21 +0200 Thomas Arendsen Hein Replace _ with inst for catching exceptions to not shadow gettext.
Tue, 07 Aug 2007 09:49:07 +0200 Thomas Arendsen Hein Move debugsvnlog to subversion module.
Tue, 07 Aug 2007 09:42:32 +0200 Thomas Arendsen Hein convert: Use debugsvnlog instead of git-like debug-svn-log.
Mon, 06 Aug 2007 14:50:57 -0700 Brad Schick extdiff: do single file diffs from the wc with no copy
Mon, 06 Aug 2007 14:42:11 -0700 Brad Schick extdiff: made it less chatty in non-verbose mode
Mon, 06 Aug 2007 14:32:23 -0700 Brad Schick extdiff: un-nested two functions
Mon, 06 Aug 2007 15:37:14 -0700 Bryan O'Sullivan convert: remove accidental debug print
Mon, 06 Aug 2007 14:59:00 -0700 Bryan O'Sullivan convert: use '.' as destination name if renaming subdir into root
Mon, 06 Aug 2007 14:17:05 -0700 Bryan O'Sullivan Automated merge with http://hg.intevation.org/mercurial/crew
Mon, 06 Aug 2007 14:16:50 -0700 Bryan O'Sullivan convert: only get history for requested revs when converting hg repo
Mon, 06 Aug 2007 14:16:02 -0700 Bryan O'Sullivan convert: raise correct type of exception if svn converter can't handle rev
Mon, 06 Aug 2007 12:53:49 -0700 Bryan O'Sullivan record: raise an exception correctly if we can't create a backup directory
Mon, 06 Aug 2007 12:53:17 -0700 Bryan O'Sullivan record: work properly if invoked in a subdirectory
Mon, 06 Aug 2007 21:49:26 +0200 Patrick Mezard convert: replace fork with subprocess call.
Thu, 02 Aug 2007 23:38:32 +0200 Patrick Mezard convert: support windows SVN simple auth provider
Mon, 06 Aug 2007 20:31:15 +0200 Thomas Arendsen Hein merge with crew-stable
Mon, 06 Aug 2007 20:25:50 +0200 Thomas Arendsen Hein Update on pull -u when heads were closed (fixes issue666).
Thu, 05 Jul 2007 19:47:04 -0700 Brendan Cully gitweb: add notfound template
Mon, 06 Aug 2007 14:45:43 +0200 Thomas Arendsen Hein Add message to test output if a test is aborted due to a timeout.
Mon, 06 Aug 2007 10:57:51 +0200 Patrick Mezard Merge with crew-stable
Mon, 06 Aug 2007 10:08:28 +0200 Patrick Mezard Fix issue 653: symlinks checkout failure on non-supporting platforms
Mon, 06 Aug 2007 09:57:23 +0200 Patrick Mezard test-oldcgi: replace shebangs with explicit python calls to help pysh.
Mon, 06 Aug 2007 09:57:23 +0200 Patrick Mezard test-issue352: skip tests if platform does not support EOL in paths.
Mon, 06 Aug 2007 09:57:23 +0200 Patrick Mezard hghave: detect support for EOL in paths.
Mon, 06 Aug 2007 10:38:07 +0200 Patrick Mezard test-git-import: fake executable permissions.
Mon, 06 Aug 2007 10:26:04 +0200 Patrick Mezard hghave: detect executable permission availability.
Mon, 06 Aug 2007 09:57:23 +0200 Patrick Mezard test-clone-failure: fake output upon fifo unavailabity
Mon, 06 Aug 2007 09:57:23 +0200 Patrick Mezard hghave: detect FIFO availability
Mon, 06 Aug 2007 09:57:23 +0200 Patrick Mezard Skip test-archive-symlinks if symlinks are not available
Wed, 25 Jul 2007 15:58:10 +0900 Shun-ichi GOTO posixfile_nt: '+' should allow read access.