Sat, 29 Jun 2013 19:11:24 +0200 Martin Geisler i18n-el: add missing indention for literal block stable
Mon, 24 Jun 2013 00:00:53 -0400 timeless i18n-el: remove extra newline stable
Sun, 23 Jun 2013 14:19:37 -0400 timeless i18n-el: remove duplicate paragraphs stable
Mon, 24 Jun 2013 00:11:28 -0400 timeless i18n-zh_CN: remove duplicate paragraphs stable
Sun, 23 Jun 2013 18:30:10 -0400 timeless i18n-zh_CN: add missing literal blocks stable
Sun, 23 Jun 2013 18:27:17 -0400 timeless i18n-zh_CN: remove duplicate paragraphs stable
Sun, 23 Jun 2013 18:10:02 -0400 timeless i18n-ru: spell "ElementTree" correctly stable
Sun, 23 Jun 2013 17:40:03 -0400 timeless i18n-ru: fix translated config section stable
Sun, 30 Jun 2013 14:56:04 -0500 Matt Mackall merge with crew
Wed, 26 Jun 2013 23:12:55 +0200 Simon Heimberg tests: simplify and document the sorting of pyflake messages
Tue, 25 Jun 2013 13:23:12 -0700 Durham Goode bundle: move file chunk generation to it's own function
Tue, 18 Jun 2013 13:05:16 -0700 Durham Goode parents: change parents command to use filectx
Fri, 28 Jun 2013 16:58:31 -0700 Siddharth Agarwal update: remove .hg/graftstate on clean (issue3970) stable
Wed, 26 Jun 2013 12:04:57 -0300 Wagner Bruna i18n-pt_BR: synchronized with b500a663a2c7 stable
Tue, 25 Jun 2013 21:02:22 +0400 Alexander Plavin templater: add strip function with chars as an extra argument
Mon, 24 Jun 2013 14:02:01 -0400 Augie Fackler Merge with main.
Mon, 17 Jun 2013 19:44:00 -0700 Durham Goode revlog: add exception when linkrev == nullrev
Fri, 21 Jun 2013 15:31:40 -0500 Matt Mackall merge with stable
Mon, 17 Jun 2013 19:44:00 -0700 Durham Goode revlog: add exception when linkrev == nullrev
Wed, 19 Jun 2013 14:17:03 -0500 Matt Mackall changegroup: fix fastpath during commit
Wed, 05 Jun 2013 22:41:53 +0200 Simon Heimberg tests: do not print hgrc in test
Thu, 13 Jun 2013 01:37:02 +0200 Simon Heimberg contrib: delete setup3k in favor of setup --c2to3
Thu, 13 Jun 2013 01:36:58 +0200 Simon Heimberg cleanup: remove unused imports
Thu, 13 Jun 2013 01:44:02 +0200 simon tests: check-code more python files without py extension
Fri, 14 Jun 2013 15:28:40 -0400 Augie Fackler dummyssh: fix check-code nit
Wed, 19 Jun 2013 23:05:40 -0700 Siddharth Agarwal test-pathencode: randomize length of each path component stable
Wed, 19 Jun 2013 23:01:22 -0700 Siddharth Agarwal test-pathencode: reduce makepart length requirement by 1 stable
Wed, 19 Jun 2013 22:34:34 -0700 Siddharth Agarwal pathencode: fix hashmangle short dir limit (issue3958) stable
Thu, 20 Jun 2013 14:06:11 -0500 Matt Mackall docs: change description to synopsis in hgrc.5 stable
Tue, 11 Jun 2013 23:39:48 +0200 simon run-tests: sort missing files first instead of raising an error
Thu, 30 May 2013 19:29:21 -0700 Durham Goode filectx: remove dependencies on filerev
Sat, 08 Jun 2013 22:37:08 +0200 simon hg: move return statement after finally block
Sun, 09 Jun 2013 16:49:08 +0200 simon run-tests: call Threads constructor with keyword arguments
Sun, 09 Jun 2013 16:42:55 +0200 simon run-tests: ignoring tests works again
Sat, 08 Jun 2013 20:20:14 +0200 Simon Heimberg check-code: introduce function for using re2 when available
Sat, 08 Jun 2013 20:20:14 +0200 Simon Heimberg check-code: compile filters when loading
Sat, 08 Jun 2013 20:20:14 +0200 Simon Heimberg check-code: compile all patterns on initialisation
Sat, 08 Jun 2013 20:20:14 +0200 Simon Heimberg check-code: only fix patterns once
Fri, 07 Jun 2013 16:59:59 -0500 Matt Mackall merge with stable
Thu, 02 May 2013 19:36:47 +0300 Iulian Stana commit: amending with --close-branch (issue3445) stable
Fri, 07 Jun 2013 16:04:11 -0500 Matt Mackall run-tests: simplify interrupted message
Fri, 07 Jun 2013 15:58:14 -0500 Matt Mackall run-tests: remove spurious disable of --time with --debug
Fri, 07 Jun 2013 15:56:16 -0500 Matt Mackall run-tests: always gather runtimes
Wed, 05 Jun 2013 22:05:29 +0200 Simon Heimberg run-tests: when interrupted report time in failure message
Wed, 05 Jun 2013 22:05:02 +0200 Simon Heimberg run-tests: report interrupted tests
Wed, 05 Jun 2013 22:42:43 +0200 Simon Heimberg run-tests: open hgrc file only for writing
Wed, 05 Jun 2013 22:06:16 +0200 Simon Heimberg color: use pythons isinstance method instead of reprogramming it
Wed, 05 Jun 2013 22:06:02 +0200 Simon Heimberg color: only provide the required opt to _modesetup
Thu, 06 Jun 2013 14:05:03 -0400 Jordi GutiƩrrez Hermoso doc: make it easier to read how to enable extensions stable
Thu, 06 Jun 2013 13:37:41 -0400 Jordi GutiƩrrez Hermoso doc: reword "config file" to "configuration file" stable
Thu, 06 Jun 2013 14:40:26 -0500 Matt Mackall run-tests: make --noskips work
Thu, 30 May 2013 18:47:16 -0700 Durham Goode filelog: switch 'not len(filerevlog)' to 'not filerevlog'
Thu, 30 May 2013 19:29:03 -0700 Durham Goode annotate: simplify annotate parent function
Thu, 30 May 2013 19:26:56 -0700 Durham Goode changegroup: move changegroup file adding to a separate function
Thu, 30 May 2013 19:25:55 -0700 Durham Goode log: move log file walk to its own function
Thu, 30 May 2013 17:51:13 -0700 Durham Goode bundle: refactor changegroup prune to be its own function
Thu, 30 May 2013 17:49:37 -0700 Durham Goode filectx: refactor filectx.rev() to use filectx._changeid
Mon, 03 Jun 2013 17:20:45 -0700 Bryan O'Sullivan util: add an optional timestamp parameter to makedate
Mon, 03 Jun 2013 17:20:44 -0700 Bryan O'Sullivan util: rename ct variable in makedate to timestamp
Mon, 03 Jun 2013 17:20:37 -0700 Bryan O'Sullivan merge: add a files method to the mergestate class
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip