log

age author description
Wed, 29 Aug 2007 16:19:27 -0700 Brendan Cully Merge with crew-stable
Wed, 29 Aug 2007 16:15:23 -0700 Brendan Cully When reverting a file which was renamed, also revert the old name
Tue, 28 Aug 2007 23:02:41 -0300 Alexis S. L. Carvalho Avoid a working dir walk while trying to detect copies for diff --git
Tue, 28 Aug 2007 22:48:25 -0300 Alexis S. L. Carvalho Make hg diff --git -r revA:revB detect (inverted) copies if revA > revB
Mon, 27 Aug 2007 17:08:53 -0700 Brendan Cully bundle: fix up lazy reads
Mon, 27 Aug 2007 15:48:21 -0700 Brendan Cully Make bundlerepo lazier
Mon, 27 Aug 2007 15:41:31 -0700 Brendan Cully Merge with crew
Mon, 27 Aug 2007 15:39:07 -0700 Brendan Cully convert: new config variable hg.tagsbranch controls which branch tags are committed to
Mon, 27 Aug 2007 14:48:08 -0700 Bryan O'Sullivan Push capability checking into protocol-level code.
Mon, 27 Aug 2007 14:16:04 -0700 Bryan O'Sullivan Turn capabilities into a mutable set, instead of a fixed tuple.
Mon, 27 Aug 2007 13:38:34 -0700 Bryan O'Sullivan Automated merge with http://hg.intevation.org/mercurial/crew
Mon, 27 Aug 2007 13:38:16 -0700 Bryan O'Sullivan convert: document filemap.
Mon, 27 Aug 2007 22:17:51 +0200 Patrick Mezard Test svn repository conversion
Mon, 27 Aug 2007 22:17:51 +0200 Patrick Mezard hghave: detect subversion bindings availability
Mon, 27 Aug 2007 22:17:51 +0200 Patrick Mezard hghave: detect subversion client and admin tools availability
Mon, 27 Aug 2007 22:17:51 +0200 Patrick Mezard hghave: wrap command output matching
Mon, 27 Aug 2007 22:17:51 +0200 Patrick Mezard run-tests: append PYTHONPATH instead of overwriting it
Mon, 27 Aug 2007 11:56:53 -0700 Brendan Cully convert: svn: check for branch movement in any log entry, not just the first.
Mon, 27 Aug 2007 14:55:33 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Mon, 27 Aug 2007 14:21:04 -0300 Alexis S. L. Carvalho correctly record file-level history when the local side renames a directory
Mon, 27 Aug 2007 14:21:04 -0300 Alexis S. L. Carvalho Fix theoretical issue in filecommit.
Mon, 27 Aug 2007 14:21:04 -0300 Alexis S. L. Carvalho Avoid adding to the changelog executable files added by the second parent.
Mon, 27 Aug 2007 02:21:58 -0300 Alexis S. L. Carvalho Merge with crew-stable
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho avoid double slash problem mentioned in issue695
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho clone: remove "file://" before making the path absolute
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho pull -u: if "url#rev" was given, update to rev
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho clone: if "url#rev" was given, update to rev
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho parseurl: also return the revision after the "#"; add a test
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho pull -r: pass the revisions as the heads argument of findincoming
Sun, 26 Aug 2007 19:13:24 +0200 Patrick Mezard Merge with crew-stable