Fri, 20 Apr 2012 11:08:14 -0500 Augie Fackler bdiff.bdiff: release the GIL before doing expensive diff operations stable
Fri, 20 Apr 2012 11:57:14 -0500 Kevin Bullock fetch: remove confusing reference to "authoritative" changes stable
Fri, 20 Apr 2012 19:11:54 +0200 Patrick Mezard patch: be more tolerant with "Parent" header (issue3356) stable
Thu, 19 Apr 2012 17:08:12 +0200 Adrian Buehlmann pure/osutil: use Python's msvcrt module (issue3380) stable
Thu, 19 Apr 2012 18:11:48 +0300 Idan Kamara commands: add missing wlock to graft stable
Thu, 19 Apr 2012 18:11:42 +0300 Idan Kamara dirstate: write branch file atomically stable
Thu, 19 Apr 2012 17:59:23 +0300 Idan Kamara commands: add missing wlock to branch stable
Thu, 19 Apr 2012 17:59:23 +0300 Idan Kamara commands: add missing wlock to backout stable
Thu, 19 Apr 2012 20:54:56 +0900 FUJIWARA Katsunori i18n: show localized messages for commands/extensions in hgweb help top (issue3383) stable
Thu, 19 Apr 2012 23:36:42 +0200 Angel Ezquerra revert: show warning when reverting subrepos that do not support revert stable
Wed, 18 Apr 2012 21:27:35 -0700 Bryan O'Sullivan revset: fix O(n**2) behaviour of bisect() (issue3381) stable
Wed, 18 Apr 2012 14:04:58 +0200 Patrick Mezard convert/svn: do not try converting empty head revisions (issue3347) stable
Wed, 18 Apr 2012 14:04:58 +0200 Patrick Mezard convert/svn: refactor svn_source.latest() with a nested function stable
Wed, 18 Apr 2012 14:04:57 +0200 Patrick Mezard convert/svn: clarify svn_source.latest() stop arg default value stable
Tue, 17 Apr 2012 21:12:37 -0700 Steven Stallion factotum: rename mount and path configuration entries stable
Wed, 18 Apr 2012 11:46:23 -0500 Matt Mackall Added signature for changeset d9e2f09d5488 stable
Wed, 18 Apr 2012 11:46:20 -0500 Matt Mackall Added tag 2.2-rc for changeset d9e2f09d5488 stable
Wed, 18 Apr 2012 11:45:50 -0500 Matt Mackall Makefile: be more careful when cleaning up pure/ components stable 2.2-rc
Tue, 17 Apr 2012 17:56:36 -0500 Matt Mackall merge default into stable for 2.2 code freeze stable
Wed, 18 Apr 2012 01:20:16 +0300 Idan Kamara commit: add option to amend the working dir parent
Mon, 16 Apr 2012 22:41:03 -0700 Steven Stallion transplant: remove extraneous whitespace
Tue, 17 Apr 2012 11:13:38 -0500 Matt Mackall journal: use tryread helper to backup files (issue3375)
Tue, 17 Apr 2012 11:11:59 -0500 Matt Mackall opener: introduce tryread helper
Tue, 17 Apr 2012 07:22:44 +0200 Angel Ezquerra tests: add test for fileset 'subrepo' keyword
Tue, 17 Apr 2012 10:33:47 +0200 Patrick Mezard revset: make matching() work on python 2.4
Tue, 17 Apr 2012 15:10:33 +0200 Thomas Arendsen Hein revset: use list instead of tuple for compatibility with python before 2.6
Mon, 16 Apr 2012 16:50:25 -0500 Matt Mackall merge with stable
Mon, 16 Apr 2012 11:48:15 +0200 Patrick Mezard archive: make it work with svn subrepos (issue3308) stable
Sun, 15 Apr 2012 16:05:57 +0200 Martin Geisler largefiles: hide .hglf/ prefix for largefiles in hgweb
Sun, 15 Apr 2012 16:05:53 +0200 Martin Geisler hgweb: add hook for remapping repository path into virtual paths
Sun, 15 Apr 2012 00:27:31 +0200 Angel Ezquerra tests: add tests for matching keyword
Sat, 14 Apr 2012 01:41:03 +0200 Angel Ezquerra revset: speedup matching() by first matching fields that take less time to
Fri, 13 Apr 2012 13:46:49 +0200 Angel Ezquerra revset: speedup matching() by stopping the match early if a field does not match
Fri, 13 Apr 2012 13:35:45 +0200 Angel Ezquerra revset: make matching keyword not match summary when matching for description
Thu, 22 Mar 2012 21:12:15 +0100 Angel Ezquerra fileset: add "subrepo" fileset symbol
Sun, 15 Apr 2012 23:47:46 -0700 Steven Stallion plan9: finalize documentation for next release
Mon, 16 Apr 2012 10:56:37 +0200 Alain Leufroy localrepo: do not complain about missing journal files
Mon, 16 Apr 2012 10:33:18 +0200 Alain Leufroy repair: fix missing import
Mon, 16 Apr 2012 17:03:39 +0200 Na'Tosha Bard largefiles: fix cat for largefiles (issue3352)
Mon, 16 Apr 2012 08:50:40 -0700 Steven Stallion pure: quiesce build warnings
Mon, 16 Apr 2012 11:26:00 -0500 Matt Mackall util.h: replace ntohl/htonl with get/putbe32
Fri, 13 Apr 2012 10:08:08 +0200 Wolfgang Treutterer scmutil: fix systemrcpath regression introduced in f5dd179bfa4a
Fri, 13 Apr 2012 10:14:59 +0200 Patrick Mezard revlog: fix partial revision() docstring (from d7d64b89a65c)
Sat, 14 Apr 2012 11:27:11 +0200 Patrick Mezard graphlog: fix --follow FILE and relative paths
Sat, 14 Apr 2012 11:16:57 +0200 Patrick Mezard graphlog: reduce duplication in --follow code
Sat, 14 Apr 2012 10:44:13 +0200 Patrick Mezard graphlog: add all log options to glog command
Sat, 14 Apr 2012 10:30:38 +0200 Patrick Mezard graphlog: implement --hidden
Wed, 28 Mar 2012 11:42:17 +0200 Angel Ezquerra revert: add support for reverting subrepos without --no-backup and/or --all
Wed, 28 Mar 2012 11:42:17 +0200 Angel Ezquerra revert: add support for reverting subrepos
Sat, 14 Apr 2012 01:39:35 -0500 Matt Mackall merge with stable
Fri, 13 Apr 2012 11:01:07 -0700 Bryan O'Sullivan commands: move bundle type validation earlier
Fri, 13 Apr 2012 22:55:46 -0500 Matt Mackall changegroupsubset: optimize function lookup in prune
Fri, 13 Apr 2012 22:55:46 -0500 Matt Mackall changegroup: optimize gennodelist
Fri, 13 Apr 2012 22:55:46 -0500 Matt Mackall revlog: drop some unneeded rev.node calls in revdiff
Thu, 12 Apr 2012 20:26:33 -0700 Bryan O'Sullivan revlog: avoid an expensive string copy
Fri, 13 Apr 2012 22:55:46 -0500 Matt Mackall changegroupsubset: avoid setdefault in inner loop
Fri, 13 Apr 2012 22:55:40 -0500 Matt Mackall changegroupsubset: drop repeated len() calls
Fri, 13 Apr 2012 22:27:29 -0500 Matt Mackall changegroup: reduce progress overhead
Fri, 13 Apr 2012 22:23:45 -0500 Matt Mackall changegroupsubset: renest inner loop
Fri, 13 Apr 2012 21:35:48 -0500 Matt Mackall revlog: increase readahead size
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip