log

age author description
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully Add lookup method to filectx
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully hgweb: kill off #filenode#
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully hgweb: kill #manifest#
Sat, 30 Sep 2006 10:29:57 +0200 Thomas Arendsen Hein Remove duplicate walkopts + dryrunopts from addremove.
Sat, 30 Sep 2006 09:46:03 +0200 Thomas Arendsen Hein Merge with upstream
Sat, 30 Sep 2006 09:39:44 +0200 Thomas Arendsen Hein Remove unneeded (and bashismic) export HGMERGE=true.
Fri, 29 Sep 2006 18:17:29 -0700 Brendan Cully Templater expects an iterable copies variable (fixes notify).
Thu, 28 Sep 2006 21:00:01 +0100 Stephen Darnell Remove single character equivalent of --nodates (was -D)
Tue, 26 Sep 2006 00:05:24 +0100 Stephen Darnell Add -D/--nodates options to hg diff/export that removes dates from diff headers
Fri, 29 Sep 2006 23:14:22 +0200 Thomas Arendsen Hein Documentation clarification for --update option to pull and unbundle
Fri, 29 Sep 2006 13:01:19 -0700 Brendan Cully Show copies in hg log.
Fri, 29 Sep 2006 13:00:54 -0700 Brendan Cully Abstract manifest block parsing.
Fri, 29 Sep 2006 13:00:36 -0700 Brendan Cully Make hg.repository work with no path argument
Fri, 29 Sep 2006 21:24:45 +0200 Thomas Arendsen Hein merge with crew
Fri, 29 Sep 2006 21:24:15 +0200 Thomas Arendsen Hein Make "hg log --style=changelog > changelog" work (issue338)
Fri, 29 Sep 2006 19:43:07 +0200 Thomas Arendsen Hein Clarify precedence for template/style in commands.show_changeset():
Fri, 29 Sep 2006 20:00:24 +0200 Benoit Boissinot add remoteopts to bundle command
Fri, 29 Sep 2006 19:59:06 +0200 Benoit Boissinot factor opts: remote repo access options
Fri, 29 Sep 2006 18:39:49 +0200 Benoit Boissinot factor opts: --dry-run option
Fri, 29 Sep 2006 18:39:32 +0200 Benoit Boissinot factor opts: walk options
Fri, 29 Sep 2006 18:39:08 +0200 Benoit Boissinot factor opts: move globalopts to a more logical place
Thu, 28 Sep 2006 11:41:33 -0700 Brendan Cully mq: raise util.Abort instead of using sys.exit(1)
Wed, 27 Sep 2006 14:50:20 -0700 Brendan Cully mq: don't write applied patches into series twice in restore
Wed, 27 Sep 2006 14:32:53 -0700 Brendan Cully mq: bail out if a patch appears more than once in the series file.
Wed, 27 Sep 2006 13:34:20 -0700 Brendan Cully mq: add --summary to qapplied, qunapplied, qtop, qnext and qprev
Wed, 27 Sep 2006 21:44:20 +0200 Thomas Arendsen Hein Merge with crew
Wed, 27 Sep 2006 21:43:45 +0200 Thomas Arendsen Hein Documentation fixes for addremove.
Wed, 27 Sep 2006 08:27:16 -0500 TK Soh hgk: fix mixup of --limit and REVRANGE in hgk call
Wed, 27 Sep 2006 12:08:33 -0700 Brendan Cully gitweb: cosmetic fixes.
Wed, 27 Sep 2006 12:08:32 -0700 Brendan Cully hgweb: yield filenode as well as node in annotate, use filenode in annotateline