log

age author description
Thu, 05 Jul 2007 12:41:58 -0700 Brendan Cully convert: svn: use revmap to parse only new revisions in incremental conversions
Thu, 05 Jul 2007 12:24:26 -0700 Brendan Cully convert: export revmap to source.
Thu, 05 Jul 2007 12:18:01 -0700 Brendan Cully convert: svn: defer get_log parsing until after get_log completes.
Thu, 05 Jul 2007 12:08:48 -0700 Brendan Cully convert: move some code into common init function
Thu, 05 Jul 2007 12:00:43 -0700 Brendan Cully Merge with crew
Thu, 05 Jul 2007 12:00:26 -0700 Brendan Cully alias: remove dead code
Thu, 05 Jul 2007 12:00:04 -0700 Brendan Cully convert: call superclass init from engine init functions
Thu, 05 Jul 2007 20:50:24 +0200 Patrick Mezard Merge with crew-stable
Thu, 05 Jul 2007 20:39:03 +0200 Patrick Mezard test-archive: stop checking md5 absolute values
Thu, 05 Jul 2007 19:13:08 +0200 Patrick Mezard Fix issue589 wording problem
Tue, 26 Jun 2007 10:48:58 -0400 Nathan Jones Fix serve on Windows without win32* modules.
Thu, 05 Jul 2007 19:11:38 +0200 Patrick Mezard test-demandimport: match upper-case hexadecimal
Wed, 04 Jul 2007 13:38:49 -0700 Brendan Cully Add alias extension
Wed, 04 Jul 2007 09:24:19 +0200 Thomas Arendsen Hein merge with crew-stable
Wed, 04 Jul 2007 09:20:56 +0200 Thomas Arendsen Hein Fixed calling the merge script and reporting errors in debuginstall (issue617)
Tue, 03 Jul 2007 20:22:39 -0700 Brendan Cully convert svn: minor improvement to tag detection.
Tue, 03 Jul 2007 19:49:36 -0700 Brendan Cully convert: svn merges produce hard-to-trace file entries. Ignore them for now.
Tue, 03 Jul 2007 19:26:41 -0700 Brendan Cully convert: svn: autodetect /branches, /tags, /trunk.
Tue, 03 Jul 2007 17:07:58 -0700 Brendan Cully convert: svn: pull out broken batching code, add alpha tags support
Tue, 03 Jul 2007 15:34:30 -0700 Brendan Cully convert: svn: get parent for branch creation events
Tue, 03 Jul 2007 15:12:07 -0700 Brendan Cully convert: add optional module argument to svn._fetch_revisions
Tue, 03 Jul 2007 14:16:54 -0700 Brendan Cully convert: svn: parse log entries as they arrive instead of deferring it
Tue, 03 Jul 2007 13:50:26 -0700 Brendan Cully convert: svn: move some debug output to verbose
Tue, 03 Jul 2007 12:56:30 -0700 Brendan Cully convert: another typo in svn.latest
Tue, 03 Jul 2007 12:52:13 -0700 Brendan Cully convert: typo in svn.latest
Tue, 03 Jul 2007 12:44:04 -0700 Brendan Cully convert: svn: add function to get the latest revision touching a path
Tue, 03 Jul 2007 11:36:06 -0700 Brendan Cully convert: svn: add an early return to move most changeset parsing out an indent level
Tue, 03 Jul 2007 10:55:46 -0700 Brendan Cully convert: svn: use a separate mempool for each ls in the 1.4 fallback path
Tue, 03 Jul 2007 04:18:24 -0700 Lee Cantey Remove specific version requirement and point to latest versions of Mac Python downloads.
Tue, 03 Jul 2007 12:50:05 +0200 Thomas Arendsen Hein children extension: Don't abort when looking at the null revision.
Tue, 03 Jul 2007 12:46:34 +0200 Thomas Arendsen Hein merge with crew-stable
Tue, 03 Jul 2007 12:45:33 +0200 Thomas Arendsen Hein Fix revlog.children so the real children of the null revision can be calculated.
Tue, 03 Jul 2007 12:14:25 +0200 Thomas Arendsen Hein Add extension to provide the 'hg children' command (with tests)
Tue, 03 Jul 2007 03:14:18 -0300 Alexis S. L. Carvalho merge with crew-stable
Tue, 03 Jul 2007 03:06:40 -0300 Alexis S. L. Carvalho hgweb: use lrwxrwxrwx as the permissions of a symlink
Tue, 03 Jul 2007 03:06:40 -0300 Alexis S. L. Carvalho Make hg add foo; hg mv foo bar work.
Tue, 03 Jul 2007 03:06:40 -0300 Alexis S. L. Carvalho test-copy2: use status -C instead of debugstate | grep copy
Tue, 03 Jul 2007 03:06:40 -0300 Alexis S. L. Carvalho test-rename: use hg status -C; don't use hg debugstate | grep copy
Mon, 02 Jul 2007 22:34:38 -0700 Brendan Cully Merge with tah
Mon, 02 Jul 2007 22:33:48 -0700 Brendan Cully convert: make convertsource option handling transparent
Mon, 02 Jul 2007 22:45:58 +0200 Thomas Arendsen Hein Added import test for [PATCH] subject and message body with subject
Mon, 02 Jul 2007 13:26:12 -0700 Brendan Cully patch.extract: fix test-import breakage introduced in the previous changeset
Mon, 02 Jul 2007 10:59:16 -0700 Brendan Cully patch.extract: do not prepend subject if the description already starts with it
Mon, 02 Jul 2007 08:31:02 -0700 Brendan Cully convert: svn: skip revisions without file entries
Mon, 02 Jul 2007 07:54:51 -0700 Brendan Cully convert: svn: disable batched fetch - get the whole log immediately
Mon, 02 Jul 2007 07:28:54 -0700 Brendan Cully convert: svn: add revnum() to convert rev to revnum
Mon, 02 Jul 2007 07:22:11 -0700 Brendan Cully convert: svn: abort if module stat fails
Sun, 01 Jul 2007 23:28:21 -0700 Brendan Cully convert: fetch svn changes on demand (in batches)
Sun, 01 Jul 2007 22:23:33 -0700 Brendan Cully convert: svn: convert branch trunk to default
Sun, 01 Jul 2007 22:21:05 -0700 Brendan Cully convert: svn: fix fallback directory listing code when importing a submodule
Sun, 01 Jul 2007 22:09:33 -0700 Brendan Cully convert: remove svn debugger trap
Sun, 01 Jul 2007 22:00:25 -0700 Brendan Cully convert: import all branches from git repositories
Sun, 01 Jul 2007 21:09:08 -0700 Brendan Cully convert: gitcmd wrapper for os.popen
Sun, 01 Jul 2007 20:30:04 -0700 Brendan Cully convert: activate subversion engine
Sun, 01 Jul 2007 23:56:11 +0200 Daniel Holth convert extension: Add SVN converter
Sun, 01 Jul 2007 17:15:54 +0200 Daniel Holth convert extension: stripped-down svn transport module
Sun, 01 Jul 2007 19:58:19 -0700 Brendan Cully convert: split converter into convertsource and convertsink
Sun, 01 Jul 2007 19:40:02 -0700 Brendan Cully convert: move *** empty log message *** into commit class
Sun, 01 Jul 2007 19:23:10 -0700 Brendan Cully convert: initialize source after destination, cleaning up if source is unusable
Sun, 01 Jul 2007 15:02:15 -0700 Brendan Cully convert: add -r argument specifying latest revision to convert