Wed, 01 Jan 2014 17:57:48 -0500 Augie Fackler import-checker: suppress check-code about any()
Tue, 24 Dec 2013 19:10:04 -0500 Augie Fackler import-checker: use any() and a genexp to avoid awkward for/else construction
Sun, 22 Dec 2013 21:27:00 -0800 Chris Jerdonek import-checker: backout 40f79b9a2cc8 (issue4129)
Sun, 22 Dec 2013 21:20:38 -0800 Chris Jerdonek import-checker: make test-module-imports.t work using virtualenv (issue4129)
Sun, 22 Dec 2013 14:10:26 -0800 Chris Jerdonek import-checker: refactor sys.path prefix check (issue4129)
Tue, 24 Dec 2013 17:44:23 -0500 Pierre-Yves David filter: add a comment so that people do not forget to update subsettable
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao localrepo: remove unused repo.branchtags()/_branchtip() methods
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao hgweb: simplify branches with repo.branchmap().iterbranches()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao hgweb: simplify summary with repo.branchmap().iterbranches()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branches: simplify with repo.branchmap().iterbranches()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao debuglabelcomplete: simplify with repo.branchmap().iterbranches()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branchmap: introduce iterbranches() method
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao localrepo: refactor repo.branchheads() to use repo.branchmap().branchheads()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branchmap: introduce branchheads() method
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao localrepo: refactor repo.branchtip() to use repo.branchmap().branchtip()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branchmap: introduce branchtip() method
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branchmap: cache open/closed branch head information
Mon, 11 Nov 2013 21:16:54 +1100 Stephen Lee bookmarks: allow push -B to create a new remote head (issue2372)
Thu, 21 Nov 2013 15:46:49 -0500 Matthew Turk template: modify showextras to return a hybrid
Fri, 15 Nov 2013 23:18:08 -0500 Brodie Rao branches: avoid unnecessary changectx.branch() calls
Fri, 15 Nov 2013 23:18:08 -0500 Brodie Rao branchmap: add documentation on the branchcache on-disk format
Sun, 17 Nov 2013 18:04:29 -0500 Brodie Rao revlog: allow tuning of the chunk cache size (via format.chunkcachesize)
Sun, 17 Nov 2013 18:04:28 -0500 Brodie Rao revlog: read/cache chunks in fixed windows of 64 KB
Sun, 17 Nov 2013 18:04:28 -0500 Brodie Rao perf: add perfmoonwalk command to walk the changelog backwards
Tue, 03 Dec 2013 13:28:04 -0500 Long Vu largefiles: call super class method with proper kwargs to respect API
Wed, 13 Nov 2013 15:55:30 +0900 FUJIWARA Katsunori subrepo: check phase of state in each subrepositories before committing
Mon, 16 Dec 2013 12:59:32 -0600 Matt Mackall merge with crew
Sat, 14 Dec 2013 12:48:12 -0500 Augie Fackler http: backout 181108726ea5, which breaks on Python 2.4
Sat, 14 Dec 2013 11:58:26 -0500 Augie Fackler test-module-imports: try and detect virtualenv breakage (issue4129)
Mon, 25 Nov 2013 17:18:12 +0100 Stéphane Klein http: reuse authentication info after the first failed request (issue3567)
Thu, 12 Dec 2013 12:25:56 +0530 Prasoon Shukla record: --user/-u now works with record when ui.username not set (issue3857)
Wed, 11 Dec 2013 11:33:58 -0600 Steve Hoelzer help: fix formatting of template example
Fri, 13 Dec 2013 17:23:02 -0600 Matt Mackall merge with stable
Wed, 04 Dec 2013 13:42:28 -0600 Matt Mackall hgweb: avoid initialization race (issue3953) stable
Wed, 11 Dec 2013 18:33:42 -0600 Matt Mackall mpatch: rewrite pointer overflow checks stable
Mon, 02 Dec 2013 07:49:49 -0800 Chris Jerdonek parsers: clarify documentation of test-parseindex2.py
Sun, 01 Dec 2013 21:24:48 -0600 Matt Mackall merge with stable
Sun, 01 Dec 2013 21:24:26 -0600 Matt Mackall tests: fix missing import in check-translations stable
Sun, 01 Dec 2013 20:54:02 -0600 Matt Mackall merge with stable
Sun, 01 Dec 2013 20:51:15 -0600 Matt Mackall Added signature for changeset 209e04a06467 stable
Sun, 01 Dec 2013 20:51:12 -0600 Matt Mackall Added tag 2.8.1 for changeset 209e04a06467 stable
Sun, 01 Dec 2013 20:47:09 -0600 Matt Mackall merge with stable
Sun, 01 Dec 2013 20:46:36 -0600 Matt Mackall parsers: backout version mismatch detection from 21dafd8546d1
Sun, 01 Dec 2013 20:39:11 -0600 Matt Mackall tests: fix Mac doctest escape code garbage for check-translations stable 2.8.1
Sun, 01 Dec 2013 18:26:42 -0200 Wagner Bruna i18n-pt_BR: synchronized with 734ff413eb7e stable
Sun, 01 Dec 2013 14:10:53 -0600 Matt Mackall merge with stable
Fri, 29 Nov 2013 12:36:28 -0800 Chris Jerdonek parsers: fail fast if Python has wrong minor version (issue4110)
Sun, 01 Dec 2013 13:53:24 -0600 Andrew Shadura hgk: fix tag list parser (issue4101) stable
Sun, 01 Dec 2013 13:45:00 -0600 Matt Mackall merge with i18n stable
Wed, 27 Nov 2013 22:47:32 +0900 FUJIWARA Katsunori i18n: add the tool to check Mercurial specific translation problems in *.po stable
Wed, 27 Nov 2013 22:32:01 +0100 Santiago Pay=C3=A0 i Miralta help: fix backwards bisect help example stable
Tue, 26 Nov 2013 16:30:52 -0800 Durham Goode unshelve: add tests for unknown files stable
Tue, 26 Nov 2013 16:23:05 -0800 Durham Goode unshelve: don't commit unknown files during unshelve (issue4113) stable
Tue, 26 Nov 2013 15:38:33 +0100 Mads Kiilerich largefiles: don't crash on 'local renamed directory' actions stable
Fri, 22 Nov 2013 19:13:07 +0100 Martin Geisler glossary: don't mention obsolete graphlog extension stable
Fri, 22 Nov 2013 19:12:44 +0100 Martin Geisler bisect: don't mention obsolete graphlog extension in help stable
Fri, 22 Nov 2013 19:12:18 +0100 Martin Geisler contrib: don't mention obsolete graphlog extension in mercurial.ini stable
Fri, 22 Nov 2013 19:11:48 +0100 Martin Geisler contrib: stop mentioning obsolete graphlog extension in sample.hgrc stable
Fri, 22 Nov 2013 17:14:44 +0100 Martin Geisler contrib: promote strip extension over MQ in sample.hgrc stable
Fri, 22 Nov 2013 17:12:43 +0100 Matt Mackall help: use progress instead of mq as in 'hg help config' example stable
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip