Thu, 07 Oct 2010 13:44:17 -0700 |
Paul Molodowitch |
bookmarks: better fix for issue2016 (lookup infinite recursion)
|
Mon, 02 Aug 2010 07:15:47 +0300 |
timeless |
merge/progress: marking strings for localization
|
Mon, 02 Aug 2010 07:15:47 +0300 |
timeless |
verify/progress: using gerund to indicate action and adding units
|
Tue, 20 Jul 2010 20:53:48 +0200 |
timeless |
progress: dropping superfluous space from units
|
Sat, 16 Oct 2010 18:09:01 +0200 |
Adrian Buehlmann |
check-code: add 'no tab indent' check for unified tests
|
Sun, 17 Oct 2010 04:14:06 +0200 |
Mads Kiilerich |
url: validity (notBefore/notAfter) is checked by OpenSSL (issue2407)
|
Sun, 17 Oct 2010 04:13:50 +0200 |
Mads Kiilerich |
test-https: test web.cacerts functionality
|
Sun, 17 Oct 2010 04:13:35 +0200 |
Mads Kiilerich |
serve: fix https mode and add test
|
Sat, 16 Oct 2010 17:29:04 -0500 |
Augie Fackler |
hgweb: don't send a body or illegal headers during 304 response
|
Sat, 16 Oct 2010 22:40:46 +0200 |
Benoit Boissinot |
merge with stable
|
Tue, 12 Oct 2010 11:02:45 -0500 |
Augie Fackler |
test-url: skip test when ssl module is unavailable
stable
|
Sat, 16 Oct 2010 18:50:53 +0200 |
Benoit Boissinot |
revset: use 'requires' instead of 'wants' in error message
|
Fri, 15 Oct 2010 05:21:51 +0200 |
Nicolas Dumazet |
outgoing: unify common graphlog.outgoing and hg.outgoing code
|
Thu, 14 Oct 2010 22:41:43 +0200 |
Nicolas Dumazet |
bundlerepo: unify common code into a new getremotechanges
|
Tue, 12 Oct 2010 23:33:43 -0500 |
Augie Fackler |
revset id(): fix error text to say "id wants..." instead of "rev wants..."
|
Thu, 14 Oct 2010 22:53:17 +0200 |
Christian Ebert |
keyword: only use expensive fctx.cmp when needed
|
Thu, 14 Oct 2010 22:47:50 +0200 |
Christian Ebert |
context: narrow down filter special case in filectx.cmp()
|
Thu, 14 Oct 2010 21:36:00 +0200 |
Nicolas Dumazet |
incoming: unify code for incoming and graphlog.incoming
|
Thu, 14 Oct 2010 21:37:00 +0200 |
Nicolas Dumazet |
incoming: rename variable
|
Thu, 14 Oct 2010 01:28:29 +0200 |
Mads Kiilerich |
import: only the first hg patch marker should be processed (issue2417)
|
Fri, 10 Sep 2010 10:28:18 +0200 |
Gilles Moris |
backout: provide linear backout as a default (without --merge option)
|
Mon, 11 Oct 2010 10:07:42 -0500 |
Augie Fackler |
update: use revsingle to enable use of revsets as update targets (issue1993)
|
Tue, 12 Oct 2010 11:02:45 -0500 |
Augie Fackler |
test-url: skip test when ssl module is unavailable
|
Tue, 12 Oct 2010 11:02:05 -0500 |
Augie Fackler |
test-url: remove trailing whitespace
|
Tue, 12 Oct 2010 12:49:23 +0100 |
Christian Ebert |
keyword: code cleanup
|
Sat, 02 Oct 2010 22:59:29 +0900 |
Yuya Nishihara |
tests: asciify output of test-encoding-align.t
|
Sat, 02 Oct 2010 22:57:25 +0900 |
Yuya Nishihara |
tests: accept \-escaped test output
|
Tue, 12 Oct 2010 16:26:03 -0500 |
Matt Mackall |
merge with crew
|
Tue, 12 Oct 2010 08:30:15 -0500 |
Benoit Boissinot |
parentdelta: compress.py extension is no longer necessary
|
Tue, 12 Oct 2010 16:25:38 -0500 |
Matt Mackall |
merge with stable
|
Fri, 01 Oct 2010 10:15:04 -0500 |
Brodie Rao |
convert/darcs: support changelogs with bytes 0x7F-0xFF (issue2411)
stable
|
Mon, 11 Oct 2010 09:44:19 -0500 |
Augie Fackler |
revset: add id() and rev() to allow explicitly referring to changes by hash or rev
|
Sun, 10 Oct 2010 12:41:36 -0500 |
Augie Fackler |
revset: rename tagged() to tag() and allow it to take an optional tag name
|
Sun, 10 Oct 2010 12:40:25 -0500 |
Augie Fackler |
bookmarks: add revset for referencing bookmarks
|
Sun, 10 Oct 2010 12:03:28 -0500 |
Augie Fackler |
hgweb help: fix double help links
|
Mon, 11 Oct 2010 11:17:48 +0200 |
Adrian Buehlmann |
tests: add testcase for --config format.dotencode=false
|
Mon, 11 Oct 2010 14:39:13 -0500 |
Matt Mackall |
fetch: fix and document exit codes (issue2356)
|
Sun, 10 Oct 2010 23:32:09 +0200 |
Adrian Buehlmann |
doc: add [format] dotencode description
|
Tue, 27 Jul 2010 23:07:30 +0900 |
Nicolas Dumazet |
filectx: use ctx.size comparisons to speed up ctx.cmp
|
Sun, 10 Oct 2010 18:58:45 +0200 |
Nicolas Dumazet |
localrepo: use propertycaches to access encode/decode filters
|
Sun, 10 Oct 2010 19:10:16 +0200 |
Nicolas Dumazet |
localrepo: load filter patterns outside of _filter
|
Sun, 10 Oct 2010 19:07:58 +0200 |
Nicolas Dumazet |
localrepo: have _loadfilter return the loaded filter patterns
|
Mon, 11 Oct 2010 13:26:29 -0500 |
Benoit Boissinot |
merge with mpm
|
Mon, 11 Oct 2010 12:47:11 -0500 |
Benoit Boissinot |
wireproto/http: drain the incoming bundle in case of errors
|
Mon, 11 Oct 2010 12:45:36 -0500 |
Benoit Boissinot |
wireproto: introduce pusherr() to deal with "unsynced changes" error
|
Mon, 11 Oct 2010 12:44:33 -0500 |
Benoit Boissinot |
wireproto: redirect the output earlier
|
Mon, 11 Oct 2010 12:44:11 -0500 |
Benoit Boissinot |
wireproto: return in finally was messing with the return inside the block
|
Mon, 11 Oct 2010 13:51:10 +0200 |
Dirkjan Ochtman |
tests: use a glob for all of the host, might not be localhost
|
Mon, 11 Oct 2010 13:49:53 +0200 |
Dirkjan Ochtman |
commands: add move alias for the rename command
|
Sun, 10 Oct 2010 18:02:52 -0500 |
Matt Mackall |
util: make wrap() require a width argument
|
Sat, 09 Oct 2010 16:55:33 -0500 |
Brodie Rao |
showconfig: don't accept multiple sections and one config item
|
Sun, 10 Oct 2010 17:35:28 -0500 |
Matt Mackall |
hgweb: another fix for the help termwidth bug
|
Sun, 10 Oct 2010 12:21:49 -0500 |
Brodie Rao |
pager: don't run pager if nothing is written to stdout/stderr
|
Sun, 10 Oct 2010 12:21:48 -0500 |
Brodie Rao |
pager: add global --pager=<auto/boolean> option
|
Sun, 10 Oct 2010 12:21:36 -0500 |
Brodie Rao |
color: add global option in extsetup() instead of globally
|
Sun, 10 Oct 2010 11:05:06 -0500 |
Matt Mackall |
hgweb: more ui fiddling
|
Sun, 10 Oct 2010 10:42:44 -0500 |
Augie Fackler |
hgweb: fix hgweb_mod as well as hgwebdir_mod
|
Sun, 10 Oct 2010 10:07:17 -0500 |
Augie Fackler |
hgwebdir_mod: use fake termwidth to avoid mod_wsgi's wrath
|
Sun, 10 Oct 2010 10:06:36 -0500 |
Augie Fackler |
termwidth: move to ui.ui from util
|
Thu, 07 Oct 2010 23:34:21 -0500 |
Kevin Bullock |
help: improve description of update --check
|