Sat, 19 Jun 2010 17:56:52 -0500 Matt Mackall parser: improve infix error checking
Sat, 19 Jun 2010 12:51:57 +0200 Georg Brandl transplant: when reading journal, treat only lines starting with "# " special like patch.extract() does
Sun, 20 Jun 2010 14:21:47 -0500 Matt Mackall revrange: fix up empty query again
Tue, 08 Jun 2010 17:56:57 +0200 Peter Arrenbrecht revset: add some tests
Fri, 21 May 2010 12:51:55 +0300 timeless Explain trust near hgrc in config help
Wed, 16 Jun 2010 17:43:35 +0200 Mads Kiilerich test-import: test git patch import with strip
Sat, 19 Jun 2010 13:00:08 -0500 Matt Mackall revset: fix up contains/getstring when no args passed
Sat, 19 Jun 2010 13:00:01 -0500 Matt Mackall revrange: attempt to parse old-style queries as a first pass
Sat, 19 Jun 2010 12:22:35 -0500 Matt Mackall revset: allow extended characters in symbols
Sat, 19 Jun 2010 19:16:11 +0200 Martin Geisler i18n: fix translation of empty paragraphs
Tue, 15 Jun 2010 13:04:22 -0400 Greg Ward extensions: recommend against using wrapfunction for repo methods
Sat, 19 Jun 2010 17:19:15 +0200 Martin Geisler i18n-zh_TW: split messages into paragraphs
Sat, 19 Jun 2010 17:19:15 +0200 Martin Geisler i18n-zh_CN: split messages into paragraphs
Sat, 19 Jun 2010 17:19:15 +0200 Martin Geisler i18n-sv: split messages into paragraphs
Sat, 19 Jun 2010 17:19:15 +0200 Martin Geisler i18n-pt_BR: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-ja: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-it: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-fr: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-el: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-de: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-da: split messages into paragraphs
Sat, 19 Jun 2010 17:06:11 +0200 Martin Geisler Merge with hg-i18n
Tue, 06 Apr 2010 22:30:50 -0300 Wagner Bruna i18n: translate each paragraph separately
Thu, 17 Jun 2010 20:10:34 -0300 Wagner Bruna i18n: script for splitting large messages on .po/.pot files
Sat, 19 Jun 2010 16:52:25 +0200 Martin Geisler i18n: patch polib.unescape
Thu, 17 Jun 2010 20:10:34 -0300 Wagner Bruna i18n: import polib 0.5.2 (rev b0ab301cfdcc)
Fri, 18 Jun 2010 15:22:56 +0200 Martin Geisler i18n-da: remove spurious \n
Fri, 18 Jun 2010 17:34:13 -0500 Matt Mackall revset: nicer exception for empty queries
Fri, 18 Jun 2010 21:35:21 +0200 Martin Geisler commands: advertise "hg help revsets" in help for log
Fri, 18 Jun 2010 21:31:19 +0200 Martin Geisler revset: all your error messages are belong to _
Thu, 17 Jun 2010 17:21:39 +0300 Martin Geisler help: new revsets topic
Fri, 18 Jun 2010 20:06:32 +0200 Martin Geisler Merge with main
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.
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip