Thu, 07 Jan 2010 22:19:05 -0600 extdiff: add labels, read diff arguments from [merge-tools]
Steve Borho <steve@borho.org> [Thu, 07 Jan 2010 22:19:05 -0600] rev 11184
extdiff: add labels, read diff arguments from [merge-tools] hgtk has been using these same configs since Feb. Users only have to name the tools they would like to use, ex: [extdiff] kdiff3 = meld =
Sun, 16 May 2010 22:23:14 +0900 patchbomb: respect HGPLAIN when piping --test output to PAGER
Yuya Nishihara <yuya@tcha.org> [Sun, 16 May 2010 22:23:14 +0900] rev 11183
patchbomb: respect HGPLAIN when piping --test output to PAGER It makes easy to use `hg email --test` from another tool.
Mon, 03 May 2010 14:00:34 -0500 pager: fork and exec pager as parent process stable
Brodie Rao <brodie@bitheap.org> [Mon, 03 May 2010 14:00:34 -0500] rev 11182
pager: fork and exec pager as parent process With the pager as the child process instead of the parent process, the termination of the parent Mercurial process can cause the terminal to return before the pager exits. Inverting the relationship prevents that issue. Platforms without fork() will continue to use util.popen().
Sat, 15 May 2010 21:24:23 -0500 commit: fix complaint about branch merge creating new heads (issue2186)
Matt Mackall <mpm@selenic.com> [Sat, 15 May 2010 21:24:23 -0500] rev 11181
commit: fix complaint about branch merge creating new heads (issue2186)
Sat, 15 May 2010 00:34:07 +0300 Fix hg heads -r flag documentation
Ori Avtalion <ori@avtalion.name> [Sat, 15 May 2010 00:34:07 +0300] rev 11180
Fix hg heads -r flag documentation The command arguments are "[-ac] [-r STARTREV] [REV]..."
Fri, 14 May 2010 22:29:15 +0300 Fix wording in hg pull documentation
Ori Avtalion <ori@avtalion.name> [Fri, 14 May 2010 22:29:15 +0300] rev 11179
Fix wording in hg pull documentation
Tue, 04 May 2010 09:57:16 +0200 merge: avoid to break the dirstate copy status on moved files
Gilles Moris <gilles.moris@free.fr> [Tue, 04 May 2010 09:57:16 +0200] rev 11178
merge: avoid to break the dirstate copy status on moved files In the case a file is locally tracked as copied in dirstate, and that a merge affects this file, this file should not be marked as modified in dirstate, as this will break the current copy state. Note: only affect working directory merge, not branch merge.
Sat, 15 May 2010 17:48:49 -0500 commands: initial audit of exit codes
Matt Mackall <mpm@selenic.com> [Sat, 15 May 2010 17:48:49 -0500] rev 11177
commands: initial audit of exit codes bisect: clarify None return bundle: return 1 on no changes clone: return result code copy: limit errors to 0/1 commit: return 1 on no changes forget: return 1 on errors grep: return 1 if no match found remove: return 1 on errors resolve: return 1 if something fails to resolve rollback: return 1 if no rollback data
Fri, 14 May 2010 12:57:24 -0500 hgweb: fix race in refreshing repo list (issue2188)
Matt Mackall <mpm@selenic.com> [Fri, 14 May 2010 12:57:24 -0500] rev 11176
hgweb: fix race in refreshing repo list (issue2188)
Fri, 14 May 2010 10:01:09 -0500 rollback: fix up tests
Matt Mackall <mpm@selenic.com> [Fri, 14 May 2010 10:01:09 -0500] rev 11175
rollback: fix up tests
Thu, 13 May 2010 17:36:45 -0500 rollback: fix off-by-one in message
Matt Mackall <mpm@selenic.com> [Thu, 13 May 2010 17:36:45 -0500] rev 11174
rollback: fix off-by-one in message
Thu, 13 May 2010 17:24:21 -0500 commit: note new branch heads rather than topological heads
Matt Mackall <mpm@selenic.com> [Thu, 13 May 2010 17:24:21 -0500] rev 11173
commit: note new branch heads rather than topological heads Move to using contexts while we're at it.
Thu, 13 May 2010 11:33:11 -0500 Merge with 1.5.3
Matt Mackall <mpm@selenic.com> [Thu, 13 May 2010 11:33:11 -0500] rev 11172
Merge with 1.5.3
Thu, 13 May 2010 11:30:50 -0500 Added signature for changeset fdcf80f26604 stable
Matt Mackall <mpm@selenic.com> [Thu, 13 May 2010 11:30:50 -0500] rev 11171
Added signature for changeset fdcf80f26604
Thu, 13 May 2010 11:30:49 -0500 Added tag 1.5.3 for changeset fdcf80f26604 stable
Matt Mackall <mpm@selenic.com> [Thu, 13 May 2010 11:30:49 -0500] rev 11170
Added tag 1.5.3 for changeset fdcf80f26604
Wed, 12 May 2010 15:40:58 -0500 tag: strip whitespace from tag names (issue2174)
Matt Mackall <mpm@selenic.com> [Wed, 12 May 2010 15:40:58 -0500] rev 11169
tag: strip whitespace from tag names (issue2174)
Sun, 09 May 2010 11:14:43 +0200 keyword: support extensions using dorecord, e.g. crecord
Christian Ebert <blacktrash@gmx.net> [Sun, 09 May 2010 11:14:43 +0200] rev 11168
keyword: support extensions using dorecord, e.g. crecord Provide extendable keyword.recordextensions variable, so other extensions beside hgext.record which provide the dorecord function can cooperate with hgext.keyword like so (example from crecord): def extsetup(): try: keyword = extensions.find('keyword') keyword.restricted += ' crecord qcrecord' try: # use record support in keyword.py if present keyword.recordcommands += ' crecord qcrecord' keyword.recordextensions += ' crecord' except AttributeError: pass except KeyError: pass
Wed, 12 May 2010 14:49:46 -0500 convert/svn: fix long line
Matt Mackall <mpm@selenic.com> [Wed, 12 May 2010 14:49:46 -0500] rev 11167
convert/svn: fix long line
Wed, 12 May 2010 11:53:09 -0500 i18n: fix up bad merge
Matt Mackall <mpm@selenic.com> [Wed, 12 May 2010 11:53:09 -0500] rev 11166
i18n: fix up bad merge
Mon, 10 May 2010 22:44:06 +0200 summary: show if commit will be from a closed head
Gilles Moris <gilles.moris@free.fr> [Mon, 10 May 2010 22:44:06 +0200] rev 11165
summary: show if commit will be from a closed head
Mon, 10 May 2010 08:53:06 +0200 commit: inform the commiter when resurrecting a closed changeset
Gilles Moris <gilles.moris@free.fr> [Mon, 10 May 2010 08:53:06 +0200] rev 11164
commit: inform the commiter when resurrecting a closed changeset
Mon, 10 May 2010 08:43:36 +0200 commit: prevent closing non-head changesets
Gilles Moris <gilles.moris@free.fr> [Mon, 10 May 2010 08:43:36 +0200] rev 11163
commit: prevent closing non-head changesets
Tue, 11 May 2010 17:13:35 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 11 May 2010 17:13:35 -0500] rev 11162
Merge with stable
Tue, 11 May 2010 17:12:10 -0500 Merge with i18n
Matt Mackall <mpm@selenic.com> [Tue, 11 May 2010 17:12:10 -0500] rev 11161
Merge with i18n
Tue, 11 May 2010 17:11:40 -0500 Merge with i18n stable 1.5.3
Matt Mackall <mpm@selenic.com> [Tue, 11 May 2010 17:11:40 -0500] rev 11160
Merge with i18n
Sun, 09 May 2010 00:15:13 +0200 i18n-da: merge with stable
Martin Geisler <mg@aragost.com> [Sun, 09 May 2010 00:15:13 +0200] rev 11159
i18n-da: merge with stable
Sat, 08 May 2010 23:41:45 +0200 i18n-da: translated various small strings stable
Martin Geisler <mg@aragost.com> [Sat, 08 May 2010 23:41:45 +0200] rev 11158
i18n-da: translated various small strings
Sat, 08 May 2010 23:22:40 +0200 i18n-da: synchronize with d29bd98ebff6 stable
Martin Geisler <mg@aragost.com> [Sat, 08 May 2010 23:22:40 +0200] rev 11157
i18n-da: synchronize with d29bd98ebff6
Tue, 11 May 2010 17:03:44 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 11 May 2010 17:03:44 -0500] rev 11156
Merge with stable
Tue, 11 May 2010 16:28:09 -0500 static-http: disable lazy parsing
Matt Mackall <mpm@selenic.com> [Tue, 11 May 2010 16:28:09 -0500] rev 11155
static-http: disable lazy parsing This only hits if you're crazy enough to use static-http on a repository with revlogs larger than 1M. Don't do it.
Mon, 07 Dec 2009 12:31:45 +0200 expand paths to local repository or bundle in appropriate classes stable
Alexander Solovyov <piranha@piranha.org.ua> [Mon, 07 Dec 2009 12:31:45 +0200] rev 11154
expand paths to local repository or bundle in appropriate classes This avoids problem with unexpanded paths when it's not possible to expand it at higher level (for example, if file:~/path/ is supplied as path in schemes).
Sun, 02 May 2010 21:56:25 -0400 push: document return values between various repo methods.
Greg Ward <greg-hg@gerg.ca> [Sun, 02 May 2010 21:56:25 -0400] rev 11153
push: document return values between various repo methods. This starts at localrepository.push() and seeps down to push_addchangegroup(), push_unbundle(), prepush(), addchangegroup(), and leaks out to sshrepository.unbundle(), sshrepository.addchangegroup(), and httprepository.unbundle(). Seems to cover everything you ever wanted to know about pushing but were afraid to ask.
Sat, 01 May 2010 18:39:40 -0400 cmdutil: Warn when trying to copy/rename --after to a nonexistant file.
Steve Losh <steve@stevelosh.com> [Sat, 01 May 2010 18:39:40 -0400] rev 11152
cmdutil: Warn when trying to copy/rename --after to a nonexistant file. Currently running 'hg rename --after foo.txt bar.typo' is a silent no-op. This patch adds a warning. It also updates the copy and rename tests. No actual functionality is changed. fixes issue 1822
Sat, 01 May 2010 15:00:21 +0300 slightly improve memctx api
Alexander Solovyov <piranha@piranha.org.ua> [Sat, 01 May 2010 15:00:21 +0300] rev 11151
slightly improve memctx api
Mon, 10 May 2010 22:06:28 +0200 patchbomb: Reply-To support
Cédric Duval <cedricduval@free.fr> [Mon, 10 May 2010 22:06:28 +0200] rev 11150
patchbomb: Reply-To support From RFC 5322: an optional reply-to field MAY also be included, which contains the field name "Reply-To" and a comma-separated list of one or more addresses. [...] When the "Reply-To:" field is present, it indicates the address(es) to which the author of the message suggests that replies be sent. In the absence of the "Reply-To:" field, replies SHOULD by default be sent to the mailbox(es) specified in the "From:" field unless otherwise specified by the person composing the reply. Reply-To addresses may be specified either via command line with --reply-to or via the 'email' or 'patchbomb' sections of the config file.
Mon, 10 May 2010 11:04:56 -0500 merge: tool.check = prompt will force an interactive merge check
David Champion <dgc@uchicago.edu> [Mon, 10 May 2010 11:04:56 -0500] rev 11149
merge: tool.check = prompt will force an interactive merge check tool.check = prompt can be used when the exit status of a merge tool is unreliable but an explicit user signoff on the merge result is acceptable.
Mon, 10 May 2010 11:04:56 -0500 merge: introduce tool.check parameter
David Champion <dgc@uchicago.edu> [Mon, 10 May 2010 11:04:56 -0500] rev 11148
merge: introduce tool.check parameter tool.check is a list of check options, and can be used in place of tool.checkchanged and tool.checkconflicts: Equivalences: tool.checkchanged = yes tool.checkconflicts = no tool.check = changed tool.checkchanged = no tool.checkconflicts = yes tool.check = conflicts tool.checkchanged = yes tool.checkconflicts = yes tool.check = changed, conflicts Add _toollist() wrapper for ui.configlist() to implement this consistently. checkchanged and checkconflicts are still supported, but check is preferred for implementing new check options.
Wed, 21 Apr 2010 12:02:51 -0500 give worst-case 'merge' merge-tool lowest priority
David Champion <dgc@uchicago.edu> [Wed, 21 Apr 2010 12:02:51 -0500] rev 11147
give worst-case 'merge' merge-tool lowest priority Another tool had -10 already. Since 'merge' is clearly a worst-case tool (internal), lowering to -100 ensures there's plenty of room for slightly better cases.
Wed, 21 Apr 2010 11:57:45 -0500 merge: tool.premerge=keep will leave premerge markers in $local
David Champion <dgc@uchicago.edu> [Wed, 21 Apr 2010 11:57:45 -0500] rev 11146
merge: tool.premerge=keep will leave premerge markers in $local
Tue, 11 May 2010 20:22:37 +0200 merge with mpm
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 11 May 2010 20:22:37 +0200] rev 11145
merge with mpm
Tue, 11 May 2010 20:21:25 +0200 merge with stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 11 May 2010 20:21:25 +0200] rev 11144
merge with stable
Tue, 11 May 2010 20:13:52 +0200 context: fallback function should not return None stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 11 May 2010 20:13:52 +0200] rev 11143
context: fallback function should not return None
Mon, 10 May 2010 22:52:28 +0200 test-subrepo-svn: fix strange svn behaviour on windows
Patrick Mezard <pmezard@gmail.com> [Mon, 10 May 2010 22:52:28 +0200] rev 11142
test-subrepo-svn: fix strange svn behaviour on windows I got a full path when pusing the external like: Sending C:/foo/bar/test-subrepo-svn/sub/t/s/alpha instead of the relative path
Mon, 10 May 2010 22:46:16 +0200 tests: force color ansi mode on Windows
Patrick Mezard <pmezard@gmail.com> [Mon, 10 May 2010 22:46:16 +0200] rev 11141
tests: force color ansi mode on Windows
Mon, 10 May 2010 21:44:00 +0200 acl: improve undefined group error handling
Patrick Mezard <pmezard@gmail.com> [Mon, 10 May 2010 21:44:00 +0200] rev 11140
acl: improve undefined group error handling
Mon, 10 May 2010 21:15:12 +0200 test-acl: avoid $HGTMP on windows
Patrick Mezard <pmezard@gmail.com> [Mon, 10 May 2010 21:15:12 +0200] rev 11139
test-acl: avoid $HGTMP on windows sed does not like colons and there are other path normalization issues.
Mon, 10 May 2010 21:09:48 +0200 acl: grp module is not available on windows
Patrick Mezard <pmezard@gmail.com> [Mon, 10 May 2010 21:09:48 +0200] rev 11138
acl: grp module is not available on windows
Sun, 09 May 2010 22:51:25 +0200 convert/svn: report path discovery progress
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 22:51:25 +0200] rev 11137
convert/svn: report path discovery progress When converting non-local repositories, scanning changed paths before retrieving data can be almost as slow as retrieving the data itself, thanks to HTTP calls overhead.
Sun, 09 May 2010 22:50:42 +0200 convert: display files data retrieval progress
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 22:50:42 +0200] rev 11136
convert: display files data retrieval progress
Sun, 09 May 2010 22:50:07 +0200 convert: add progress support
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 22:50:07 +0200] rev 11135
convert: add progress support
Sun, 09 May 2010 21:52:34 +0200 convert: merge sources getmode() into getfile()
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 21:52:34 +0200] rev 11134
convert: merge sources getmode() into getfile()
Sun, 09 May 2010 21:49:57 +0200 convert/svn: remove useless sort
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 21:49:57 +0200] rev 11133
convert/svn: remove useless sort
Sun, 09 May 2010 21:45:00 +0200 convert/svn: list files explicitely, stop checking their type
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 21:45:00 +0200] rev 11132
convert/svn: list files explicitely, stop checking their type We do not care about directories when looking for recursively added or removed items, and the redundant _checkpath() call is expensive with remote repositories.
Sun, 09 May 2010 20:12:45 +0200 acl: clarify acl.sources, fix typo
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 20:12:45 +0200] rev 11131
acl: clarify acl.sources, fix typo
Sun, 09 May 2010 19:37:16 +0200 convert/svn: remove unused variable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:37:16 +0200] rev 11130
convert/svn: remove unused variable
Sun, 09 May 2010 19:25:35 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:25:35 +0200] rev 11129
Merge with crew-stable
Sun, 09 May 2010 19:11:02 +0200 convert/svn: handle files/links replaced by dirs (issue2166) stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:11:02 +0200] rev 11128
convert/svn: handle files/links replaced by dirs (issue2166)
Sun, 09 May 2010 19:11:02 +0200 convert/svn: do not retrieve removed files stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:11:02 +0200] rev 11127
convert/svn: do not retrieve removed files It gives us a way to not retrieve content of entries we know are no longer files. And it is faster when converting remote repositories.
Sun, 09 May 2010 19:11:02 +0200 convert/svn: correctly encode deleted entry paths stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:11:02 +0200] rev 11126
convert/svn: correctly encode deleted entry paths This recode call was removed in ede2247e61aa, because it looked the encode(decode()) construct was a no-op. In fact, the first decode() call was wrong, and entries still have to be encoded before being passed to the sink.
Sun, 09 May 2010 19:11:02 +0200 convert/svn: remove broken but unused copy filtering code stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:11:02 +0200] rev 11125
convert/svn: remove broken but unused copy filtering code For some reason, if a copy source is deleted in the same revision it is referenced, it is filtered out. This is silly, because this happens all the time with move operations. Fortunately, the filtering code is buggy and ends being a no-op 99% of the time, since it does not delete the right key. Just remove all this nonsense.
Sun, 09 May 2010 19:11:02 +0200 test-convert-svn-move: test moved dirs copy records stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:11:02 +0200] rev 11124
test-convert-svn-move: test moved dirs copy records
Sat, 01 May 2010 16:29:27 +0200 convert/svn: tree conflicts no longer happen now we use memctx stable
Patrick Mezard <pmezard@gmail.com> [Sat, 01 May 2010 16:29:27 +0200] rev 11123
convert/svn: tree conflicts no longer happen now we use memctx
Fri, 07 May 2010 16:59:00 -0500 clean up remaining generic exceptions
Matt Mackall <mpm@selenic.com> [Fri, 07 May 2010 16:59:00 -0500] rev 11122
clean up remaining generic exceptions
Fri, 07 May 2010 16:51:45 -0400 mq: make use of output labeling for summary
Eric Eisner <ede@mit.edu> [Fri, 07 May 2010 16:51:45 -0400] rev 11121
mq: make use of output labeling for summary
Fri, 07 May 2010 23:31:49 +0200 mq: mark error message for translation
Martin Geisler <mg@lazybytes.net> [Fri, 07 May 2010 23:31:49 +0200] rev 11120
mq: mark error message for translation
Fri, 07 May 2010 23:28:07 +0200 mq: mark string for translation
Martin Geisler <mg@lazybytes.net> [Fri, 07 May 2010 23:28:07 +0200] rev 11119
mq: mark string for translation
Fri, 07 May 2010 15:19:37 -0500 color: add some missing background colors for win32 console
Stanimir Stamenkov <s7an10@netscape.net> [Fri, 07 May 2010 15:19:37 -0500] rev 11118
color: add some missing background colors for win32 console
Fri, 07 May 2010 14:19:14 -0500 subrepo: fix 2.5ism in url parsing
Matt Mackall <mpm@selenic.com> [Fri, 07 May 2010 14:19:14 -0500] rev 11117
subrepo: fix 2.5ism in url parsing
Thu, 06 May 2010 15:17:00 -0300 acl: update test output
Elifarley Callado Coelho Cruz <elifarley@gmail.com> [Thu, 06 May 2010 15:17:00 -0300] rev 11116
acl: update test output
Thu, 06 May 2010 15:14:40 -0300 acl: update docstring to describe section [acl.groups]
Elifarley Callado Coelho Cruz <elifarley@gmail.com> [Thu, 06 May 2010 15:14:40 -0300] rev 11115
acl: update docstring to describe section [acl.groups]
Thu, 06 May 2010 14:23:14 -0300 acl: support for group definitions in section [acl.groups], which take precedence over OS-level groups
Elifarley Callado Coelho Cruz <elifarley@gmail.com> [Thu, 06 May 2010 14:23:14 -0300] rev 11114
acl: support for group definitions in section [acl.groups], which take precedence over OS-level groups
Fri, 07 May 2010 14:14:41 -0500 subrepo: fix test output
Matt Mackall <mpm@selenic.com> [Fri, 07 May 2010 14:14:41 -0500] rev 11113
subrepo: fix test output
Sat, 01 May 2010 23:05:22 +0200 subrepo: print paths relative to upper repo root for push/pull/commit
Edouard Gomez <ed.gomez@free.fr> [Sat, 01 May 2010 23:05:22 +0200] rev 11112
subrepo: print paths relative to upper repo root for push/pull/commit This makes more sense when using multiple levels of nesting. This happens to help a lot in a case where 3 projects of mine all use the same makefile helper project as a sub. A fourth project use these first three projects and current output made it very hard to figure which makefile helper was committed. it looked more like the project was committed/pushed/pulled three times in a row than dealing on three different repos.
Sat, 01 May 2010 23:05:22 +0200 subrepo: print pushing url
Edouard Gomez <ed.gomez@free.fr> [Sat, 01 May 2010 23:05:22 +0200] rev 11111
subrepo: print pushing url
Sat, 01 May 2010 23:05:21 +0200 subrepo: dirtiness checks should iterate over subrepos
Edouard Gomez <ed.gomez@free.fr> [Sat, 01 May 2010 23:05:21 +0200] rev 11110
subrepo: dirtiness checks should iterate over subrepos
Sat, 01 May 2010 23:05:19 +0200 subrepo: normalize path part of URLs so that pulling subrepos from webdir works
Edouard Gomez <ed.gomez@free.fr> [Sat, 01 May 2010 23:05:19 +0200] rev 11109
subrepo: normalize path part of URLs so that pulling subrepos from webdir works For a "all projects at root" repo layout eg: /main /sub Where subrepos are used such that a clone of main has this layout: ./main/ ./main/.hgsub ./main/sub/ And the .hgsub content is: sub = ../sub This allows a pull from a hgweb where main and sub are exposed at the root (or same directory level) The current code doesn't normalize the path component of a pull url. this results in trying to pull from http://server.com/hg/main/../sub Current hgweb implementation doesn't reduce the path component so this results in a 404 error though everything is setup logically. This patch adresses this 404 error on the puller side normalizing the URLs used for pulling sub repos. For this example, the URL would be reduced to http://server.com/hg/sub Fix + test
Fri, 07 May 2010 14:14:41 -0500 mq: fix test
Matt Mackall <mpm@selenic.com> [Fri, 07 May 2010 14:14:41 -0500] rev 11108
mq: fix test
Wed, 05 May 2010 20:53:45 -0500 mq: add a line to hg summary
Matt Mackall <mpm@selenic.com> [Wed, 05 May 2010 20:53:45 -0500] rev 11107
mq: add a line to hg summary
Fri, 07 May 2010 14:07:30 -0500 changectx: change diff() to accept keyword opts
Steve Borho <steve@borho.org> [Fri, 07 May 2010 14:07:30 -0500] rev 11106
changectx: change diff() to accept keyword opts
Fri, 07 May 2010 10:59:11 -0500 changectx: use repo.ui diffopts, allow argument override
Steve Borho <steve@borho.org> [Fri, 07 May 2010 10:59:11 -0500] rev 11105
changectx: use repo.ui diffopts, allow argument override
Fri, 07 May 2010 17:03:48 +0200 Merge with stable
Martin Geisler <mg@lazybytes.net> [Fri, 07 May 2010 17:03:48 +0200] rev 11104
Merge with stable
Fri, 07 May 2010 17:03:31 +0200 commands: explain that "hg serve" does not do authentication stable
Martin Geisler <mg@lazybytes.net> [Fri, 07 May 2010 17:03:31 +0200] rev 11103
commands: explain that "hg serve" does not do authentication
Fri, 07 May 2010 17:01:14 +0200 commands: explain that "hg serve" is mostly for ad-hoc sharing stable
Martin Geisler <mg@lazybytes.net> [Fri, 07 May 2010 17:01:14 +0200] rev 11102
commands: explain that "hg serve" is mostly for ad-hoc sharing
Wed, 05 May 2010 20:21:57 -0500 context: only scan unknowns when needed
Matt Mackall <mpm@selenic.com> [Wed, 05 May 2010 20:21:57 -0500] rev 11101
context: only scan unknowns when needed
Tue, 04 May 2010 15:52:42 -0500 context: use asserts for ignored and clean exceptions
Matt Mackall <mpm@selenic.com> [Tue, 04 May 2010 15:52:42 -0500] rev 11100
context: use asserts for ignored and clean exceptions
Tue, 04 May 2010 15:02:55 -0500 workingctx: use member variables to store ignored and clean
Steve Borho <steve@borho.org> [Tue, 04 May 2010 15:02:55 -0500] rev 11099
workingctx: use member variables to store ignored and clean If some code tries to query ignored or clean files without first calling the explicit status() method to query them, it will raise an exception (indicating a software bug).
Tue, 04 May 2010 14:52:25 -0500 workingctx: add explicit status method, add ignored and fix clean
Steve Borho <steve@borho.org> [Tue, 04 May 2010 14:52:25 -0500] rev 11098
workingctx: add explicit status method, add ignored and fix clean workingctx.clean() and memctx.clean() have both been returning ignored files since their creation. This patch fixes clean() while introducing a method for querying ignored files. The new status() method can be used to explicitly override the default (fast) arguments used by the _status property.
Tue, 04 May 2010 20:12:58 -0500 context: add a changectx.diff() convenience function
Steve Borho <steve@borho.org> [Tue, 04 May 2010 20:12:58 -0500] rev 11097
context: add a changectx.diff() convenience function With this function, extracting diffs becomes trivial: repo = hg.repository(ui.ui(), path=root) ctx = repo['tip'] for out in ctx.diff(): print out
Wed, 05 May 2010 14:02:45 +0200 keyword: omit setting extra variable for record context
Christian Ebert <blacktrash@gmx.net> [Wed, 05 May 2010 14:02:45 +0200] rev 11096
keyword: omit setting extra variable for record context Since dc2f37864348 the context is always retrieved in kwtemplater.overwrite().
Wed, 05 May 2010 09:25:09 +0200 acl: more consistent docstring
Martin Geisler <mg@aragost.com> [Wed, 05 May 2010 09:25:09 +0200] rev 11095
acl: more consistent docstring
Wed, 05 May 2010 09:18:05 +0200 acl: fix reST syntax
Martin Geisler <mg@aragost.com> [Wed, 05 May 2010 09:18:05 +0200] rev 11094
acl: fix reST syntax
Tue, 04 May 2010 08:39:11 -0300 acl: update test output for branch-based access control
Elifarley Callado Coelho Cruz <elifarley@gmail.com> [Tue, 04 May 2010 08:39:11 -0300] rev 11093
acl: update test output for branch-based access control
Tue, 04 May 2010 08:37:20 -0300 acl: add support for branch-based access control
Elifarley Callado Coelho Cruz <elifarley@gmail.com> [Tue, 04 May 2010 08:37:20 -0300] rev 11092
acl: add support for branch-based access control
Mon, 03 May 2010 15:28:04 -0700 Merge with main
Brendan Cully <brendan@kublai.com> [Mon, 03 May 2010 15:28:04 -0700] rev 11091
Merge with main
Mon, 03 May 2010 15:27:05 -0700 Merge with stable
Brendan Cully <brendan@kublai.com> [Mon, 03 May 2010 15:27:05 -0700] rev 11090
Merge with stable
Mon, 03 May 2010 15:22:47 -0700 grep: clarify help for -r stable
Brendan Cully <brendan@kublai.com> [Mon, 03 May 2010 15:22:47 -0700] rev 11089
grep: clarify help for -r
Mon, 03 May 2010 17:05:23 -0500 summary: add subrepo status
Matt Mackall <mpm@selenic.com> [Mon, 03 May 2010 17:05:23 -0500] rev 11088
summary: add subrepo status
Sat, 01 May 2010 23:59:39 +0200 keyword: simplify record switch in kwtemplater.overwrite
Christian Ebert <blacktrash@gmx.net> [Sat, 01 May 2010 23:59:39 +0200] rev 11087
keyword: simplify record switch in kwtemplater.overwrite 1) use kwtemplater.record attribute for clarity 2) drop optional context argument; consider the speed loss by duplicating the dictionary lookup repo['.'] as negligible
Sun, 02 May 2010 09:15:17 +0200 Adjusted output of test-subrepo for issue1977 to 05856e682521
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 02 May 2010 09:15:17 +0200] rev 11086
Adjusted output of test-subrepo for issue1977 to 05856e682521
Sun, 02 May 2010 00:48:33 +0200 fix coding style
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 02 May 2010 00:48:33 +0200] rev 11085
fix coding style
Sat, 01 May 2010 16:57:02 -0500 color: fix typo in w32effect for bold_background
Steve Borho <steve@borho.org> [Sat, 01 May 2010 16:57:02 -0500] rev 11084
color: fix typo in w32effect for bold_background
Sat, 01 May 2010 16:03:45 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Sat, 01 May 2010 16:03:45 -0500] rev 11083
Merge with stable
Sat, 01 May 2010 16:02:51 -0500 Added signature for changeset 39f725929f0c stable
Matt Mackall <mpm@selenic.com> [Sat, 01 May 2010 16:02:51 -0500] rev 11082
Added signature for changeset 39f725929f0c
Sat, 01 May 2010 16:02:51 -0500 Added tag 1.5.2 for changeset 39f725929f0c stable
Matt Mackall <mpm@selenic.com> [Sat, 01 May 2010 16:02:51 -0500] rev 11081
Added tag 1.5.2 for changeset 39f725929f0c
Sat, 01 May 2010 17:56:54 -0300 merge with i18n stable
Wagner Bruna <wbruna@yahoo.com> [Sat, 01 May 2010 17:56:54 -0300] rev 11080
merge with i18n stable
Sat, 01 May 2010 17:55:44 -0300 i18n-pt_BR: synchronized with ee5b112aa529 stable 1.5.2
Wagner Bruna <wbruna@yahoo.com> [Sat, 01 May 2010 17:55:44 -0300] rev 11079
i18n-pt_BR: synchronized with ee5b112aa529
Sat, 01 May 2010 15:15:35 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Sat, 01 May 2010 15:15:35 -0500] rev 11078
Merge with stable
Sat, 01 May 2010 15:14:22 -0500 Merge with i18n
Matt Mackall <mpm@selenic.com> [Sat, 01 May 2010 15:14:22 -0500] rev 11077
Merge with i18n
Sat, 01 May 2010 15:08:30 -0500 Merge with i18n stable
Matt Mackall <mpm@selenic.com> [Sat, 01 May 2010 15:08:30 -0500] rev 11076
Merge with i18n
Fri, 30 Apr 2010 17:41:09 -0300 merge with i18n stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 30 Apr 2010 17:41:09 -0300] rev 11075
merge with i18n stable
Fri, 30 Apr 2010 17:39:56 -0300 i18n-pt_BR: synchronized with 3b89899934a6 stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 30 Apr 2010 17:39:56 -0300] rev 11074
i18n-pt_BR: synchronized with 3b89899934a6
Sat, 01 May 2010 23:04:49 +0530 mq: rewrite strip docstrings stable
Faheem Mitha <faheem@email.unc.edu> [Sat, 01 May 2010 23:04:49 +0530] rev 11073
mq: rewrite strip docstrings This patch is joint work with ilowe.
Sat, 01 May 2010 19:24:51 +0200 test-issue2137: don't use $PWD; use `pwd` instead stable
Mads Kiilerich <mads@kiilerich.com> [Sat, 01 May 2010 19:24:51 +0200] rev 11072
test-issue2137: don't use $PWD; use `pwd` instead This fixes test failure on Solaris, as described on http://mercurial.selenic.com/wiki/WritingTests
Sat, 01 May 2010 19:24:49 +0200 test-mq-merge: quote ^ stable
Mads Kiilerich <mads@kiilerich.com> [Sat, 01 May 2010 19:24:49 +0200] rev 11071
test-mq-merge: quote ^ ^ is magic on Solaris and must be quoted
Sat, 01 May 2010 19:24:46 +0200 test-extension: changed environment variables must be exported again stable
Mads Kiilerich <mads@kiilerich.com> [Sat, 01 May 2010 19:24:46 +0200] rev 11070
test-extension: changed environment variables must be exported again This fixes failure on Solaris because HGRCPATH wasn't unset.
Fri, 30 Apr 2010 19:50:37 -0300 subrepo: add test for issue1977 stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 30 Apr 2010 19:50:37 -0300] rev 11069
subrepo: add test for issue1977
Fri, 30 Apr 2010 19:49:35 -0300 subrepo: update test output for issue1977 fix stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 30 Apr 2010 19:49:35 -0300] rev 11068
subrepo: update test output for issue1977 fix
Fri, 30 Apr 2010 18:32:18 -0500 subrepo: propagate and catch push failures stable
Matt Mackall <mpm@selenic.com> [Fri, 30 Apr 2010 18:32:18 -0500] rev 11067
subrepo: propagate and catch push failures
Mon, 26 Apr 2010 20:13:14 +0900 static-http: mimic more closely localrepo (issue2164: allow clone -r ) stable
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 26 Apr 2010 20:13:14 +0900] rev 11066
static-http: mimic more closely localrepo (issue2164: allow clone -r ) * httprangereader: name, __iter__ and close are needed to mimic file object * static-http opener: - disallow write/append modes - add (unused) atomictemp parameter * static-http repo: - root attribute is needed for localrepo.dirstate() - _branch* attributes are required for commitctx and branchmap calls * tags: force repo.opener.__iter__ call earlier to force httprangereader to try to read the cache early, to avoid raising IOError later.
Sat, 01 May 2010 20:49:40 +0200 keyword: cleanup test and make it portable
Christian Ebert <blacktrash@gmx.net> [Sat, 01 May 2010 20:49:40 +0200] rev 11065
keyword: cleanup test and make it portable - replace sed call with python command - no need to back up hgrc before record
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip