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
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip