Fri, 29 Sep 2006 17:47:51 -0500 context: add __nonzero__ methods
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 17:47:51 -0500] rev 3201
context: add __nonzero__ methods
Fri, 29 Sep 2006 16:39:38 -0500 merge: use repo.parents and parent contexts in update
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 16:39:38 -0500] rev 3200
merge: use repo.parents and parent contexts in update
Fri, 29 Sep 2006 16:29:44 -0500 Add str methods to contexts
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 16:29:44 -0500] rev 3199
Add str methods to contexts
Fri, 29 Sep 2006 16:01:46 -0500 Add equality operators to changectx and filectx
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 16:01:46 -0500] rev 3198
Add equality operators to changectx and filectx
Fri, 29 Sep 2006 15:56:36 -0500 localrepo.parents: return null context for no parents
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 15:56:36 -0500] rev 3197
localrepo.parents: return null context for no parents
Fri, 29 Sep 2006 15:48:16 -0500 Add localrepo.parents to get parent changectxs.
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 15:48:16 -0500] rev 3196
Add localrepo.parents to get parent changectxs.
Sat, 30 Sep 2006 09:39:44 +0200 Remove unneeded (and bashismic) export HGMERGE=true.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 30 Sep 2006 09:39:44 +0200] rev 3195
Remove unneeded (and bashismic) export HGMERGE=true.
Fri, 29 Sep 2006 18:17:29 -0700 Templater expects an iterable copies variable (fixes notify).
Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 18:17:29 -0700] rev 3194
Templater expects an iterable copies variable (fixes notify).
Thu, 28 Sep 2006 21:00:01 +0100 Remove single character equivalent of --nodates (was -D)
Stephen Darnell <stephen@darnell.plus.com> [Thu, 28 Sep 2006 21:00:01 +0100] rev 3193
Remove single character equivalent of --nodates (was -D)
Tue, 26 Sep 2006 00:05:24 +0100 Add -D/--nodates options to hg diff/export that removes dates from diff headers
Stephen Darnell <stephen@darnell.plus.com> [Tue, 26 Sep 2006 00:05:24 +0100] rev 3192
Add -D/--nodates options to hg diff/export that removes dates from diff headers and replace uses of sed in the tests with --nodates.
Fri, 29 Sep 2006 23:14:22 +0200 Documentation clarification for --update option to pull and unbundle
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 29 Sep 2006 23:14:22 +0200] rev 3191
Documentation clarification for --update option to pull and unbundle
Fri, 29 Sep 2006 13:01:19 -0700 Show copies in hg log.
Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 13:01:19 -0700] rev 3190
Show copies in hg log. The format is: copies: destination (source)...
Fri, 29 Sep 2006 13:00:54 -0700 Abstract manifest block parsing.
Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 13:00:54 -0700] rev 3189
Abstract manifest block parsing.
Fri, 29 Sep 2006 13:00:36 -0700 Make hg.repository work with no path argument
Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 13:00:36 -0700] rev 3188
Make hg.repository work with no path argument
Fri, 29 Sep 2006 21:24:45 +0200 merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 29 Sep 2006 21:24:45 +0200] rev 3187
merge with crew
Fri, 29 Sep 2006 21:24:15 +0200 Make "hg log --style=changelog > changelog" work (issue338)
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 29 Sep 2006 21:24:15 +0200] rev 3186
Make "hg log --style=changelog > changelog" work (issue338) Style files in templates/ now take precedence over current directory. This can be overridden with --style=./changelog if really neeeded. Added test for issue338.
Fri, 29 Sep 2006 19:43:07 +0200 Clarify precedence for template/style in commands.show_changeset():
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 29 Sep 2006 19:43:07 +0200] rev 3185
Clarify precedence for template/style in commands.show_changeset(): Display format will be the first non-empty hit of: 1. option 'template' 2. option 'style' 3. [ui] setting 'logtemplate' 4. [ui] setting 'style' If all of these values are either the unset or the empty string, regular display via changeset_printer() is done.
Fri, 29 Sep 2006 20:00:24 +0200 add remoteopts to bundle command
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Sep 2006 20:00:24 +0200] rev 3184
add remoteopts to bundle command
Fri, 29 Sep 2006 19:59:06 +0200 factor opts: remote repo access options
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Sep 2006 19:59:06 +0200] rev 3183
factor opts: remote repo access options
Fri, 29 Sep 2006 18:39:49 +0200 factor opts: --dry-run option
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Sep 2006 18:39:49 +0200] rev 3182
factor opts: --dry-run option
Fri, 29 Sep 2006 18:39:32 +0200 factor opts: walk options
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Sep 2006 18:39:32 +0200] rev 3181
factor opts: walk options
Fri, 29 Sep 2006 18:39:08 +0200 factor opts: move globalopts to a more logical place
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Sep 2006 18:39:08 +0200] rev 3180
factor opts: move globalopts to a more logical place we will put other options at the same place
Thu, 28 Sep 2006 11:41:33 -0700 mq: raise util.Abort instead of using sys.exit(1)
Brendan Cully <brendan@kublai.com> [Thu, 28 Sep 2006 11:41:33 -0700] rev 3179
mq: raise util.Abort instead of using sys.exit(1)
Wed, 27 Sep 2006 14:50:20 -0700 mq: don't write applied patches into series twice in restore
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 14:50:20 -0700] rev 3178
mq: don't write applied patches into series twice in restore
Wed, 27 Sep 2006 14:32:53 -0700 mq: bail out if a patch appears more than once in the series file.
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 14:32:53 -0700] rev 3177
mq: bail out if a patch appears more than once in the series file. Closes: #379.
Wed, 27 Sep 2006 13:34:20 -0700 mq: add --summary to qapplied, qunapplied, qtop, qnext and qprev
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 13:34:20 -0700] rev 3176
mq: add --summary to qapplied, qunapplied, qtop, qnext and qprev This moves most of the queue display code into qseries.
Wed, 27 Sep 2006 21:44:20 +0200 Merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 27 Sep 2006 21:44:20 +0200] rev 3175
Merge with crew
Wed, 27 Sep 2006 21:43:45 +0200 Documentation fixes for addremove.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 27 Sep 2006 21:43:45 +0200] rev 3174
Documentation fixes for addremove. - It is no longer deprecated, but the short help still included (DEPRECATED). - Similarity parameter has to be 0<=s<=100 and not 0<=s<=1.
Wed, 27 Sep 2006 08:27:16 -0500 hgk: fix mixup of --limit and REVRANGE in hgk call
TK Soh <teekaysoh@yahoo.com> [Wed, 27 Sep 2006 08:27:16 -0500] rev 3173
hgk: fix mixup of --limit and REVRANGE in hgk call
Wed, 27 Sep 2006 12:08:33 -0700 gitweb: cosmetic fixes.
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 12:08:33 -0700] rev 3172
gitweb: cosmetic fixes. Fix the padding around the changelog description. Alternate row colours for the changeset file list.
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip