log

age author description
Tue, 15 Aug 2006 11:22:29 +0200 Thomas Arendsen Hein merge with jeffpc
Tue, 15 Aug 2006 05:12:27 -0400 Josef "Jeff" Sipek Use demandload in hgk
Mon, 14 Aug 2006 22:48:03 -0700 Brendan Cully Add diff --git option
Mon, 14 Aug 2006 15:51:35 -0700 Vadim Gelfer extdiff: fix bugs. add test.
Mon, 14 Aug 2006 11:41:08 -0700 Brendan Cully Allow qdel to delete multiple patches.
Mon, 14 Aug 2006 11:24:19 -0700 Brendan Cully Replace qdel/qfold -f option with -k/--keep.
Mon, 14 Aug 2006 11:10:21 -0700 Brendan Cully Properly shell-quote arguments in extdiff
Mon, 14 Aug 2006 11:07:15 -0700 Brendan Cully Update extdiff for recent refactoring
Mon, 14 Aug 2006 10:27:02 -0700 Brendan Cully Test for log --prune.
Mon, 14 Aug 2006 16:06:37 +0300 Giorgos Keramidas hgweb: partially revert 4ec58b157265
Sun, 13 Aug 2006 17:03:33 -0700 Vadim Gelfer cmdutil.matchpats: allow include/exclude to be optional.
Sun, 13 Aug 2006 17:03:03 -0700 Vadim Gelfer add default values to arguments of walk etc.
Sun, 13 Aug 2006 16:57:45 -0700 Vadim Gelfer move commands.addremove_lock to cmdutil.addremove
Sun, 13 Aug 2006 16:11:22 -0700 Vadim Gelfer move walk and matchpats from commands to cmdutil.
Sun, 13 Aug 2006 15:24:30 -0700 Vadim Gelfer fix patch.patch.filterfiles.
Sun, 13 Aug 2006 15:03:48 -0700 Vadim Gelfer make test-diff-subdir executable.
Sun, 13 Aug 2006 23:00:18 +0300 Giorgos Keramidas tests: new test for hg diff of a subdirectory only
Sun, 13 Aug 2006 18:35:24 +0300 Giorgos Keramidas Make clear that hg pull -r REV pulls "up to" a revision.
Sun, 13 Aug 2006 20:21:13 +0300 Giorgos Keramidas Use cached hg-root-dir instead of rediscovering
Sun, 13 Aug 2006 18:01:44 +0300 Giorgos Keramidas hgweb: repo.changes() is now called repo.status()
Sat, 12 Aug 2006 16:40:12 -0700 Vadim Gelfer remove localrepository.changes.
Sat, 12 Aug 2006 16:13:27 -0700 Vadim Gelfer refactor text diff/patch code.
Sat, 12 Aug 2006 16:05:09 -0700 Vadim Gelfer merge.
Sat, 12 Aug 2006 16:04:49 -0700 Vadim Gelfer manifest.execf is now a function.
Sat, 12 Aug 2006 15:43:38 -0700 Vadim Gelfer merge.
Sat, 12 Aug 2006 15:01:46 -0700 Brendan Cully grep: add --follow support.
Sat, 12 Aug 2006 13:51:14 -0700 Brendan Cully grep: display correct user/revision for --all in reverse.
Sat, 12 Aug 2006 15:41:26 -0700 Vadim Gelfer util: qualify name properly.
Sat, 12 Aug 2006 14:15:23 -0700 Vadim Gelfer mq: demandload more
Sat, 12 Aug 2006 13:16:48 -0700 Vadim Gelfer commands.import: refactor patch parsing into patch.extract.