log

age author description
Tue, 26 May 2009 22:59:52 +0200 Martin Geisler replace "i in range(len(xs))" with "i, x in enumerate(xs)"
Tue, 26 May 2009 22:37:26 +0200 Martin Geisler util: simplify range expression
Tue, 26 May 2009 22:09:39 +0200 Martin Geisler color: cleanup extra commas
Tue, 26 May 2009 22:02:10 +0200 Martin Geisler setup: execute hg in C locale
Tue, 26 May 2009 21:13:21 +0200 Martin Geisler setup: handle trust warnings when determining version
Tue, 26 May 2009 21:07:41 +0200 Martin Geisler setup: renamed l, e vars to out, err
Tue, 26 May 2009 20:12:37 +0200 Martin Geisler hggettext: ensure correct Mercurial is imported
Tue, 26 May 2009 19:51:22 +0200 Martin Geisler Makefile: do not create i18n/, it is already there
Mon, 25 May 2009 23:06:11 +0200 Martin Geisler replace xrange(0, n) with xrange(n)
Mon, 25 May 2009 22:54:16 +0200 Martin Geisler color: replace re.split with ui.configlist
Mon, 25 May 2009 22:44:53 +0200 Martin Geisler color: use lists instead of tuples for effects
Tue, 26 May 2009 10:16:17 +0200 Dirkjan Ochtman hgweb: extract config values after reading webdir-config
Mon, 25 May 2009 18:34:35 +0200 Dirkjan Ochtman tests: make coverage run in parallel mode, clean up coverage code
Mon, 25 May 2009 13:52:09 +0200 Benoit Boissinot revlog: fix undefined variable introduced in 5726bb290bfe
Sun, 24 May 2009 22:17:10 +0200 Cédric Duval parentrevspec: remove a trailing colon
Sun, 24 May 2009 22:17:12 +0200 Cédric Duval purge: fix spelling error
Sun, 24 May 2009 23:53:28 +0200 Martin Geisler zsh-comp: explain how to use for non-global install
Sun, 24 May 2009 22:37:20 +0200 Martin Geisler use ui instead of repo.ui when the former is in scope
Sun, 24 May 2009 16:38:29 -0500 Matt Mackall cmdutils: Take over glob expansion duties from util
Sun, 24 May 2009 16:37:34 -0500 Matt Mackall match: fix _patsplit breakage with drive letters
Sun, 24 May 2009 18:31:01 +0200 Patrick Mezard statichttprepo: handle remote not supporting Range headers
Sun, 24 May 2009 18:30:59 +0200 Patrick Mezard convert: better feedback when filtering out empty revisions
Thu, 21 May 2009 17:09:12 +0900 Nicolas Dumazet inotify: server: use a common 'pollable' interface for server & repowatcher
Thu, 21 May 2009 19:26:15 +0900 Nicolas Dumazet inotify: process all inotify events in one batch
Thu, 21 May 2009 19:22:29 +0900 Nicolas Dumazet inotify: rename handle_event to handle_pollevent to avoid confusion
Thu, 21 May 2009 16:54:05 +0900 Nicolas Dumazet inotify: handle_event: do not use event and fd parameters.
Fri, 22 May 2009 10:26:56 +0900 Nicolas Dumazet inotify: use a decorator instead of dispatching calls
Fri, 22 May 2009 09:57:53 +0900 Nicolas Dumazet inotify: do not defer inotify events processing
Thu, 21 May 2009 15:55:58 +0900 Nicolas Dumazet inotify: do not recurse in handle_timeout(): call it explicitely, not in scan()
Sun, 24 May 2009 17:07:27 +0200 Henrik Stuart i18n-da: typo
Sun, 24 May 2009 16:33:22 +0200 Benoit Boissinot merge with crew
Tue, 31 Mar 2009 00:04:07 +0900 Dmitriy Kostunin inotify: adding test for issue1556
Sat, 23 May 2009 18:44:01 +0900 Nicolas Dumazet inotify: proper fix for issue1542 (partially reverting 67e59a9886d5)
Sun, 24 May 2009 18:43:05 +0900 Nicolas Dumazet inotify: server: refactor updatestatus()
Sun, 24 May 2009 16:27:56 +0200 Patrick Mezard convert: deprecate external cvsps, to be removed in 1.4
Sun, 24 May 2009 16:27:50 +0200 Patrick Mezard osutil: silence uninitialized variable warning
Sun, 24 May 2009 16:27:37 +0200 Patrick Mezard convert/hg: update documentation
Sun, 24 May 2009 16:16:46 +0200 Henrik Stuart i18n-da: better word for "check"
Sun, 24 May 2009 16:14:32 +0200 Henrik Stuart i18n-da: fixed use of plural form for parent
Sun, 24 May 2009 15:20:04 +0200 Henrik Stuart i18n-da: better Danish word for "entry"
Tue, 19 May 2009 09:36:20 +0200 Simon Heimberg runtest: do not start testing when there is no test
Sun, 24 May 2009 11:41:07 +0200 Henrik Stuart templatefilters: add filter to convert date to local date (issue1674)
Fri, 22 May 2009 08:56:43 +0200 Henrik Stuart url: use CONNECT for HTTPS connections through HTTP proxy (issue967)
Thu, 14 May 2009 19:54:26 +0200 Simon Heimberg dirstate: skip step 3 in walk if nothing new will match
Thu, 14 May 2009 10:50:45 +0200 Simon Heimberg dirstate: set more states in step 1 of walk
Sun, 24 May 2009 02:56:22 -0500 Matt Mackall match: fold match into _match base class
Sun, 24 May 2009 02:56:20 -0500 Matt Mackall match: add exact flag to match() to unify all match forms
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: redefine always and never in terms of match and exact
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: fold _globprefix into _roots
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: optimize escaping in _globre
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: remove head and tail args from _globre
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: fold _matcher into match.__init__
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: rename _matchfn to _buildmatch
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: optimize _patsplit
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: tweak some names
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: simplify _matcher
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: split up _normalizepats
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: optimize _globprefix
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: unnest functions in _matcher
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: kill unused defaults on _globre
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: kill test in matchfn
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: refactor matchfn generation
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: move util match functions over
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall util: privatize globre
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: refactor patkind
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: add some default args
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: change all users of util.matcher to match.match
Sat, 23 May 2009 17:04:41 +0200 Sune Foldager tests: add tests for new pre-push logic (issue736)
Sat, 23 May 2009 17:04:31 +0200 Sune Foldager named branches: improve pre-push logic (issue736)
Sat, 23 May 2009 17:03:51 +0200 Henrik Stuart named branches: client branchmap wire protocol support (issue736)
Sat, 23 May 2009 17:02:49 +0200 Henrik Stuart named branches: server branchmap wire protocol support (issue736)
Sun, 24 May 2009 02:56:03 -0500 Matt Mackall Merge with -stable
Sat, 23 May 2009 12:31:28 -0500 Matt Mackall Merge with crew-stable
Sat, 23 May 2009 19:57:25 +0200 Henrik Stuart windows: make openhardlinks work
Sat, 23 May 2009 11:53:23 -0500 Matt Mackall revlog: fix reading of larger revlog indices on Windows
Fri, 08 May 2009 12:19:57 +0900 Nicolas Dumazet inotify: Removing the unnecessary "inotifyserver" class variable.
Wed, 06 May 2009 01:40:03 +0900 Nicolas Dumazet inotify: set a flag so a failed inotify query doesn't get repeated.
Wed, 22 Apr 2009 00:37:35 +0900 Nicolas Dumazet inotify: introduce debuginotify, which lists which paths are under watch
Wed, 22 Apr 2009 00:23:40 +0900 Nicolas Dumazet inotify: put STAT-specific query answer generation part in its own method
Fri, 17 Apr 2009 20:10:47 +0900 Nicolas Dumazet inotify: change protocol so that different query types can be supported.
Tue, 07 Apr 2009 19:30:01 +0900 Nicolas Dumazet inotify: Separate query sending logic from Server starting.
Tue, 07 Apr 2009 18:39:34 +0900 Nicolas Dumazet inotify: modular architecture for inotify clients
Sat, 23 May 2009 13:43:11 +0200 Martin Geisler setup: another newline if version could not be established.
Sat, 23 May 2009 00:24:00 +0200 Martin Geisler setup: add missing newline in warning
Fri, 22 May 2009 21:03:06 +0200 Jeremy Whitlock setup: read .hg_archival.txt for version info (issue1670)
Fri, 22 May 2009 14:26:58 +0200 Christian Ebert setup.py: subprocess instead of os.popen, sys.stderr.write instead of print
Fri, 22 May 2009 20:19:22 +0200 Ori Avtalion gendoc: add missing space in command synopsis
Fri, 22 May 2009 11:42:21 -0500 Steve Borho merge: give hint as to how to discover uncommitted changes
Fri, 22 May 2009 18:57:53 +0200 Ori Avtalion commands: standardize parents command meta data
Thu, 21 May 2009 23:56:15 +0200 Martin Geisler i18n-da: synchronized
Thu, 21 May 2009 23:43:13 +0200 Martin Geisler i18n: accurately generate hg.pot
Thu, 21 May 2009 22:53:26 +0200 Martin Geisler hgcia, convert: escape backslashes in docstrings
Thu, 21 May 2009 17:36:19 +0200 Martin Geisler commands: remove unnecessary quotes in backout help
Thu, 21 May 2009 22:43:38 +0200 Patrick Mezard test-merge-tools: windows fixes
Thu, 21 May 2009 20:59:36 +0200 Patrick Mezard ui: honor interactive=off even if isatty()
Thu, 21 May 2009 22:41:18 +0200 Patrick Mezard Merge with crew-stable
Thu, 21 May 2009 20:32:45 +0200 Patrick Mezard hgwebdir: fix [collections] evaluation under Windows
Wed, 20 May 2009 12:20:27 +0200 Martin Geisler cmdutil: mark string for translation
Wed, 20 May 2009 10:50:23 +0200 Martin Geisler util: use "is" for True/False/None comparisons
Wed, 20 May 2009 21:16:04 +0200 Benoit Boissinot remove: warn if unversionned files are specified (issue1454)
Wed, 20 May 2009 19:37:25 +0200 Benoit Boissinot fetch: allow -r for remote repos
Wed, 20 May 2009 18:35:47 +0200 Benoit Boissinot filelog encoding: move the encoding/decoding into store
Wed, 20 May 2009 18:35:41 +0200 Benoit Boissinot store: refactor the fncache handling
Wed, 20 May 2009 16:04:37 +0200 Jeremy Whitlock hgweb: make hgwebdir handle dict/list paths the same as config paths
Wed, 20 May 2009 02:08:53 +0200 Benoit Boissinot workingfilectx: always use the same filelog, even for renames
Wed, 20 May 2009 00:52:46 +0200 Martin Geisler use 'x is None' instead of 'x == None'
Wed, 20 May 2009 00:43:23 +0200 Martin Geisler patch: simplify Boolean expression slightly
Tue, 05 May 2009 10:29:34 +0200 Simon Heimberg mq: new method invalidate
Mon, 04 May 2009 03:35:42 +0200 Simon Heimberg mq: only read files when needed
Tue, 19 May 2009 23:02:17 +0200 Martin Geisler tests: replace #...# syntax with {...}
Fri, 15 May 2009 09:43:30 +0200 Simon Heimberg match: use self.exact instead of lambda
Thu, 14 May 2009 19:47:52 +0200 Simon Heimberg dirstate: use quicker matchfn() instead of match() everywhere
Tue, 19 May 2009 15:10:45 +0200 Dirkjan Ochtman patchbomb: don't localize Date headers
Tue, 19 May 2009 14:14:07 +0200 Benoit Boissinot alias: a0104303f400 did not correctly handle whitespace in the args
Tue, 19 May 2009 03:59:58 +0200 Benoit Boissinot update --clean: do not unlink added files (issue575)
Sun, 17 May 2009 16:25:48 +0200 Martin Geisler templater: lowercase error message
Tue, 19 May 2009 09:57:06 +0200 Simon Heimberg util: use set instead of dict
Tue, 19 May 2009 11:39:12 +0200 Benoit Boissinot localrepo: update commit*() docstrings
Tue, 19 May 2009 01:37:38 +0200 Cédric Duval patchbomb: with --in-reply-to, still thread message under first in series
Tue, 19 May 2009 01:17:54 +0200 Martin Geisler merge with mpm