Brendan Cully <brendan@kublai.com> [Fri, 29 Sep 2006 13:00:36 -0700] rev 3195
Make hg.repository work with no path argument
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 29 Sep 2006 21:24:45 +0200] rev 3194
merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 29 Sep 2006 21:24:15 +0200] rev 3193
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.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 29 Sep 2006 19:43:07 +0200] rev 3192
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.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Sep 2006 20:00:24 +0200] rev 3191
add remoteopts to bundle command
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Sep 2006 19:59:06 +0200] rev 3190
factor opts: remote repo access options
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Sep 2006 18:39:49 +0200] rev 3189
factor opts: --dry-run option
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Sep 2006 18:39:32 +0200] rev 3188
factor opts: walk options
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Sep 2006 18:39:08 +0200] rev 3187
factor opts: move globalopts to a more logical place
we will put other options at the same place
Brendan Cully <brendan@kublai.com> [Thu, 28 Sep 2006 11:41:33 -0700] rev 3186
mq: raise util.Abort instead of using sys.exit(1)
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 14:50:20 -0700] rev 3185
mq: don't write applied patches into series twice in restore
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 14:32:53 -0700] rev 3184
mq: bail out if a patch appears more than once in the series file.
Closes: #379.
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 13:34:20 -0700] rev 3183
mq: add --summary to qapplied, qunapplied, qtop, qnext and qprev
This moves most of the queue display code into qseries.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 27 Sep 2006 21:44:20 +0200] rev 3182
Merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 27 Sep 2006 21:43:45 +0200] rev 3181
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.
TK Soh <teekaysoh@yahoo.com> [Wed, 27 Sep 2006 08:27:16 -0500] rev 3180
hgk: fix mixup of --limit and REVRANGE in hgk call
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 12:08:33 -0700] rev 3179
gitweb: cosmetic fixes.
Fix the padding around the changelog description.
Alternate row colours for the changeset file list.
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 12:08:32 -0700] rev 3178
hgweb: yield filenode as well as node in annotate, use filenode in annotateline
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 12:08:30 -0700] rev 3177
hgweb: fix changeset link in annotate view.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 27 Sep 2006 20:34:52 +0200] rev 3176
shortuser should stop before the first space character.
Examples:
"Foo Bar <foo.bar AT example DOT com>" -> "foo.bar"
(instead of "foo.bar AT example DOT com>" as it was before.)
"Foo Bar" -> "Foo"
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 09:10:31 -0700] rev 3175
hgweb: make annotate line revisions point to annotation for that rev
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 09:10:29 -0700] rev 3174
hgweb: fix annotate bugs
The parent and child links were broken.
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 09:10:28 -0700] rev 3173
hgweb: use filectx.annotate instead of filelog
Brendan Cully <brendan@kublai.com> [Wed, 27 Sep 2006 09:10:21 -0700] rev 3172
Refactor annotate copy support.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 27 Sep 2006 09:35:53 +0200] rev 3171
merge with mainline
TK Soh <teekaysoh@yahoo.com> [Tue, 26 Sep 2006 14:40:21 -0500] rev 3170
do not disclose proxy user and password in debug messages
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 17:50:59 -0500] rev 3169
merge: minor nullid cleanup
Matt Mackall <mpm@selenic.com> [Fri, 29 Sep 2006 17:47:51 -0500] rev 3168
context: add __nonzero__ methods