Thu, 01 Oct 2009 15:36:45 -0400 Greg Ward dirstate: add/improve method docstrings.
Sun, 20 Sep 2009 22:19:18 +0200 Mads Kiilerich util.system: Use subprocess instead of os.system
Wed, 23 Sep 2009 02:31:09 -0500 David Champion notify: permit suppression of merge changeset notification
Thu, 27 Aug 2009 10:21:32 -0400 Greg Ward Add script to rewrite revlog to workaround lack of parent deltas.
Sun, 16 Aug 2009 11:11:37 +0900 Nicolas Dumazet inotify: use cmdutil.service instead of local daemonizing code
Sun, 16 Aug 2009 11:30:24 +0900 Nicolas Dumazet cmdutil: service: add an optional runargs argument to pass the command to run
Thu, 17 Sep 2009 21:12:32 +0200 Sune Foldager extdiff: add 3-way diff for merge changesets
Wed, 23 Sep 2009 21:29:47 -0500 Kevin Bullock bash_completion: add completions for shelve extension
Thu, 01 Oct 2009 11:40:53 +0200 Adrian Buehlmann doc: clarify license footers
Thu, 01 Oct 2009 17:17:52 +0200 Adrian Buehlmann dirstate: kill dirstate.granularity config option
Wed, 30 Sep 2009 21:42:51 -0500 Matt Mackall Merge with -stable
Wed, 30 Sep 2009 18:47:33 -0500 Matt Mackall subrepo: add auto-pull for merge
Wed, 30 Sep 2009 16:08:11 -0400 Greg Ward streamclone: partially encode filename over the wire, not for local read (issue1847)
Wed, 30 Sep 2009 13:15:18 -0500 Matt Mackall Merge with i18n-stable
Tue, 29 Sep 2009 00:42:14 +0200 Martin Geisler i18n-da: random small strings, only 499 strings left
Tue, 29 Sep 2009 00:23:01 +0200 Martin Geisler Merge with main
Thu, 17 Sep 2009 18:12:53 -0400 Greg Ward commands: tweak help for 'heads'.
Mon, 28 Sep 2009 00:23:44 +0200 Martin Geisler i18n-da: translate addremove, branch, and cat
Sun, 27 Sep 2009 23:56:27 +0200 Martin Geisler i18n-da: synchronized with 744cb8e93936
Tue, 08 Sep 2009 18:11:11 -0300 Wagner Bruna i18n-pt_BR: synchronized with f4f17d5695d2
Tue, 08 Sep 2009 22:58:28 +0200 Martin Geisler Merge with stable
Thu, 13 Aug 2009 20:11:16 +0200 Martin Geisler i18n: merge with pt_BR
Wed, 12 Aug 2009 10:26:17 -0300 Wagner Bruna i18n-pt_BR: synchronized with 73bec717b825
Tue, 29 Sep 2009 01:08:18 +0200 Martin Geisler ui: guard against UnicodeDecodeErrors in ui.wrap
Thu, 01 Oct 2009 00:00:18 +0200 Christian Ebert keyword: uppercase short option for kwfiles --all, like hg status -A
Wed, 30 Sep 2009 23:59:03 +0200 Christian Ebert keyword: make kwfiles -u show untracked files only (like status)
Wed, 30 Sep 2009 23:59:03 +0200 Christian Ebert keyword: make kwfiles --all show unknown files too
Wed, 30 Sep 2009 22:39:56 +0200 Christian Ebert keyword: kwfiles --unknown instead of --untracked
Wed, 30 Sep 2009 14:43:22 -0700 Brendan Cully convert: unbreak non-svn engines
Sat, 26 Sep 2009 00:17:55 +0300 Alexander Solovyov zeroconf: read actual description for repos in hgwebdir
Sat, 26 Sep 2009 00:17:02 +0300 Alexander Solovyov zeroconf: code cleanup, fixing variable names to be meaningful
Mon, 28 Sep 2009 13:21:41 -0700 Bryan O'Sullivan Merge with crew
Mon, 24 Aug 2009 16:30:42 -0700 Bryan O'Sullivan notify: make it possible to pass extra info into templates
Sun, 27 Sep 2009 10:12:02 +0200 Martin Geisler test-gendoc: add tests for all languages
Sun, 27 Sep 2009 10:04:51 +0200 Martin Geisler gendoc: do not wrap encoded string
Sun, 27 Sep 2009 09:39:57 +0200 Martin Geisler test-encoding: make test output easier to follow
Sun, 27 Sep 2009 09:38:53 +0200 Martin Geisler Merge with crew-stable
Sun, 27 Sep 2009 09:34:40 +0200 Martin Geisler test-extension: update test output to match a4f6e4427b65
Sun, 27 Sep 2009 01:44:46 +0200 Martin Geisler util: do not corrupt multi-byte characters in wrap
Wed, 23 Sep 2009 18:56:09 +0200 Sune Foldager push: fix subtle bug in prepush logic
Wed, 23 Sep 2009 15:58:07 +0200 Brodie Rao color: mark --no-color as deprecated (--color=never has the same effect)
Wed, 23 Sep 2009 15:57:25 +0200 Adrian Buehlmann mention overlay bundle file in global --repository option
Wed, 23 Sep 2009 15:54:43 +0200 Dirkjan Ochtman merge with crew-stable
Wed, 23 Sep 2009 15:51:36 +0200 Sune Foldager localrepo: fix bugs in branchheads and add docstring
Wed, 23 Sep 2009 15:36:51 +0200 Peter Ingebretson convert: fix marshalling in P4 convert extension to use a binary stream
Wed, 23 Sep 2009 15:19:26 +0200 Dirkjan Ochtman merge with mpm
Tue, 22 Sep 2009 13:30:32 +0200 Patrick Mezard convert/cvs: update debugcvsps documentation
Sat, 19 Sep 2009 13:55:18 +0200 Martin Geisler Merge with crew-stable
Sat, 19 Sep 2009 13:52:54 +0200 Martin Geisler dispatch: catch ConfigError while constructing ui
Sat, 12 Sep 2009 11:17:07 +0200 Nicolas Dumazet config: abort on indented non-continuation lines (issue1829)
Thu, 17 Sep 2009 22:39:38 -0700 Stuart W Marks hg: say 'hg update' instead of 'hg up' in merge status message
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Fri, 18 Sep 2009 17:37:51 +0200 Martin Geisler Merge with crew-stable (again)
Fri, 18 Sep 2009 21:25:47 +0900 Shun-ichi GOTO win32mbcs: util.normpath should be wrapped.
Fri, 18 Sep 2009 17:23:02 +0200 Martin Geisler Merge with crew-stable
Fri, 18 Sep 2009 21:25:47 +0900 Shun-ichi GOTO win32mbcs: util.normpath should be wrapped.
Thu, 10 Sep 2009 23:15:37 +0200 Christian Ebert test-keyword: run kwdemo before setting up [keyword] files
Sun, 13 Sep 2009 03:04:40 +0300 timeless record: remove superfluous space
Thu, 17 Sep 2009 22:30:45 -0400 Steve Losh contrib/bash_completion: add tab completion for some bookmark commands
Thu, 17 Sep 2009 22:28:47 -0400 Steve Losh bookmarks: support --quiet
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip