log

age author description
Fri, 28 Oct 2005 11:03:18 -0700 Benoit Boissinot add a test for hgignore
Fri, 28 Oct 2005 11:01:25 -0700 Benoit Boissinot util.opener already create the base directory if it doesn't exist
Fri, 28 Oct 2005 10:57:40 -0700 Benoit Boissinot fix dirstate.change: it should walk ignored files
Thu, 27 Oct 2005 13:49:15 -0700 Matt Mackall Elevate parents to a "common" command in help
Thu, 27 Oct 2005 13:48:00 -0700 Matt Mackall Add missing test output
Thu, 27 Oct 2005 13:40:56 -0700 Benoit Boissinot make readconfig take a filename instead of a file pointer as argument
Thu, 27 Oct 2005 13:31:12 -0700 Benoit Boissinot make revert use standard matcher
Thu, 27 Oct 2005 13:29:35 -0700 Benoit Boissinot rewrote changes function in dirstate to use generic walk code
Thu, 27 Oct 2005 13:29:28 -0700 TK Soh minor fix on command help docstrings
Thu, 27 Oct 2005 12:26:16 -0700 Matt Mackall Merge bundle -r work from Eric Hopper
Sun, 16 Oct 2005 16:24:40 -0700 Eric Hopper Added a test for clone -r.
Wed, 12 Oct 2005 11:32:51 -0700 Eric Hopper Stupid spelling mistake in a variable name.
Tue, 11 Oct 2005 18:56:47 -0700 Eric Hopper Added a lot of comments to changegroupsubset.
Tue, 11 Oct 2005 08:39:21 -0700 Eric Hopper Implementing pull -r and changing clone -r. Both now support
Tue, 11 Oct 2005 08:06:52 -0700 Eric Hopper Fixed silly bug involving a non-existent variable.
Mon, 10 Oct 2005 17:20:38 -0700 Eric Hopper Fix to handle case of empty list for roots or heads in nodesbetween.
Mon, 10 Oct 2005 08:36:29 -0700 Eric Hopper Optimizing manifest reads in changegroupsubset by using deltas.
Fri, 07 Oct 2005 19:51:09 -0700 Eric Hopper Implementing clone -r, which clones all changesets needed to reach a
Fri, 07 Oct 2005 19:49:25 -0700 Eric Hopper Bug fixing in localrepository.changegroupsubset. Bugs found in testing.
Fri, 07 Oct 2005 17:07:57 -0700 Eric Hopper Fix small bug in nodesbetween if heads is [nullid].
Fri, 07 Oct 2005 10:57:11 -0700 Eric Hopper This changes the revlog.group and re-implements the localrepo.changeroup
Fri, 07 Oct 2005 10:48:27 -0700 Eric Hopper This implements the nodesbetween method, and it removes the newer method
Wed, 26 Oct 2005 16:32:50 -0700 Matt Mackall Remove copy/rename --parents option
Wed, 26 Oct 2005 16:24:10 -0700 Robin Farine [PATCH] copy/rename a directory
Wed, 26 Oct 2005 16:10:56 -0700 Benoit Boissinot further fix traceback on invalid .hgignore patterns
Wed, 26 Oct 2005 16:10:36 -0700 TK Soh get command defaults from hgrc
Tue, 25 Oct 2005 22:17:31 -0700 Matt Mackall Remove now unused sortdiff and diff from mdiff
Tue, 25 Oct 2005 22:15:44 -0700 Matt Mackall Remove old manifest diff code, it's now buggy
Tue, 25 Oct 2005 16:31:38 -0700 Matt Mackall Add Benoit to CONTRIBUTORS
Tue, 25 Oct 2005 15:54:44 -0700 Matt Mackall Add test-confused-revert, fix permissions on test-revert
Tue, 25 Oct 2005 15:52:27 -0700 Matt Mackall Allow reverting a deleted file with two parents
Tue, 25 Oct 2005 15:51:28 -0700 Benoit Boissinot revert added and removed files to their normal state before reverting
Tue, 25 Oct 2005 14:58:11 -0700 Benoit Boissinot abort on invalid pattern in matcher
Tue, 25 Oct 2005 14:57:14 -0700 TK Soh hgweb: add strip and rstrip filters to handle summary
Tue, 25 Oct 2005 14:55:39 -0700 Benoit Boissinot fix for cloning empty repo (.hg is still empty)
Mon, 24 Oct 2005 20:42:20 -0700 Matt Mackall Remove deprecated commit -t option
Mon, 24 Oct 2005 19:55:44 -0700 Steve Borho zsh completion: Added '--newest-first' to incoming, outgoing
Mon, 24 Oct 2005 17:54:06 -0700 TK Soh hgweb: a couple of fixes on search page
Mon, 24 Oct 2005 17:41:45 -0700 tonfa Fix relative pull in a subdir
Mon, 24 Oct 2005 16:59:31 -0700 Michal Kvasnica allow 'hg out' / 'hg in' to show newest commit first
Mon, 24 Oct 2005 16:54:07 -0700 Steve Borho zsh completions: new -M, -m arguments for log, etc.
Mon, 24 Oct 2005 15:52:28 -0700 Benoit Boissinot import docstring from doc/hg.1.txt
Mon, 24 Oct 2005 15:37:45 -0700 Benoit Boissinot add --only-merges (-m) log
Mon, 24 Oct 2005 15:37:20 -0700 Benoit Boissinot add --no-merges (-M) for log, outgoing, incoming
Mon, 24 Oct 2005 14:55:53 -0700 levon Fix use of diff(1) triggered by set -e.
Mon, 24 Oct 2005 14:55:46 -0700 TK Soh hgweb: fix broken filelog->changelog link
Mon, 24 Oct 2005 14:55:34 -0700 TK Soh hgweb: fix broken search->changelog link
Mon, 24 Oct 2005 14:55:20 -0700 Matt Mackall Calling flush is unnecessary with bz2 decompressors and may not even exist.
Mon, 24 Oct 2005 14:54:54 -0700 TK Soh hgk: add horizontal scrollbar to patch window
Mon, 24 Oct 2005 14:54:48 -0700 Eric Bloodworth Add control-w key binding to quit hgk.
Mon, 24 Oct 2005 14:54:34 -0700 Eric Bloodworth Change asciidoc backend to more recent name.
Mon, 24 Oct 2005 14:54:17 -0700 michael w dales Fixed problem with invoking hgmerge on paths with spaces.
Mon, 24 Oct 2005 14:53:36 -0700 Benoit Boissinot add a target for running only one test
Mon, 24 Oct 2005 14:53:25 -0700 TK Soh hgweb: improve look-n-feel of changelog nagivation
Mon, 24 Oct 2005 14:53:12 -0700 Benoit Boissinot [issue21] cannot debug extension
Mon, 24 Oct 2005 14:52:49 -0700 levon Use $(MAKE) not make
Mon, 24 Oct 2005 14:52:41 -0700 Volker Kleinfeld py2exe is not able to handle win32com.shell
Mon, 24 Oct 2005 14:52:30 -0700 Volker Kleinfeld Option -i broken in py2exe_for_demandload
Mon, 24 Oct 2005 14:34:48 -0700 olivier maquelin Avoid insertion/deletion of CRs on stdio during hg serve
Fri, 21 Oct 2005 00:15:55 -0700 Matt Mackall hgweb: fix broken tags->changelog link