Sat, 22 Aug 2009 15:47:03 +0200 util: canonpath: simplify logic
Nicolas Dumazet <nicdumz.commits@gmail.com> [Sat, 22 Aug 2009 15:47:03 +0200] rev 9386
util: canonpath: simplify logic if root == os.sep, then endswithsep(root) is True as well: one test is enough
Sun, 23 Aug 2009 13:03:10 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Aug 2009 13:03:10 +0200] rev 9385
Merge with crew-stable
Sun, 23 Aug 2009 11:32:44 +0200 test-parse-date: test 12-hours time formats (issue1804)
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Aug 2009 11:32:44 +0200] rev 9384
test-parse-date: test 12-hours time formats (issue1804)
Fri, 21 Aug 2009 21:52:57 +1200 util: Fix date format for 12-hour time.
Carey Evans <carey@carey.geek.nz> [Fri, 21 Aug 2009 21:52:57 +1200] rev 9383
util: Fix date format for 12-hour time.
Sat, 22 Aug 2009 15:36:52 +0200 test-command-template: Don't diff files with same content
Mads Kiilerich <mads@kiilerich.com> [Sat, 22 Aug 2009 15:36:52 +0200] rev 9382
test-command-template: Don't diff files with same content Solaris diff will report "No differences encountered" on stdout
Sat, 22 Aug 2009 10:52:53 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Sat, 22 Aug 2009 10:52:53 +0200] rev 9381
Merge with crew-stable
Sat, 22 Aug 2009 10:50:29 +0200 hgrc.5: document %unset directive
Martin Geisler <mg@lazybytes.net> [Sat, 22 Aug 2009 10:50:29 +0200] rev 9380
hgrc.5: document %unset directive
Sat, 22 Aug 2009 10:25:50 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Aug 2009 10:25:50 +0200] rev 9379
merge with crew-stable
Fri, 21 Aug 2009 14:17:23 +0200 dirstate.write: don't ignore stat data if mtime is in the future (issue1790)
Adrian Buehlmann <adrian@cadifra.com> [Fri, 21 Aug 2009 14:17:23 +0200] rev 9378
dirstate.write: don't ignore stat data if mtime is in the future (issue1790) This change narrows the race guard that was introduced by af3f26b6bba4 ("dirstate: ignore stat data for files that were updated too recently") to not discard the _map entry's stat data if the mtime is in the future. Without this change, status locks files having odd mtimes in the future into the 'unset' state, causing needless file compares later (admittedly harmless), but also inflicting highly irritating sticky effects on tools/plugins that directly read .hg/dirstate (e.g. TortoiseHg).
Sat, 22 Aug 2009 01:37:28 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Sat, 22 Aug 2009 01:37:28 +0200] rev 9377
Merge with crew-stable
Sat, 22 Aug 2009 01:34:56 +0200 hgrc.5: document %include directive
Martin Geisler <mg@lazybytes.net> [Sat, 22 Aug 2009 01:34:56 +0200] rev 9376
hgrc.5: document %include directive
Fri, 21 Aug 2009 16:58:30 +0200 mq: don't mention qtop in module doc string
Martin Geisler <mg@lazybytes.net> [Fri, 21 Aug 2009 16:58:30 +0200] rev 9375
mq: don't mention qtop in module doc string (qtop was removed in b8dc3eba4f9d)
Fri, 21 Aug 2009 14:29:54 +0200 color: no need for itertools, zip() is good enough
Patrick Mezard <pmezard@gmail.com> [Fri, 21 Aug 2009 14:29:54 +0200] rev 9374
color: no need for itertools, zip() is good enough
Fri, 21 Aug 2009 09:33:27 +0200 log: fix traceback for log -k caused by 1ef630452e0b (issue1805)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 21 Aug 2009 09:33:27 +0200] rev 9373
log: fix traceback for log -k caused by 1ef630452e0b (issue1805)
Thu, 20 Aug 2009 10:41:56 +0200 templater: remove support for ## template variables
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Aug 2009 10:41:56 +0200] rev 9372
templater: remove support for ## template variables
Thu, 20 Aug 2009 08:49:01 +0200 graphlog: simplify ascii drawing to process one cset at a time
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Aug 2009 08:49:01 +0200] rev 9371
graphlog: simplify ascii drawing to process one cset at a time
Thu, 20 Aug 2009 08:36:20 +0200 graphlog: shorter variable names, fewer underscores, single state container
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Aug 2009 08:36:20 +0200] rev 9370
graphlog: shorter variable names, fewer underscores, single state container
Thu, 20 Aug 2009 08:35:35 +0200 graphlog: move common code into function again, change function types
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Aug 2009 08:35:35 +0200] rev 9369
graphlog: move common code into function again, change function types
Thu, 20 Aug 2009 08:35:03 +0200 graphlog: extract some setup code out of common functions
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Aug 2009 08:35:03 +0200] rev 9368
graphlog: extract some setup code out of common functions
Thu, 20 Aug 2009 08:34:22 +0200 cmdutil: use context objects for walkchangerevs()
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Aug 2009 08:34:22 +0200] rev 9367
cmdutil: use context objects for walkchangerevs()
Tue, 18 Aug 2009 22:07:43 -0400 tags: don't crash if unable to write tag cache
Greg Ward <greg-hg@gerg.ca> [Tue, 18 Aug 2009 22:07:43 -0400] rev 9366
tags: don't crash if unable to write tag cache This happens with hgweb in real life, if the httpd user is unable to write in the repository directory. Another case is doing 'hg incoming' on a repository in the filesystem owned by someone else.
Wed, 19 Aug 2009 12:51:07 +0200 mq: get rid of qnext, qprev and qtop
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 19 Aug 2009 12:51:07 +0200] rev 9365
mq: get rid of qnext, qprev and qtop
Wed, 19 Aug 2009 12:50:46 +0200 mq: add options to qapplied/qunapplied to act like qprev/qnext
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 19 Aug 2009 12:50:46 +0200] rev 9364
mq: add options to qapplied/qunapplied to act like qprev/qnext
Wed, 19 Aug 2009 12:47:04 +0200 hgweb: add web.descend configuration variable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 19 Aug 2009 12:47:04 +0200] rev 9363
hgweb: add web.descend configuration variable
Tue, 18 Aug 2009 13:59:30 +0200 help: align columns "hg help templates" output
Martin Geisler <mg@lazybytes.net> [Tue, 18 Aug 2009 13:59:30 +0200] rev 9362
help: align columns "hg help templates" output
Tue, 18 Aug 2009 13:55:34 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Tue, 18 Aug 2009 13:55:34 +0200] rev 9361
Merge with crew-stable
Tue, 18 Aug 2009 13:40:19 +0200 help: show results of all date filters
Martin Geisler <mg@lazybytes.net> [Tue, 18 Aug 2009 13:40:19 +0200] rev 9360
help: show results of all date filters
Tue, 18 Aug 2009 13:00:13 +0200 help: document isodatesec and rfc3339 filters (issue1799)
Martin Geisler <mg@lazybytes.net> [Tue, 18 Aug 2009 13:00:13 +0200] rev 9359
help: document isodatesec and rfc3339 filters (issue1799)
Mon, 17 Aug 2009 20:20:34 -0500 Merge with crew-stable
Steve Borho <steve@borho.org> [Mon, 17 Aug 2009 20:20:34 -0500] rev 9358
Merge with crew-stable
Sun, 16 Aug 2009 20:53:49 -0500 iss: make mfc*.dll and msvc*.dll optional
Steve Borho <steve@borho.org> [Sun, 16 Aug 2009 20:53:49 -0500] rev 9357
iss: make mfc*.dll and msvc*.dll optional mfc71.dll was only needed for Python2.4 msvc*.dll is similarly optional Do not bail installer build if not found
Sun, 16 Aug 2009 21:23:48 -0500 iss: take version from iscc command line or __version__.py
Steve Borho <steve@borho.org> [Sun, 16 Aug 2009 21:23:48 -0500] rev 9356
iss: take version from iscc command line or __version__.py Requires InnoSetup Preprocessor to be installed.
Sun, 16 Aug 2009 11:09:21 +0900 inotify: remove unused import
Nicolas Dumazet <nicdumz.commits@gmail.com> [Sun, 16 Aug 2009 11:09:21 +0900] rev 9355
inotify: remove unused import
Fri, 14 Aug 2009 22:20:47 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Fri, 14 Aug 2009 22:20:47 +0200] rev 9354
Merge with crew-stable
Fri, 14 Aug 2009 11:18:23 +0200 osutil: fix compilation with -ansi
Sebastien Binet <binet@cern.ch> [Fri, 14 Aug 2009 11:18:23 +0200] rev 9353
osutil: fix compilation with -ansi
Mon, 29 Jun 2009 01:33:26 +0900 inotify: repo is not referenced from server, remove the weakref
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 29 Jun 2009 01:33:26 +0900] rev 9352
inotify: repo is not referenced from server, remove the weakref
Mon, 29 Jun 2009 01:27:34 +0900 inotify: client: no repo use
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 29 Jun 2009 01:27:34 +0900] rev 9351
inotify: client: no repo use
Mon, 29 Jun 2009 01:09:33 +0900 inotify: server: use dirstate instead of repo
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 29 Jun 2009 01:09:33 +0900] rev 9350
inotify: server: use dirstate instead of repo
Mon, 29 Jun 2009 01:05:06 +0900 inotify: server: use wprefix everywhere, introduce prefixlen
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 29 Jun 2009 01:05:06 +0900] rev 9349
inotify: server: use wprefix everywhere, introduce prefixlen self.wprefix = self.repo.root + '/' = self.repo.wjoin('') + '/' Since we'll eventually get rid of self.repo, keep only the first form. use self.prefixlen to compute only once the root prefix size.
Sun, 28 Jun 2009 19:46:36 +0900 inotify: server._updatestatus: simplify control flow
Nicolas Dumazet <nicdumz.commits@gmail.com> [Sun, 28 Jun 2009 19:46:36 +0900] rev 9348
inotify: server._updatestatus: simplify control flow
Tue, 11 Aug 2009 22:45:38 +0200 url: add support for custom handlers in extensions
Henrik Stuart <hg@hstuart.dk> [Tue, 11 Aug 2009 22:45:38 +0200] rev 9347
url: add support for custom handlers in extensions
Wed, 15 Jul 2009 11:26:47 +0900 patchbomb: add --flag to put flags in subject prefixes
Nicolas Dumazet <nicdumz.commits@gmail.com> [Wed, 15 Jul 2009 11:26:47 +0900] rev 9346
patchbomb: add --flag to put flags in subject prefixes --flag foo uses: [PATCH foo] or [PATCH M of N foo] depending on the number of patches. Multiple flags are supported: --flag foo --flag bar gives [PATCH foo bar]
Wed, 12 Aug 2009 12:07:11 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Wed, 12 Aug 2009 12:07:11 -0500] rev 9345
Merge with stable
Wed, 12 Aug 2009 12:06:12 -0500 Merge with i18n-stable
Matt Mackall <mpm@selenic.com> [Wed, 12 Aug 2009 12:06:12 -0500] rev 9344
Merge with i18n-stable
Wed, 12 Aug 2009 12:05:35 -0500 Merge with i18n
Matt Mackall <mpm@selenic.com> [Wed, 12 Aug 2009 12:05:35 -0500] rev 9343
Merge with i18n
Tue, 11 Aug 2009 18:27:34 -0300 merge with i18n-stable
Wagner Bruna <wbruna@yahoo.com> [Tue, 11 Aug 2009 18:27:34 -0300] rev 9342
merge with i18n-stable
Wed, 05 Aug 2009 10:56:20 -0300 i18n-pt_BR: miscellaneous fixes
Wagner Bruna <wbruna@yahoo.com> [Wed, 05 Aug 2009 10:56:20 -0300] rev 9341
i18n-pt_BR: miscellaneous fixes
Tue, 28 Jul 2009 15:50:14 -0300 i18n-pt_BR: synchronized with 2de7d96593db
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 28 Jul 2009 15:50:14 -0300] rev 9340
i18n-pt_BR: synchronized with 2de7d96593db
Wed, 12 Aug 2009 11:50:27 +0200 config: improve code readability
Andrey <py4fun@gmail.com> [Wed, 12 Aug 2009 11:50:27 +0200] rev 9339
config: improve code readability
Wed, 12 Aug 2009 10:57:18 +0200 mq: re-phrase the qrefresh help about the user and date options
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> [Wed, 12 Aug 2009 10:57:18 +0200] rev 9338
mq: re-phrase the qrefresh help about the user and date options
Wed, 12 Aug 2009 10:57:27 +0200 mq: add the date with qrefresh, even if missing (issue1768)
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> [Wed, 12 Aug 2009 10:57:27 +0200] rev 9337
mq: add the date with qrefresh, even if missing (issue1768) When setting the date with qrefresh (-d|-D), and the patch does have neither a 'Date:' nor a '# Date' header, add the date field as such: - if the patch has a 'From:' header, add a 'Date:' header - otherwise, upgrade to Mercurial extended patch format and add '# Date'
Wed, 12 Aug 2009 10:48:18 +0200 mq: upgrade the patch to HG format when adding the author name with qrefresh
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> [Wed, 12 Aug 2009 10:48:18 +0200] rev 9336
mq: upgrade the patch to HG format when adding the author name with qrefresh When setting the author field with qrefresh (-u|-U), and the patch does have neither a 'From:' nor a '# User' header, add the author name as such: - if the patch has a 'Date:' header, add a 'From:' header - otherwise, upgrade to Mercurial extended patch format and add # From
Wed, 12 Aug 2009 10:46:16 +0200 mq: add function to check if a header exists in a patch
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> [Wed, 12 Aug 2009 10:46:16 +0200] rev 9335
mq: add function to check if a header exists in a patch
Wed, 12 Aug 2009 10:46:03 +0200 mq: fix coding style in qrefresh
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> [Wed, 12 Aug 2009 10:46:03 +0200] rev 9334
mq: fix coding style in qrefresh
Mon, 10 Aug 2009 23:27:08 +0200 Merge with crew-stable.
Martin Geisler <mg@lazybytes.net> [Mon, 10 Aug 2009 23:27:08 +0200] rev 9333
Merge with crew-stable.
Wed, 05 Aug 2009 21:45:54 -0500 hook: fix full path imports on Windows (issue1779)
Steve Borho <steve@borho.org> [Wed, 05 Aug 2009 21:45:54 -0500] rev 9332
hook: fix full path imports on Windows (issue1779) Bottom portion fixes full path imports on source installs on Windows. The top portion further fixes full path imports on binary installs. Initial patch by Roman V. Kiseliov
Mon, 10 Aug 2009 23:02:58 +0200 patch: marked string for translation
Martin Geisler <mg@lazybytes.net> [Mon, 10 Aug 2009 23:02:58 +0200] rev 9331
patch: marked string for translation
Mon, 10 Aug 2009 22:59:29 +0200 diffstat: scale adds/removes proportionally to graph width
Brodie Rao <me+hg@dackz.net> [Mon, 10 Aug 2009 22:59:29 +0200] rev 9330
diffstat: scale adds/removes proportionally to graph width The previous method of scaling had a tendency to include graph lines that went past the output width when the file with the most changes had a very large number of changes.
Fri, 07 Aug 2009 21:15:01 +0200 test-clone-failure: reenable perm to allow deletion
Simon Heimberg <simohe@besonet.ch> [Fri, 07 Aug 2009 21:15:01 +0200] rev 9329
test-clone-failure: reenable perm to allow deletion
Fri, 07 Aug 2009 19:27:54 -0700 patch: create file even if source is not /dev/null
Brendan Cully <brendan@kublai.com> [Fri, 07 Aug 2009 19:27:54 -0700] rev 9328
patch: create file even if source is not /dev/null as long as the first hunk is -0,0 and the source and destination have the same name. Matt found a patch like this, and /usr/bin/patch accepts it.
Thu, 06 Aug 2009 21:35:58 -0700 Merge with crew
Bryan O'Sullivan <bos@serpentine.com> [Thu, 06 Aug 2009 21:35:58 -0700] rev 9327
Merge with crew
Thu, 06 Aug 2009 21:35:25 -0700 Fix failing darcs test
Bryan O'Sullivan <bos@serpentine.com> [Thu, 06 Aug 2009 21:35:25 -0700] rev 9326
Fix failing darcs test
Thu, 06 Aug 2009 18:48:00 -0700 Merge with mpm
Bryan O'Sullivan <bos@serpentine.com> [Thu, 06 Aug 2009 18:48:00 -0700] rev 9325
Merge with mpm
Wed, 05 Aug 2009 22:52:35 -0700 Merge backout of 26fa0e31011d
Brendan Cully <brendan@kublai.com> [Wed, 05 Aug 2009 22:52:35 -0700] rev 9324
Merge backout of 26fa0e31011d
Wed, 05 Aug 2009 22:51:30 -0700 Backed out changeset 26fa0e31011d.
Brendan Cully <brendan@kublai.com> [Wed, 05 Aug 2009 22:51:30 -0700] rev 9323
Backed out changeset 26fa0e31011d. On OS X, it broke test-issue322, test-issue660, test-permissions, test-symlink-addremove, and test-walk.
Mon, 03 Aug 2009 23:27:25 -0500 mercurial.ini: provide more useful info
Steve Borho <steve@borho.org> [Mon, 03 Aug 2009 23:27:25 -0500] rev 9322
mercurial.ini: provide more useful info * Add warning about not editing the site-wide file on Vista * More detail about where to create user Mercurial.ini * Provide examples for ssh tools * List extensions, all disabled * add [patch] section, for fixing patch behavior when using win32text * example [extdiff] section, all disabled * example [diff] section, all disabled
Wed, 05 Aug 2009 17:17:06 -0700 churn: correct output when run in subdirectories
Brendan Cully <brendan@kublai.com> [Wed, 05 Aug 2009 17:17:06 -0700] rev 9321
churn: correct output when run in subdirectories
Thu, 06 Aug 2009 00:34:28 +0200 i18n: move unrelated line out of try-except block
Martin Geisler <mg@lazybytes.net> [Thu, 06 Aug 2009 00:34:28 +0200] rev 9320
i18n: move unrelated line out of try-except block
Thu, 06 Aug 2009 00:26:34 +0200 i18n: updated outdated comment
Martin Geisler <mg@lazybytes.net> [Thu, 06 Aug 2009 00:26:34 +0200] rev 9319
i18n: updated outdated comment
Wed, 05 Aug 2009 16:32:57 +0200 merge backout of 5724cd7b3688
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Aug 2009 16:32:57 +0200] rev 9318
merge backout of 5724cd7b3688
Wed, 05 Aug 2009 16:32:38 +0200 Backed out changeset 5724cd7b3688 (depends on other changes, no tests)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Aug 2009 16:32:38 +0200] rev 9317
Backed out changeset 5724cd7b3688 (depends on other changes, no tests)
Wed, 05 Aug 2009 17:21:29 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Aug 2009 17:21:29 +0200] rev 9316
merge with crew-stable
Wed, 05 Aug 2009 17:19:37 +0200 dispatch: also pass level argument to __import__ for ignored modules
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Wed, 05 Aug 2009 17:19:37 +0200] rev 9315
dispatch: also pass level argument to __import__ for ignored modules I wanted to check if mercurial.demandimport could speed up the loading of PyObjC, and ran into this: the level argument for __import__, available in Python 2.5 and later, is silently dropped when doing an 'import *'. I have no idea what these arguments mean, but this minor change made it work. (Oh, and because of that 'from ... import *', PyObjC still took about 2s...)
Wed, 05 Aug 2009 14:58:30 +0200 lsprof: make profile not die when imported modules changes (issue1774)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Aug 2009 14:58:30 +0200] rev 9314
lsprof: make profile not die when imported modules changes (issue1774)
Wed, 05 Aug 2009 17:19:08 +0200 notify: do not mime encode multipart templates
Christian Ebert <blacktrash@gmx.net> [Wed, 05 Aug 2009 17:19:08 +0200] rev 9313
notify: do not mime encode multipart templates Mulitpart templates should take care of this themselves. See http://www.selenic.com/pipermail/mercurial/2009-July/027017.html Also catch potential parsing errors gracefully.
Wed, 05 Aug 2009 17:08:28 +0200 kill trailing whitespace
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Aug 2009 17:08:28 +0200] rev 9312
kill trailing whitespace
Wed, 05 Aug 2009 15:00:44 +0200 color: simplify & improve colorization of qseries
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Wed, 05 Aug 2009 15:00:44 +0200] rev 9311
color: simplify & improve colorization of qseries Use 'repo.mq.series' to obtain patch names, instead of deriving them from the qseries output. This is both simpler and more robust, and fixes colorization of patches without a message with -s/--summary.
Wed, 05 Aug 2009 14:44:36 +0200 gendoc: documentation section describing available extensions
Cédric Duval <cedricduval@free.fr> [Wed, 05 Aug 2009 14:44:36 +0200] rev 9310
gendoc: documentation section describing available extensions
Wed, 05 Aug 2009 14:42:57 +0200 localrepo: document the locking scheme a little better
Greg Ward <greg-hg@gerg.ca> [Wed, 05 Aug 2009 14:42:57 +0200] rev 9309
localrepo: document the locking scheme a little better - localrepo: document lock(), wlock() methods - lock: add class docstring
Wed, 05 Aug 2009 17:20:47 +0200 keyword: use util.datestr for utcdate filter, expose through variable
Christian Ebert <blacktrash@gmx.net> [Wed, 05 Aug 2009 17:20:47 +0200] rev 9308
keyword: use util.datestr for utcdate filter, expose through variable
Wed, 05 Aug 2009 17:20:47 +0200 keyword: reference templating help, add utcdate filter example
Christian Ebert <blacktrash@gmx.net> [Wed, 05 Aug 2009 17:20:47 +0200] rev 9307
keyword: reference templating help, add utcdate filter example
Wed, 05 Aug 2009 17:20:47 +0200 keyword: remove "help keyword" from test
Christian Ebert <blacktrash@gmx.net> [Wed, 05 Aug 2009 17:20:47 +0200] rev 9306
keyword: remove "help keyword" from test Testing help output does not make sense as we have no way to check for errors in content which would be the only reasonable test here.
Wed, 29 Jul 2009 09:28:45 +0200 keyword: update copyright
Christian Ebert <blacktrash@gmx.net> [Wed, 29 Jul 2009 09:28:45 +0200] rev 9305
keyword: update copyright
Mon, 03 Aug 2009 10:39:14 +0200 hgwebdir: add links to the main repository page in notfound.tmpl
timeless@mozdev.org [Mon, 03 Aug 2009 10:39:14 +0200] rev 9304
hgwebdir: add links to the main repository page in notfound.tmpl
Mon, 03 Aug 2009 10:28:09 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Mon, 03 Aug 2009 10:28:09 +0200] rev 9303
Merge with crew-stable
Sun, 02 Aug 2009 19:21:47 -0700 help: improve "hg help revisions"
Stuart W Marks <smarks@smarks.org> [Sun, 02 Aug 2009 19:21:47 -0700] rev 9302
help: improve "hg help revisions" Add info about branch names, and other clarifications.
Mon, 03 Aug 2009 00:19:01 +0200 rebase: link to RebaseExtension
Martin Geisler <mg@lazybytes.net> [Mon, 03 Aug 2009 00:19:01 +0200] rev 9301
rebase: link to RebaseExtension This new page has the usual user-oriented information about the extension.
Mon, 03 Aug 2009 00:12:10 +0200 patchbomb: use a list instead of indented paragraphs
Martin Geisler <mg@lazybytes.net> [Mon, 03 Aug 2009 00:12:10 +0200] rev 9300
patchbomb: use a list instead of indented paragraphs
Mon, 03 Aug 2009 00:02:00 +0200 help: un-indent list in "hg help diffs"
Martin Geisler <mg@lazybytes.net> [Mon, 03 Aug 2009 00:02:00 +0200] rev 9299
help: un-indent list in "hg help diffs"
Mon, 03 Aug 2009 00:01:59 +0200 help: add "templates" as an alias for "templating" help topic
Martin Geisler <mg@lazybytes.net> [Mon, 03 Aug 2009 00:01:59 +0200] rev 9298
help: add "templates" as an alias for "templating" help topic
Sun, 02 Aug 2009 17:42:36 +0200 gendoc: make anchors for help topic names
Martin Geisler <mg@lazybytes.net> [Sun, 02 Aug 2009 17:42:36 +0200] rev 9297
gendoc: make anchors for help topic names
Fri, 31 Jul 2009 11:40:03 +0200 gendoc: rename underlined/bold to section/subsection
Martin Geisler <mg@lazybytes.net> [Fri, 31 Jul 2009 11:40:03 +0200] rev 9296
gendoc: rename underlined/bold to section/subsection
Mon, 03 Aug 2009 00:01:50 +0200 help: use field lists for lists of extensions
Martin Geisler <mg@lazybytes.net> [Mon, 03 Aug 2009 00:01:50 +0200] rev 9295
help: use field lists for lists of extensions
Sun, 02 Aug 2009 23:38:08 +0200 help: format templating help topic with a field list
Martin Geisler <mg@lazybytes.net> [Sun, 02 Aug 2009 23:38:08 +0200] rev 9294
help: format templating help topic with a field list
Sun, 02 Aug 2009 23:38:07 +0200 minirst: parse field lists
Martin Geisler <mg@lazybytes.net> [Sun, 02 Aug 2009 23:38:07 +0200] rev 9293
minirst: parse field lists
Sun, 02 Aug 2009 21:29:15 +0200 minirst: simplify bullet list indentation computation
Martin Geisler <mg@lazybytes.net> [Sun, 02 Aug 2009 21:29:15 +0200] rev 9292
minirst: simplify bullet list indentation computation
Sun, 02 Aug 2009 17:17:17 +0200 minirst: indent literal blocks with two spaces
Martin Geisler <mg@lazybytes.net> [Sun, 02 Aug 2009 17:17:17 +0200] rev 9291
minirst: indent literal blocks with two spaces The vast majority* of them are formatted like this in the source, so this basically reverts the output to how it looked before we got the minirst parser. *: the help on templating use four spaces for some examples and will now shown with an indentation of just two spaces.
Sun, 02 Aug 2009 16:34:25 +0200 help: mark literal blocks
Martin Geisler <mg@lazybytes.net> [Sun, 02 Aug 2009 16:34:25 +0200] rev 9290
help: mark literal blocks
Fri, 31 Jul 2009 23:49:47 +0200 patchbomb: reST syntax for literal blocks in help text
Christian Ebert <blacktrash@gmx.net> [Fri, 31 Jul 2009 23:49:47 +0200] rev 9289
patchbomb: reST syntax for literal blocks in help text
Sat, 01 Aug 2009 00:36:22 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Sat, 01 Aug 2009 00:36:22 +0200] rev 9288
Merge with crew-stable
Tue, 28 Jul 2009 15:36:28 +0200 mq: Parse commit message after we find start of changeset patch
David Soria Parra <dsp@php.net> [Tue, 28 Jul 2009 15:36:28 +0200] rev 9287
mq: Parse commit message after we find start of changeset patch patch.extract extracts just the message below HG changeset patch. So to not parse comments above the patch, we reset the message if we find a changeset patch as we know the commit message comes after the changeset patch data. This is similar to the behavior of patch.extract. The drawback of this approach, after a qref -e the comment above HG changeset patch is gone. Without this patch the message would become part of the commit message in the HG changset patch part.
Fri, 31 Jul 2009 01:40:45 +0200 doc: fix quotes mismatches affecting rst
Cédric Duval <cedricduval@free.fr> [Fri, 31 Jul 2009 01:40:45 +0200] rev 9286
doc: fix quotes mismatches affecting rst
Wed, 29 Jul 2009 22:23:14 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Wed, 29 Jul 2009 22:23:14 +0200] rev 9285
Merge with crew-stable
Wed, 29 Jul 2009 22:14:46 +0200 test-repair-strip: Don't rely on cat error message
Mads Kiilerich <mads@kiilerich.com> [Wed, 29 Jul 2009 22:14:46 +0200] rev 9284
test-repair-strip: Don't rely on cat error message
Sun, 05 Jul 2009 13:59:25 -0500 test-gpg: suppress secure memory warning
David Champion <dgc@uchicago.edu> [Sun, 05 Jul 2009 13:59:25 -0500] rev 9283
test-gpg: suppress secure memory warning Some platforms (Solaris for one) does not support secure memory and would give a warning.
Mon, 27 Jul 2009 19:23:04 -0700 Merge with main
Brendan Cully <brendan@kublai.com> [Mon, 27 Jul 2009 19:23:04 -0700] rev 9282
Merge with main
Sun, 26 Jul 2009 10:45:35 +0100 keyword: refactor kwdemo and make output translatable
Christian Ebert <blacktrash@gmx.net> [Sun, 26 Jul 2009 10:45:35 +0100] rev 9281
keyword: refactor kwdemo and make output translatable Better reflect the actual behaviour of the extension: - Make map arguments and -f/--rcfile not mutually exclusive but extend the current configuration - Map arguments and -f/--rcfile both override the defaults even when -d/--default is specified - -d/--default only overrides the current configuration Inform the user about extending/overriding behaviour, but only at the beginning; the following messages become terser, making the output translatable without too much code clutter. Rephrase help (use "short/long" option notation etc.).
Mon, 27 Jul 2009 02:12:17 +0200 commands: Check if helptext contains a newline before we split
David Soria Parra <dsp@php.net> [Mon, 27 Jul 2009 02:12:17 +0200] rev 9280
commands: Check if helptext contains a newline before we split
Sun, 26 Jul 2009 02:33:38 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 02:33:38 +0200] rev 9279
Merge with crew-stable
Sun, 26 Jul 2009 02:14:30 +0200 Makefile: remove non-default wrapping of hg.pot strings
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 02:14:30 +0200] rev 9278
Makefile: remove non-default wrapping of hg.pot strings
Sun, 26 Jul 2009 02:12:53 +0200 help: wrap help strings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 02:12:53 +0200] rev 9277
help: wrap help strings at 70 characters
Sun, 26 Jul 2009 02:03:35 +0200 zeroconf: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 02:03:35 +0200] rev 9276
zeroconf: wrap docstrings at 70 characters
Sun, 26 Jul 2009 02:03:00 +0200 win32mbcs: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 02:03:00 +0200] rev 9275
win32mbcs: wrap docstrings at 70 characters
Sun, 26 Jul 2009 02:02:10 +0200 transplant: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 02:02:10 +0200] rev 9274
transplant: wrap docstrings at 70 characters
Sun, 26 Jul 2009 02:01:19 +0200 share: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 02:01:19 +0200] rev 9273
share: wrap docstrings at 70 characters
Sun, 26 Jul 2009 02:00:58 +0200 record: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 02:00:58 +0200] rev 9272
record: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:59:59 +0200 rebase: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:59:59 +0200] rev 9271
rebase: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:59:28 +0200 purge: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:59:28 +0200] rev 9270
purge: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:58:13 +0200 patchbomb: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:58:13 +0200] rev 9269
patchbomb: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:56:25 +0200 parentrevspec: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:56:25 +0200] rev 9268
parentrevspec: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:56:02 +0200 pager: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:56:02 +0200] rev 9267
pager: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:55:18 +0200 notify: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:55:18 +0200] rev 9266
notify: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:53:49 +0200 mq: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:53:49 +0200] rev 9265
mq: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:53:06 +0200 keyword: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:53:06 +0200] rev 9264
keyword: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:49:30 +0200 interhg: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:49:30 +0200] rev 9263
interhg: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:48:02 +0200 highlight: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:48:02 +0200] rev 9262
highlight: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:47:25 +0200 hgk: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:47:25 +0200] rev 9261
hgk: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:46:55 +0200 hgcia: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:46:55 +0200] rev 9260
hgcia: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:46:28 +0200 graphlog: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:46:28 +0200] rev 9259
graphlog: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:46:02 +0200 fetch: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:46:02 +0200] rev 9258
fetch: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:45:36 +0200 extdiff: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:45:36 +0200] rev 9257
extdiff: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:44:41 +0200 convert: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:44:41 +0200] rev 9256
convert: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:42:15 +0200 color: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:42:15 +0200] rev 9255
color: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:41:31 +0200 churn: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:41:31 +0200] rev 9254
churn: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:40:37 +0200 children: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:40:37 +0200] rev 9253
children: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:39:47 +0200 bugzilla: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:39:47 +0200] rev 9252
bugzilla: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:38:22 +0200 bookmarks: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:38:22 +0200] rev 9251
bookmarks: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:37:17 +0200 acl: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:37:17 +0200] rev 9250
acl: wrap docstrings at 70 characters
Sun, 26 Jul 2009 01:33:00 +0200 commands: wrap docstrings at 70 characters
Martin Geisler <mg@lazybytes.net> [Sun, 26 Jul 2009 01:33:00 +0200] rev 9249
commands: wrap docstrings at 70 characters It is no longer necessary to wrap the docstrings at 70 characters in the source -- with the reST parser, they are re-formatted to fit the terminal when shown. However, wrapping the docstrings at 78 characters makes life harder for translators because it marks a lot of strings as fuzzy for no good reason. When un-marking them, the translators would have to examine each string again and determine if it is merely re-wrapped or if the content was also changed. The long lines also introduce very ugly linebreaks in the .po files if they are processed using the standard Gettext tools without using something like '--width 85' all the time.
Mon, 27 Jul 2009 18:38:20 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Mon, 27 Jul 2009 18:38:20 -0500] rev 9248
Merge with crew
Mon, 27 Jul 2009 18:38:03 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Mon, 27 Jul 2009 18:38:03 -0500] rev 9247
Merge with stable
Mon, 27 Jul 2009 02:27:24 +0200 email: Catch exceptions during send.
David Soria Parra <dsp@php.net> [Mon, 27 Jul 2009 02:27:24 +0200] rev 9246
email: Catch exceptions during send. Catch SMTPlib exceptions to avoid mercurial showing a backtrace during an e.g. authentication error.
Sat, 25 Jul 2009 19:04:08 -0500 update: make a naked except more specific (issue1766)
Matt Mackall <mpm@selenic.com> [Sat, 25 Jul 2009 19:04:08 -0500] rev 9245
update: make a naked except more specific (issue1766)
Sat, 25 Jul 2009 02:20:27 +0200 tests/hghave: bzr114 checks for bzr >= 1.14
Mads Kiilerich <mads@kiilerich.com> [Sat, 25 Jul 2009 02:20:27 +0200] rev 9244
tests/hghave: bzr114 checks for bzr >= 1.14 Everything but the implementation indicated that bzr114 also should be true for "or higher".
Fri, 24 Jul 2009 15:53:40 -0600 fix issue 1763: strip chars from end of line when parsing gitpatch lines
Bill Barry <after.fallout@gmail.com> [Fri, 24 Jul 2009 15:53:40 -0600] rev 9243
fix issue 1763: strip chars from end of line when parsing gitpatch lines
Sat, 25 Jul 2009 10:08:20 -0700 issue1251: bail if darcs version is too old
Bryan O'Sullivan <bos@serpentine.com> [Sat, 25 Jul 2009 10:08:20 -0700] rev 9242
issue1251: bail if darcs version is too old
Fri, 24 Jul 2009 15:28:29 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Fri, 24 Jul 2009 15:28:29 +0200] rev 9241
Merge with crew-stable
Fri, 24 Jul 2009 12:20:40 +0200 gendoc: don't translate topic strings twice (issue1760)
Cédric Duval <cedricduval@free.fr> [Fri, 24 Jul 2009 12:20:40 +0200] rev 9240
gendoc: don't translate topic strings twice (issue1760)
Sun, 26 Jul 2009 18:02:06 +0200 dirstate: fold paths using the just added util.realpath() function.
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Sun, 26 Jul 2009 18:02:06 +0200] rev 9239
dirstate: fold paths using the just added util.realpath() function. Using the one true canonical path of a directory entry allows equivalent paths to be treated gracefully. Equivalent means, in this case, differing directory entries resulting in the same, unique file system link to a file.
Sun, 26 Jul 2009 17:25:08 +0200 util: add realpath() for getting the 'true' path.
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Sun, 26 Jul 2009 17:25:08 +0200] rev 9238
util: add realpath() for getting the 'true' path. The function is implemented for Mac OS X using the F_GETPATH fcntl, and a basic implementation for Windows is provided as well. On other POSIX systems, vanilla os.path.realpath() is used.
Fri, 24 Jul 2009 00:40:00 +0200 bookmarks: optimize update routine in case track.current is set
David Soria Parra <dsp@php.net> [Fri, 24 Jul 2009 00:40:00 +0200] rev 9237
bookmarks: optimize update routine in case track.current is set
Fri, 24 Jul 2009 00:37:42 +0200 bookmarks: Teach addchangset to respect track.current
David Soria Parra <dsp@php.net> [Fri, 24 Jul 2009 00:37:42 +0200] rev 9236
bookmarks: Teach addchangset to respect track.current addchangeset didn't respect track.current, resulting in hg pull to forward all bookmarks although track.current is set to True. Reported by Christos Trochalakis.
Fri, 24 Jul 2009 00:04:24 +0200 bookmarks: Wrap commictx instead of commit (issue 1515)
David Soria Parra <dsp@php.net> [Fri, 24 Jul 2009 00:04:24 +0200] rev 9235
bookmarks: Wrap commictx instead of commit (issue 1515)
Thu, 23 Jul 2009 15:26:29 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Thu, 23 Jul 2009 15:26:29 -0500] rev 9234
Merge with stable
Thu, 23 Jul 2009 15:25:47 -0500 Merge with i18n
Matt Mackall <mpm@selenic.com> [Thu, 23 Jul 2009 15:25:47 -0500] rev 9233
Merge with i18n
Tue, 21 Jul 2009 15:47:13 +0200 i18n-de: fix indention
David Soria Parra <dsp@php.net> [Tue, 21 Jul 2009 15:47:13 +0200] rev 9232
i18n-de: fix indention
Tue, 21 Jul 2009 00:17:10 +0200 i18n-da: switch back to "rettelse" for "patch"
Martin Geisler <mg@lazybytes.net> [Tue, 21 Jul 2009 00:17:10 +0200] rev 9231
i18n-da: switch back to "rettelse" for "patch"
Mon, 20 Jul 2009 23:55:55 +0200 i18n-da: updates in gpg, highlight, inotify, and mq
Martin Geisler <mg@lazybytes.net> [Mon, 20 Jul 2009 23:55:55 +0200] rev 9230
i18n-da: updates in gpg, highlight, inotify, and mq
Mon, 20 Jul 2009 23:24:12 +0200 i18n-da: synchronized with 78e54b9f3a62
Martin Geisler <mg@lazybytes.net> [Mon, 20 Jul 2009 23:24:12 +0200] rev 9229
i18n-da: synchronized with 78e54b9f3a62
Sat, 18 Jul 2009 22:49:49 +0200 i18n-fr: synchronized with 78e54b9f3a62
Cédric Duval <cedricduval@free.fr> [Sat, 18 Jul 2009 22:49:49 +0200] rev 9228
i18n-fr: synchronized with 78e54b9f3a62
Sat, 18 Jul 2009 22:45:59 +0200 i18n-fr: translations for dispatch.py
Cédric Duval <cedricduval@free.fr> [Sat, 18 Jul 2009 22:45:59 +0200] rev 9227
i18n-fr: translations for dispatch.py
Sat, 18 Jul 2009 22:45:31 +0200 i18n-fr: translation of various core messages
Cédric Duval <cedricduval@free.fr> [Sat, 18 Jul 2009 22:45:31 +0200] rev 9226
i18n-fr: translation of various core messages
Sat, 18 Jul 2009 22:44:50 +0200 i18n-fr: translation for the archive command
Cédric Duval <cedricduval@free.fr> [Sat, 18 Jul 2009 22:44:50 +0200] rev 9225
i18n-fr: translation for the archive command
Sat, 18 Jul 2009 22:43:34 +0200 i18n-fr: translation of bisect
Cédric Duval <cedricduval@free.fr> [Sat, 18 Jul 2009 22:43:34 +0200] rev 9224
i18n-fr: translation of bisect
Thu, 16 Jul 2009 12:13:23 -0300 i18n-pt_BR: synchronized with 78e54b9f3a62
Wagner Bruna <wbruna@softwareexpress.com.br> [Thu, 16 Jul 2009 12:13:23 -0300] rev 9223
i18n-pt_BR: synchronized with 78e54b9f3a62
Thu, 16 Jul 2009 16:55:17 +0200 merge with stable
Martin Geisler <mg@lazybytes.net> [Thu, 16 Jul 2009 16:55:17 +0200] rev 9222
merge with stable
Mon, 06 Jul 2009 10:39:46 -0300 i18n-pt_BR: synchronized with 196d40e7c885 (1.3)
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 06 Jul 2009 10:39:46 -0300] rev 9221
i18n-pt_BR: synchronized with 196d40e7c885 (1.3)
Tue, 21 Jul 2009 20:31:45 -0400 transaction: document close(), abort() methods
Greg Ward <greg-hg@gerg.ca> [Tue, 21 Jul 2009 20:31:45 -0400] rev 9220
transaction: document close(), abort() methods
Thu, 23 Jul 2009 20:44:26 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 23 Jul 2009 20:44:26 +0200] rev 9219
merge with crew-stable
Thu, 23 Jul 2009 00:26:42 +0200 zeroconf: use reST syntax for literal blocks
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:26:42 +0200] rev 9218
zeroconf: use reST syntax for literal blocks
Thu, 23 Jul 2009 00:26:26 +0200 win32text: use reST syntax for literal blocks
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:26:26 +0200] rev 9217
win32text: use reST syntax for literal blocks
Thu, 23 Jul 2009 00:25:54 +0200 win32mbcs: fix formatting of lists with proper reST markup
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:25:54 +0200] rev 9216
win32mbcs: fix formatting of lists with proper reST markup
Thu, 23 Jul 2009 00:25:34 +0200 purge: fix formatting of lists with proper reST markup
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:25:34 +0200] rev 9215
purge: fix formatting of lists with proper reST markup
Thu, 23 Jul 2009 00:24:52 +0200 patchbomb: use reST syntax for literal blocks
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:24:52 +0200] rev 9214
patchbomb: use reST syntax for literal blocks
Thu, 23 Jul 2009 00:24:34 +0200 parentrevspec: change list to a literal block
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:24:34 +0200] rev 9213
parentrevspec: change list to a literal block
Thu, 23 Jul 2009 00:24:03 +0200 pager: use reST syntax for literal blocks
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:24:03 +0200] rev 9212
pager: use reST syntax for literal blocks
Thu, 23 Jul 2009 00:23:53 +0200 interhg: use reST syntax for literal block
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:23:53 +0200] rev 9211
interhg: use reST syntax for literal block
Thu, 23 Jul 2009 00:23:39 +0200 highlight: use reST syntax for literal block
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:23:39 +0200] rev 9210
highlight: use reST syntax for literal block
Thu, 23 Jul 2009 00:23:24 +0200 hgk: use reST syntax for literal blocks
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:23:24 +0200] rev 9209
hgk: use reST syntax for literal blocks
Thu, 23 Jul 2009 00:23:08 +0200 hgcia: use reST syntax for literal block
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:23:08 +0200] rev 9208
hgcia: use reST syntax for literal block
Thu, 23 Jul 2009 00:22:50 +0200 extdiff: use reST syntax for literal block
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:22:50 +0200] rev 9207
extdiff: use reST syntax for literal block
Thu, 23 Jul 2009 00:22:35 +0200 color: use reST syntax for literal block
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:22:35 +0200] rev 9206
color: use reST syntax for literal block
Thu, 23 Jul 2009 00:22:05 +0200 churn: use reST syntax for literal blocks
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:22:05 +0200] rev 9205
churn: use reST syntax for literal blocks
Thu, 23 Jul 2009 00:21:46 +0200 bugzilla: wrap example template line
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:21:46 +0200] rev 9204
bugzilla: wrap example template line
Thu, 23 Jul 2009 00:20:18 +0200 bugzilla: reformat list of configuration options
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:20:18 +0200] rev 9203
bugzilla: reformat list of configuration options
Thu, 23 Jul 2009 00:02:06 +0200 bookmarks: use reST syntax for literal block
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:02:06 +0200] rev 9202
bookmarks: use reST syntax for literal block
Thu, 23 Jul 2009 00:01:24 +0200 acl: use reST syntax for literal blocks
Martin Geisler <mg@lazybytes.net> [Thu, 23 Jul 2009 00:01:24 +0200] rev 9201
acl: use reST syntax for literal blocks
Wed, 22 Jul 2009 23:26:27 +0200 transplant: better reST formatting
Martin Geisler <mg@lazybytes.net> [Wed, 22 Jul 2009 23:26:27 +0200] rev 9200
transplant: better reST formatting
Wed, 22 Jul 2009 15:28:30 -0700 Merge with crew-stable
Bryan O'Sullivan <bos@serpentine.com> [Wed, 22 Jul 2009 15:28:30 -0700] rev 9199
Merge with crew-stable
Wed, 22 Jul 2009 23:12:54 +0200 coding style: use a space after comma
Martin Geisler <mg@lazybytes.net> [Wed, 22 Jul 2009 23:12:54 +0200] rev 9198
coding style: use a space after comma I left a cases like 'lambda x,y:' alone -- the lack of a space does not bother me as much when the variables are single letters.
Wed, 22 Jul 2009 23:08:32 +0200 commands: remove ineffective parenthesis
Martin Geisler <mg@lazybytes.net> [Wed, 22 Jul 2009 23:08:32 +0200] rev 9197
commands: remove ineffective parenthesis
Wed, 22 Jul 2009 22:56:45 +0200 merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Wed, 22 Jul 2009 22:56:45 +0200] rev 9196
merge with crew-stable
Wed, 22 Jul 2009 08:28:30 +0100 keyword: reformat kwfiles help for minirst parser
Christian Ebert <blacktrash@gmx.net> [Wed, 22 Jul 2009 08:28:30 +0100] rev 9195
keyword: reformat kwfiles help for minirst parser
Tue, 21 Jul 2009 12:19:53 +0200 hgignore.5: mark file names and cmdline options as literal text
Martin Geisler <mg@lazybytes.net> [Tue, 21 Jul 2009 12:19:53 +0200] rev 9194
hgignore.5: mark file names and cmdline options as literal text
Tue, 21 Jul 2009 12:09:32 +0200 merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Tue, 21 Jul 2009 12:09:32 +0200] rev 9193
merge with crew-stable
Thu, 23 Jul 2009 12:58:15 -0500 Added signature for changeset 3ef6c14a1e8e
Matt Mackall <mpm@selenic.com> [Thu, 23 Jul 2009 12:58:15 -0500] rev 9192
Added signature for changeset 3ef6c14a1e8e
Thu, 23 Jul 2009 12:58:10 -0500 Added tag 1.3.1 for changeset 3ef6c14a1e8e
Matt Mackall <mpm@selenic.com> [Thu, 23 Jul 2009 12:58:10 -0500] rev 9191
Added tag 1.3.1 for changeset 3ef6c14a1e8e
Wed, 22 Jul 2009 19:12:34 +0100 keyword: argument to "kwdemo --rcfile" must be string (bugfix) 1.3.1
Christian Ebert <blacktrash@gmx.net> [Wed, 22 Jul 2009 19:12:34 +0100] rev 9190
keyword: argument to "kwdemo --rcfile" must be string (bugfix)
Wed, 22 Jul 2009 18:27:23 -0500 heads: more clarity for --closed
Matt Mackall <mpm@selenic.com> [Wed, 22 Jul 2009 18:27:23 -0500] rev 9189
heads: more clarity for --closed
Wed, 22 Jul 2009 18:08:02 -0500 Merge with crew-stable
Matt Mackall <mpm@selenic.com> [Wed, 22 Jul 2009 18:08:02 -0500] rev 9188
Merge with crew-stable
Wed, 22 Jul 2009 17:59:11 -0500 update: allow -c to jump branches if clean
Matt Mackall <mpm@selenic.com> [Wed, 22 Jul 2009 17:59:11 -0500] rev 9187
update: allow -c to jump branches if clean
Wed, 22 Jul 2009 17:53:23 -0500 subrepo: use '/' for joining non-local paths
Matt Mackall <mpm@selenic.com> [Wed, 22 Jul 2009 17:53:23 -0500] rev 9186
subrepo: use '/' for joining non-local paths
Wed, 22 Jul 2009 00:28:37 -0500 fetch: drop force arg for commit (issue1752)
Matt Mackall <mpm@selenic.com> [Wed, 22 Jul 2009 00:28:37 -0500] rev 9185
fetch: drop force arg for commit (issue1752) This appears to be unneeded and forces fetch commits to examine clean files.
Wed, 22 Jul 2009 15:26:27 -0700 Fix issue1679: path reconstruction in hgwebdir was mangling things badly
Bryan O'Sullivan <bos@serpentine.com> [Wed, 22 Jul 2009 15:26:27 -0700] rev 9184
Fix issue1679: path reconstruction in hgwebdir was mangling things badly
Wed, 22 Jul 2009 22:50:34 +0200 do not translate commit messages
Martin Geisler <mg@lazybytes.net> [Wed, 22 Jul 2009 22:50:34 +0200] rev 9183
do not translate commit messages It is not very helpful to have 'Added tag %s for changeset %s' and similar messages translated into different languages when people work together using different locales. We now use English strings without support for translations. If needed, the user can still supply a custom string for most commands.
Tue, 21 Jul 2009 12:06:32 +0200 hgignore.5: expanded description
Martin Geisler <mg@lazybytes.net> [Tue, 21 Jul 2009 12:06:32 +0200] rev 9182
hgignore.5: expanded description - explain that .hgignore must be created manually - hint that it is typically put under revision control
Mon, 20 Jul 2009 19:18:38 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Mon, 20 Jul 2009 19:18:38 -0500] rev 9181
Merge with stable
Sun, 19 Jul 2009 21:15:40 +0200 merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 19 Jul 2009 21:15:40 +0200] rev 9180
merge with -stable
Sun, 19 Jul 2009 18:44:20 +0200 Update win32 build instructions for rst2html
Patrick Mezard <pmezard@gmail.com> [Sun, 19 Jul 2009 18:44:20 +0200] rev 9179
Update win32 build instructions for rst2html
Sun, 19 Jul 2009 18:28:43 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 19 Jul 2009 18:28:43 +0200] rev 9178
Merge with crew-stable
Mon, 20 Jul 2009 19:15:44 -0500 Merge with crew-stable
Matt Mackall <mpm@selenic.com> [Mon, 20 Jul 2009 19:15:44 -0500] rev 9177
Merge with crew-stable
Sun, 19 Jul 2009 18:59:19 +0200 graphlog: fix incoming with local repo (issue1731)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 19 Jul 2009 18:59:19 +0200] rev 9176
graphlog: fix incoming with local repo (issue1731)
Sun, 19 Jul 2009 18:23:37 +0200 Mention GnuWin32 gettext in win32 build instructions
Patrick Mezard <pmezard@gmail.com> [Sun, 19 Jul 2009 18:23:37 +0200] rev 9175
Mention GnuWin32 gettext in win32 build instructions
Tue, 14 Jul 2009 22:38:12 -0400 Fix test-demandimport and test-trusted under Windows
James Abbatiello <abbeyj at gmail.com> [Tue, 14 Jul 2009 22:38:12 -0400] rev 9174
Fix test-demandimport and test-trusted under Windows The Windows-only wrapper around stdout is causing both of these tests to fail. test-demandimport fails because it tries to print repr(sys.stdout). Use stderr instead since that is not wrapped. test-trusted fails because the wrapper doesn't handle softspace and an unexpected extra space gets printed.
Fri, 17 Jul 2009 11:52:53 -0500 Merge with crew-stable
Matt Mackall <mpm@selenic.com> [Fri, 17 Jul 2009 11:52:53 -0500] rev 9173
Merge with crew-stable
Sat, 18 Jul 2009 22:28:28 +0200 doc: update README with links to Docutils
Martin Geisler <mg@lazybytes.net> [Sat, 18 Jul 2009 22:28:28 +0200] rev 9172
doc: update README with links to Docutils
Fri, 17 Jul 2009 20:52:21 +0200 hg: better wrapping of string literal
Martin Geisler <mg@lazybytes.net> [Fri, 17 Jul 2009 20:52:21 +0200] rev 9171
hg: better wrapping of string literal
Sat, 18 Jul 2009 12:41:49 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Sat, 18 Jul 2009 12:41:49 -0500] rev 9170
Merge with crew
Fri, 17 Jul 2009 16:01:19 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Fri, 17 Jul 2009 16:01:19 +0200] rev 9169
Merge with crew-stable
Fri, 17 Jul 2009 13:31:12 +0200 convert/svn: fix backtrace in tags discovery (issue1742)
Patrick Mezard <pmezard@gmail.com> [Fri, 17 Jul 2009 13:31:12 +0200] rev 9168
convert/svn: fix backtrace in tags discovery (issue1742)
Thu, 16 Jul 2009 21:05:24 -0700 Merge with hg
Brendan Cully <brendan@kublai.com> [Thu, 16 Jul 2009 21:05:24 -0700] rev 9167
Merge with hg
Sat, 18 Jul 2009 12:34:38 -0500 changelog: move delayopener outside of class to eliminate reference cycle
Matt Mackall <mpm@selenic.com> [Sat, 18 Jul 2009 12:34:38 -0500] rev 9166
changelog: move delayopener outside of class to eliminate reference cycle
Sat, 18 Jul 2009 11:26:35 -0500 changelog: swap opener to switch delay modes
Matt Mackall <mpm@selenic.com> [Sat, 18 Jul 2009 11:26:35 -0500] rev 9165
changelog: swap opener to switch delay modes
Sat, 18 Jul 2009 11:25:55 -0500 changelog: factor out _delayname
Matt Mackall <mpm@selenic.com> [Sat, 18 Jul 2009 11:25:55 -0500] rev 9164
changelog: factor out _delayname
Sat, 18 Jul 2009 11:25:54 -0500 changelog: _delaycount -> _divert
Matt Mackall <mpm@selenic.com> [Sat, 18 Jul 2009 11:25:54 -0500] rev 9163
changelog: _delaycount -> _divert
Thu, 16 Jul 2009 23:25:26 +0200 doc: link man pages to one another
Martin Geisler <mg@lazybytes.net> [Thu, 16 Jul 2009 23:25:26 +0200] rev 9162
doc: link man pages to one another
Thu, 16 Jul 2009 23:25:26 +0200 doc: fixup font markup in man pages
Martin Geisler <mg@lazybytes.net> [Thu, 16 Jul 2009 23:25:26 +0200] rev 9161
doc: fixup font markup in man pages This exposed a bug in rst2man where it neglects to escape a literal backslash. A patch has been applied upstream, but not yet packaged in, say, Debian unstable. A forward-compatible work-around has therefore been put in place.
Thu, 16 Jul 2009 23:25:26 +0200 help: fix bad indentation in template filters list
Martin Geisler <mg@lazybytes.net> [Thu, 16 Jul 2009 23:25:26 +0200] rev 9160
help: fix bad indentation in template filters list The indentation showed up in the hg.1.html file.
Thu, 16 Jul 2009 23:25:26 +0200 doc: add newline after literal blocks in man pages
Martin Geisler <mg@lazybytes.net> [Thu, 16 Jul 2009 23:25:26 +0200] rev 9159
doc: add newline after literal blocks in man pages The rst2man writer leaves no space between a literal block and the following paragraph. This patch corrects this. It has also been applied upstream. This does not conflict with this change since any number of newlines can be added without effecting the rendered man page.
Thu, 16 Jul 2009 23:25:26 +0200 doc: use reStructuredText for man and HTML pages
Martin Geisler <mg@lazybytes.net> [Thu, 16 Jul 2009 23:25:26 +0200] rev 9158
doc: use reStructuredText for man and HTML pages The Makefile now requires the rst2html and rst2man programs. Both can be found in Debian testing or downloaded from the Docutils homepage: http://docutils.sf.net/ http://docutils.sf.net/sandbox/manpage-writer/ The new HTML and man pages no longer contain huge amounts of un-wrapping literal blocks, thanks to how snippets of reStructuredText can easily be included inside other reStructuredText documents. The HTML pages now have anchors for all sections, including the help topics in hgrc.1 which were missing from the old HTML pages.
Thu, 16 Jul 2009 23:25:26 +0200 commands: use minirst parser when displaying help
Martin Geisler <mg@lazybytes.net> [Thu, 16 Jul 2009 23:25:26 +0200] rev 9157
commands: use minirst parser when displaying help
Thu, 16 Jul 2009 23:25:25 +0200 minimal reStructuredText parser
Martin Geisler <mg@lazybytes.net> [Thu, 16 Jul 2009 23:25:25 +0200] rev 9156
minimal reStructuredText parser
Thu, 16 Jul 2009 23:25:25 +0200 util: wrap at termwidth-2 by default
Martin Geisler <mg@lazybytes.net> [Thu, 16 Jul 2009 23:25:25 +0200] rev 9155
util: wrap at termwidth-2 by default
Thu, 16 Jul 2009 15:40:13 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Thu, 16 Jul 2009 15:40:13 -0500] rev 9154
Merge with stable
Thu, 16 Jul 2009 14:49:52 -0500 Add ui.progress API
Matt Mackall <mpm@selenic.com> [Thu, 16 Jul 2009 14:49:52 -0500] rev 9153
Add ui.progress API
Thu, 16 Jul 2009 10:41:19 -0400 tags: support 'instant' tag retrieval (issue548)
Greg Ward <greg-hg@gerg.ca> [Thu, 16 Jul 2009 10:41:19 -0400] rev 9152
tags: support 'instant' tag retrieval (issue548) - modify _readtagcache() and _writetagcache() to read/write tag->node mapping for global tags - if (and only if) tip unchanged, use that cached mapping to avoid reading any revisions of .hgtags - change so tag names are UTF-8 in memory in tags.py, and converted to local encoding as late as possible (in localrepository._findtags())
Thu, 16 Jul 2009 10:39:42 -0400 tags: implement persistent tag caching (issue548).
Greg Ward <greg-hg@gerg.ca> [Thu, 16 Jul 2009 10:39:42 -0400] rev 9151
tags: implement persistent tag caching (issue548). - rename findglobaltags() to findglobaltags1() (so the "no cache" implementation is still there if we need it) - add findglobaltags2() and make findglobaltags() an alias for it (disabling tag caching is a one-line patch) - factor out tagcache class with methods readcache() and writecache(); the expensive part of tag finding (iterate over heads and find .hgtags filenode) is now in tagcache.readcache()
Thu, 16 Jul 2009 10:39:41 -0400 localrepo: add destroyed() method for strip/rollback to use (issue548).
Greg Ward <greg-hg@gerg.ca> [Thu, 16 Jul 2009 10:39:41 -0400] rev 9150
localrepo: add destroyed() method for strip/rollback to use (issue548).
Thu, 16 Jul 2009 10:39:41 -0400 Factor tags module out of localrepo (issue548).
Greg Ward <greg-hg@gerg.ca> [Thu, 16 Jul 2009 10:39:41 -0400] rev 9149
Factor tags module out of localrepo (issue548). Currently only handles reading tags, and will soon grow support for tag caching. Could eventually deal with updating tags too.
Thu, 16 Jul 2009 10:39:41 -0400 localrepo: factor updatetags() out of readtags() (issue548).
Greg Ward <greg-hg@gerg.ca> [Thu, 16 Jul 2009 10:39:41 -0400] rev 9148
localrepo: factor updatetags() out of readtags() (issue548).
Thu, 16 Jul 2009 10:39:41 -0400 localrepo: improve readability of _findtags(), readtags() (issue548).
Greg Ward <greg-hg@gerg.ca> [Thu, 16 Jul 2009 10:39:41 -0400] rev 9147
localrepo: improve readability of _findtags(), readtags() (issue548). - rename many local variables - add some comments - refactor call to line.split() (catch ValueError rather than checking length of return value: one less local variable)
(0) -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip