log

age author description
Sat, 22 Sep 2007 18:35:53 +0200 Benoit Boissinot bisect: don't write data on failure
Sat, 22 Sep 2007 18:23:56 +0200 Benoit Boissinot bisect: do silent init if necessary
Sat, 15 Sep 2007 16:07:05 +0200 Patrick Mezard debuginstall: stop looking for patch utility, just test it
Fri, 14 Sep 2007 21:47:40 -0700 Brendan Cully Updated zsh completion from issue722.
Fri, 14 Sep 2007 23:10:41 +0200 Patrick Mezard Merge with crew-stable
Fri, 14 Sep 2007 22:47:15 +0200 Patrick Mezard convert: test cvs repository conversion
Fri, 14 Sep 2007 22:17:53 +0200 Patrick Mezard convert: workaround for cvsps.cache under Windows
Fri, 14 Sep 2007 22:17:53 +0200 Patrick Mezard convert: fix remote cvs file paths separator
Fri, 14 Sep 2007 22:17:53 +0200 Patrick Mezard convert: avoid interpreting Windows path as CVS connection strings.
Fri, 14 Sep 2007 22:17:53 +0200 Patrick Mezard convert: call popen2 in binary mode, with a command string.
Fri, 14 Sep 2007 22:17:53 +0200 Patrick Mezard hghave: detect cvs and cvsps availability
Mon, 27 Aug 2007 22:17:51 +0200 Patrick Mezard hghave: wrap command output matching
Tue, 11 Sep 2007 23:38:29 +0200 Patrick Mezard Merge with crew-stable
Tue, 11 Sep 2007 23:05:30 +0200 Patrick Mezard Test parents behaviour with files.
Tue, 11 Sep 2007 23:04:42 +0200 Patrick Mezard parents: make it match the doc when called on a file
Tue, 11 Sep 2007 13:24:52 -0700 Brendan Cully Merge with crew-stable
Tue, 11 Sep 2007 13:23:59 -0700 Brendan Cully Document pseudo-tags "null" and ".".
Mon, 10 Sep 2007 15:00:19 -0700 Brendan Cully Merge with crew
Mon, 10 Sep 2007 15:00:05 -0700 Brendan Cully mq: fix regression in 6fd953d5faea
Mon, 10 Sep 2007 23:53:23 +0200 Patrick Mezard Merge with crew-stable
Mon, 10 Sep 2007 23:34:33 +0200 Alexis S. L. Carvalho sshrepo: fix Windows command quoting
Mon, 10 Sep 2007 23:36:01 +0200 Patrick Mezard extdiff: avoid repr() doubling paths backslashes under Windows
Fri, 07 Sep 2007 17:54:38 +0200 Thomas Arendsen Hein merge with crew-stable
Fri, 07 Sep 2007 17:38:52 +0200 Dirkjan Ochtman Prevent WSGI apps from touching sys.stdin by setting ui.interactive to False.
Fri, 07 Sep 2007 16:35:43 +0200 Edward Lee interhg: allow more flexible pattern specification (fixes 2/3 of issue699)
Fri, 07 Sep 2007 16:14:51 +0200 Thomas Arendsen Hein Don't decode unicode strings.
Thu, 06 Sep 2007 18:12:36 -0700 Brendan Cully Update test-record for 3ef190234b55
Thu, 06 Sep 2007 10:52:54 -0700 Bryan O'Sullivan record: change wording of initial per-file prompt
Wed, 05 Sep 2007 21:53:59 +0200 Steve Borho hgk: add repo root to window title
Tue, 04 Sep 2007 18:37:28 +0200 Thomas Arendsen Hein Forgot to quote "6^" in test-parentrevspec (see 94e77a174f55)
Tue, 04 Sep 2007 13:56:15 +0200 Patrick Mezard test-convert-hg-source: enforce conversion order with --date
Sat, 01 Sep 2007 02:49:18 -0300 Alexis S. L. Carvalho convert: rename a class and a function
Sat, 01 Sep 2007 02:49:18 -0300 Alexis S. L. Carvalho convert: mercurial_source: also search for copies in modified files
Sat, 01 Sep 2007 02:49:18 -0300 Alexis S. L. Carvalho convert: clear the dirstate before a conversion, invalidate it afterwards
Sat, 01 Sep 2007 02:49:18 -0300 Alexis S. L. Carvalho convert: avoid dirstate checks; add a test
Fri, 31 Aug 2007 23:15:44 +0200 Benoit Boissinot merge with crew
Fri, 31 Aug 2007 22:31:43 +0200 Benoit Boissinot merge with crew-stable
Fri, 31 Aug 2007 22:31:03 +0200 Benoit Boissinot fix the dummy 00changelog.i not being copied on clone
Fri, 31 Aug 2007 13:14:03 +0200 Thomas Arendsen Hein convert/subversion: Use util.set() instead of set() for python2.3 compatibility
Fri, 31 Aug 2007 12:54:07 +0200 Thomas Arendsen Hein Fix \ inside ` problem in test-convert-svn (avoids code duplication, too)
Fri, 31 Aug 2007 12:40:23 +0200 Thomas Arendsen Hein merge with crew-stable
Fri, 31 Aug 2007 12:32:18 +0200 Thomas Arendsen Hein Make test-convert-git compatible with other git versions (tested with 1.4.4.3)
Fri, 31 Aug 2007 11:18:29 +0200 Thomas Arendsen Hein hgweb: Show date of last change for each file in manifest
Fri, 31 Aug 2007 01:21:31 +0200 Benoit Boissinot remove unneeded statement
Thu, 30 Aug 2007 23:54:01 +0200 Benoit Boissinot kill lonely docstring
Thu, 30 Aug 2007 18:55:56 +0200 Robert Bachmann Atom support: replaced xhtml namespace prefix with default namespace
Thu, 30 Aug 2007 16:42:17 +0200 Robert Bachmann Added support for the Atom syndication format
Wed, 29 Aug 2007 17:01:10 -0700 Brendan Cully Include . in PYTHONPATH (makes testing unbundled extensions easier)
Wed, 29 Aug 2007 16:50:21 -0700 Brendan Cully Make run-tests.py work when invoked outside of tests.
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