Fri, 18 Jun 2010 10:45:40 -0700 Lee Cantey Ignore mercurial.egg-info build output
Thu, 17 Jun 2010 15:54:26 -0500 Matt Mackall bookmarks: add support for push --bookmark to export bookmarks
Thu, 17 Jun 2010 14:26:23 -0500 Matt Mackall bookmarks: add support for pull --bookmark to import remote bookmarks
Thu, 17 Jun 2010 15:51:27 +0200 Dirkjan Ochtman patch: inline small, single-use 'write' function
Thu, 17 Jun 2010 15:50:35 +0200 Dirkjan Ochtman patch: inline small, single-use 'close' function
Thu, 17 Jun 2010 15:53:26 +0200 Dirkjan Ochtman mq: __str__ falls back to __repr__
Thu, 17 Jun 2010 12:22:21 -0500 Matt Mackall bookmarks: update known bookmarks on the target on push
Thu, 17 Jun 2010 12:10:47 -0500 Matt Mackall bookmarks: pull known bookmarks from server that are newer
Thu, 17 Jun 2010 11:01:51 -0500 Matt Mackall bookmarks: add pushkey server-side support
Wed, 16 Jun 2010 16:05:47 -0500 Matt Mackall pushkey: add debugpushkey command for testing
Wed, 16 Jun 2010 16:05:19 -0500 Matt Mackall pushkey: add http support
Wed, 16 Jun 2010 16:05:13 -0500 Matt Mackall pushkey: add ssh support
Wed, 16 Jun 2010 16:04:46 -0500 Matt Mackall pushkey: add localrepo support
Wed, 16 Jun 2010 16:04:44 -0500 Matt Mackall pushkey: add pushkey core
Wed, 16 Jun 2010 15:01:09 -0500 Matt Mackall sshrepo: sort arguments
Wed, 16 Jun 2010 22:00:02 -0400 Greg Ward mq: make 'qdelete <patchidx>' work again.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha bdiff.c: Added support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha diffhelpers.c: Added support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha base85.c: Added support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha parsers.c: Added support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha mpatch.c: Added preliminary support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha osutil.c: Support for py3k added.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha util.h: Utility macros for handling different Python APIs.
Wed, 16 Jun 2010 12:22:14 +0200 Martin Geisler relink: ensure deterministic directory walk in collect
Wed, 16 Jun 2010 15:20:22 +0530 Faheem Mitha help: add "glossary" topic
Thu, 10 Jun 2010 15:35:06 +0200 timeless relink/progress: Adding progress for collecting stage
Thu, 10 Jun 2010 13:09:50 +0200 timeless relink/progress: Adding progress for pruning stage
Mon, 14 Jun 2010 16:06:52 -0400 Greg Ward merge: when current branch has 1 or > 2 heads, actually abort.
Tue, 15 Jun 2010 16:10:32 -0400 Greg Ward tags: remove inactive debugging code.
Tue, 15 Jun 2010 15:02:54 -0400 Greg Ward tags: remove the old non-caching implementation of findglobaltags().
Tue, 15 Jun 2010 17:15:31 +0200 Christian Ebert keyword: postpone manifest calculation in kwtemplater.overwrite
Sun, 13 Jun 2010 23:25:27 +0200 Georg Brandl revset: fix call to ctx.extra() in closed()
Tue, 15 Jun 2010 11:05:17 +0200 Martin Geisler p4: fix long line and bad spacing around %
Mon, 14 Jun 2010 16:38:36 +0100 Frank Kingswood Fix shell quoting on p4 conversion
Mon, 14 Jun 2010 13:39:00 -0400 Greg Ward tests: rename test-merge3 to test-add-remove.
Tue, 15 Jun 2010 10:01:55 +0200 Martin Geisler check-code: reformat long lines
Tue, 15 Jun 2010 10:00:07 +0200 Martin Geisler dagparser: replace format with str
Tue, 15 Jun 2010 09:55:59 +0200 Martin Geisler check-code: catch format(), introduced in Python 2.6
Tue, 15 Jun 2010 09:53:50 +0200 Martin Geisler commands: get rid of generic exception in debugbuilddag
Tue, 15 Jun 2010 09:51:52 +0200 Martin Geisler check-code: fix check for any/all function
Mon, 14 Jun 2010 16:56:20 -0300 Renato Cunha hgext/zeroconf/__init__.py: Separate relative and absolute imports.
Fri, 11 Jun 2010 15:30:12 -0500 Matt Mackall revset: improve filter argument handling
Fri, 11 Jun 2010 18:54:10 +0200 Martin Geisler commands: format is a Python2.6 function
Thu, 10 Jun 2010 11:49:48 +0200 Peter Arrenbrecht debugbuilddag: build a changelog dag from a concise description
Thu, 10 Jun 2010 11:48:45 +0200 Peter Arrenbrecht debugdag and debugindexdag: emit changelog/revlog DAGs as concise text
Thu, 10 Jun 2010 11:48:15 +0200 Peter Arrenbrecht dagparser: parses and formats DAGs as concise text
Thu, 10 Jun 2010 15:30:15 -0500 Matt Mackall tests: fix up webraw encoding
Thu, 10 Jun 2010 15:23:31 -0500 Matt Mackall strip: backup bundles should use the .hg extension
Wed, 09 Jun 2010 12:41:44 -1000 Julian Cowley hgweb: specify a charset when sending raw text files
Wed, 09 Jun 2010 16:39:25 -0500 Matt Mackall summary: report copies and renames
Thu, 10 Jun 2010 09:32:19 -0700 Chad Dombrova provide pre- and post- hooks with parsed command line arguments.
Wed, 09 Jun 2010 16:25:28 -0500 Matt Mackall tests: fix some branch head fallout
Mon, 07 Jun 2010 15:34:48 +0200 Dan Villiom Podlaski Christiansen pager: set ui.formatted() prior to redirecting stdout.
Mon, 07 Jun 2010 15:33:03 +0200 Dan Villiom Podlaski Christiansen mq: use ui.formatted() instead of ui.plain().
Mon, 07 Jun 2010 15:28:54 +0200 Dan Villiom Podlaski Christiansen color: use ui.formatted().
Mon, 07 Jun 2010 16:14:12 +0200 Dan Villiom Podlaski Christiansen ui: document the formatted(), interactive() & plain() functions.
Mon, 07 Jun 2010 14:59:52 +0200 Dan Villiom Podlaski Christiansen ui: add ui.formatted configuration variable and accessor function.
Thu, 10 Jun 2010 17:10:05 +0200 Martin Geisler revlog: fix inconsistent comment formatting
Thu, 10 Jun 2010 12:46:09 +0200 Sune Foldager improve --branch processing (and differentiate from # syntax)
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip