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
Fri, 13 Apr 2012 15:32:49 -0500 Matt Mackall revset: avoid demandimport bug
Fri, 13 Apr 2012 15:07:13 +0200 Patrick Mezard mq: replace hasattr() with util.safehasattr(), update check-code.py stable
Thu, 12 Apr 2012 20:52:39 -0500 Matt Mackall merge with stable
Thu, 12 Apr 2012 14:05:59 -0700 Bryan O'Sullivan parsers: use base-16 trie for faster node->rev mapping
Thu, 12 Apr 2012 20:22:18 -0500 Matt Mackall check-code: avoid false-positive on ++
Wed, 11 Apr 2012 11:37:13 +0200 Patrick Mezard graphlog: cleanup before code move
Wed, 11 Apr 2012 11:32:00 +0200 Patrick Mezard graphlog: correctly handle calls in subdirectories
Wed, 11 Apr 2012 11:29:12 +0200 Patrick Mezard context: revert workingctx.ancestors() followfirst option
Wed, 11 Apr 2012 11:25:34 +0200 Patrick Mezard graphlog: fix --follow-first --rev combinations
Wed, 11 Apr 2012 11:22:40 +0200 Patrick Mezard graphlog: fix --follow --rev combinations
Wed, 11 Apr 2012 11:17:26 +0200 Patrick Mezard graphlog: support changeset identifiers in --branch
Wed, 11 Apr 2012 11:14:07 +0200 Patrick Mezard graphlog: pass changesets to revset.match() in changelog order
Wed, 11 Apr 2012 11:07:30 +0200 Patrick Mezard graphlog: refactor revset() to return revisions
Thu, 12 Apr 2012 15:21:54 -0700 Bryan O'Sullivan store: speed up read and write of large fncache files
Thu, 12 Apr 2012 15:21:52 -0700 Bryan O'Sullivan perf: time fncache read and write performance
Sun, 01 Apr 2012 14:12:14 +0200 Angel Ezquerra revset: add "matching" keyword
Tue, 10 Apr 2012 23:40:20 -0700 Steven Stallion plan9: add execute permissions to 9diff
Tue, 10 Apr 2012 23:24:12 -0700 Steven Stallion transplant: permit merge changesets via --parent
Thu, 12 Apr 2012 20:22:18 -0500 Matt Mackall help: fix indentation on cacert (issue3350)
Thu, 12 Apr 2012 20:22:18 -0500 Matt Mackall stream_in: avoid debug calls when debug is disabled
Thu, 12 Apr 2012 20:22:18 -0500 Matt Mackall util: create bytecount array just once
Sun, 08 Apr 2012 11:14:56 +0200 Patrick Mezard revset: avoid set duplication in roots() stable
Sun, 08 Apr 2012 11:13:06 +0200 Patrick Mezard revset: retrieve a bit less parents in roots() stable
Sun, 08 Apr 2012 11:11:30 +0200 Patrick Mezard revset: do not ignore input revisions in roots() stable
Tue, 10 Apr 2012 16:53:29 -0500 Matt Mackall util.h: more Python 2.4 fixes
Mon, 09 Apr 2012 13:48:45 -0700 Bryan O'Sullivan dispatch: add support for statprof as a profiler
Mon, 09 Apr 2012 14:36:16 -0700 Steven Stallion ui: optionally quiesce ssl verification warnings on python 2.5
Mon, 09 Apr 2012 22:16:26 -0700 Bryan O'Sullivan scmutil: speed up revrange
Tue, 10 Apr 2012 12:49:12 -0500 Matt Mackall graft: add --dry-run support (issue3362)
Fri, 06 Apr 2012 16:18:33 +0300 Idan Kamara repair: allow giving strip backup a different name
Tue, 10 Apr 2012 12:07:18 -0500 Matt Mackall encoding: add fast-path for ASCII lowercase
Tue, 10 Apr 2012 12:07:16 -0500 Matt Mackall perf: add case collision auditor perf
Tue, 10 Apr 2012 12:07:14 -0500 Matt Mackall util.h: unify some common platform tweaks
Tue, 10 Apr 2012 12:07:09 -0500 Matt Mackall util.h: move Py_ssize_t bits from mpatch.c
Sun, 08 Apr 2012 12:43:41 -0700 Steven Stallion plan9: initial support for plan 9 from bell labs
Sun, 08 Apr 2012 22:17:51 -0500 Matt Mackall util.h: add a typedef for Py_ssize_t with Python 2.4
Sun, 08 Apr 2012 12:38:26 -0500 Matt Mackall log: bypass file scan part of fastpath when no files
Sun, 08 Apr 2012 12:38:24 -0500 Matt Mackall cmdutil: use context instead of lookup
Sun, 08 Apr 2012 12:38:23 -0500 Matt Mackall scmutil: use context instead of lookup
Sun, 08 Apr 2012 12:38:10 -0500 Matt Mackall localrepo: lookup now goes through context
Sun, 08 Apr 2012 12:38:08 -0500 Matt Mackall context: use rev for changelog lookup
Sun, 08 Apr 2012 12:38:07 -0500 Matt Mackall context: internalize lookup logic
Sun, 08 Apr 2012 12:38:02 -0500 Matt Mackall revlog: allow retrieving contents by revision number
Sat, 07 Apr 2012 15:43:18 -0500 Matt Mackall revlog: add hasnode helper method
Fri, 06 Apr 2012 15:18:14 -0500 Matt Mackall merge with stable
Fri, 06 Apr 2012 15:17:50 -0500 Matt Mackall merge with crew stable
Fri, 06 Apr 2012 15:16:30 -0500 Matt Mackall tags: defer tag validation until repo.tags() is called
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip