Sat, 19 Jan 2013 17:24:33 -0600 Matt Mackall merge default into stable for 2.5 code freeze stable 2.5-rc
Sat, 19 Jan 2013 17:20:39 -0600 Matt Mackall pathencode: don't use alloca() for safety/portability
Sat, 19 Jan 2013 02:29:56 +0100 Pierre-Yves David branchmap: display filtername when `updatebranch` fails to do its jobs
Fri, 18 Jan 2013 01:24:29 +0100 Mads Kiilerich scmutil: localize and improve 'not under root' message
Fri, 18 Jan 2013 01:23:51 +0100 Mads Kiilerich run-tests.py: don't let hg run interactively in debug mode
Fri, 18 Jan 2013 01:16:16 +0100 Mads Kiilerich run-tests.py: backout "don't use console for stdin when running in debug mode"
Fri, 18 Jan 2013 23:41:48 +0100 Pierre-Yves David rebase: properly handle unrebased revision between rebased one
Fri, 18 Jan 2013 23:21:32 +0100 Pierre-Yves David rebase: lose the comparison to `nullmerge`
Fri, 18 Jan 2013 23:43:32 +0100 Pierre-Yves David repoview: cache filtered changelog
Fri, 18 Jan 2013 14:15:32 +0100 Pierre-Yves David rebase: do not invent successor to skipped changeset
Thu, 17 Jan 2013 17:51:30 +0100 Pierre-Yves David repoview: protect `base` computation from weird phase root
Fri, 18 Jan 2013 15:55:16 -0800 Siddharth Agarwal posix: don't compare atime when determining if a file has changed
Fri, 05 Oct 2012 18:10:56 -0500 Augie Fackler hg: replace DirCleanup class with normal try/finally use
Wed, 16 Jan 2013 19:21:03 +0100 Pierre-Yves David histedit: proper phase conservation (issue3724)
Wed, 16 Jan 2013 19:19:56 +0100 Pierre-Yves David test-histedit: reorder phases test and prepare for more
Wed, 16 Jan 2013 19:17:36 +0100 Pierre-Yves David test-histedit: fix instability creation test
Wed, 16 Jan 2013 19:14:22 +0100 Pierre-Yves David histedit: record histedit source (issue3681)
Wed, 16 Jan 2013 19:11:06 +0100 Pierre-Yves David histedit: factor most commit creation in a function
Wed, 12 Dec 2012 13:09:37 -0800 Bryan O'Sullivan store: switch to C-based hashed path encoding
Wed, 12 Dec 2012 13:09:36 -0800 Bryan O'Sullivan pathencode: implement both basic and hashed encoding in C
Wed, 12 Dec 2012 13:09:36 -0800 Bryan O'Sullivan pathencode: implement hashed encoding in C
Wed, 12 Dec 2012 13:09:35 -0800 Bryan O'Sullivan pathencode: implement the "mangling" part of hashed encoding in C
Wed, 12 Dec 2012 13:09:34 -0800 Bryan O'Sullivan pathencode: add a SHA-1 hash function
Wed, 12 Dec 2012 13:09:33 -0800 Bryan O'Sullivan store: implement lowerencode in C
Tue, 15 Jan 2013 22:34:56 +0100 Pierre-Yves David hgweb: run with "served" filter
Wed, 16 Jan 2013 14:22:43 +0100 Pierre-Yves David hgweb: walk the graph through the changelog
Fri, 11 Jan 2013 01:08:00 +0100 Pierre-Yves David hgweb: use changelog for iteration
Wed, 16 Jan 2013 14:19:28 +0100 Pierre-Yves David hgweb: ignore filtered revision in revnav
Thu, 10 Jan 2013 19:29:48 +0100 Pierre-Yves David hgweb: generate revnav in two phase
Thu, 17 Jan 2013 00:35:01 +0100 Pierre-Yves David rebase: support multiple roots for rebaseset
Wed, 16 Jan 2013 05:21:11 +0100 Pierre-Yves David clfilter: stronger detection of filtered changeset in changectx.__init__
Tue, 11 Dec 2012 20:13:21 +0100 Sune Foldager validate: check for spurious incoming filelog entries
Thu, 17 Jan 2013 01:06:00 +0100 Johannes Schlatow zsh_completion: add descriptive branch names to head revisions
Thu, 17 Jan 2013 00:54:49 +0100 Johannes Schlatow zsh_completion: add completion of branch names
Thu, 17 Jan 2013 01:55:50 +0100 Johannes Schlatow zsh_completion: fix issue with overlong branch/tag names
Wed, 16 Jan 2013 20:52:56 +0100 Mads Kiilerich bundlerepo: remove old style check of file names
Wed, 16 Jan 2013 20:41:41 +0100 Mads Kiilerich bundlerepo: use revlog._checkhash
Wed, 16 Jan 2013 20:41:41 +0100 Mads Kiilerich bundlerepo: store validated deltabase rev in basemap instead of node
Wed, 16 Jan 2013 20:41:41 +0100 Mads Kiilerich bundlerepo: use rev instead of node for iteration in revision()
Wed, 16 Jan 2013 20:41:41 +0100 Mads Kiilerich bundlerepo: inline inbundle()
Wed, 16 Jan 2013 20:41:41 +0100 Mads Kiilerich bundlerepo: drop bundlebase wrapper function for basemap
Wed, 16 Jan 2013 20:41:41 +0100 Mads Kiilerich bundlerepo: remove unused disktiprev attribute
Wed, 16 Jan 2013 20:41:34 +0100 Mads Kiilerich bundlerepo: improve performance for bundle() revset expression
Wed, 16 Jan 2013 20:41:32 +0100 Mads Kiilerich bundlerepo: fix outdated comment
Wed, 16 Jan 2013 13:18:22 +0100 Pierre-Yves David hgweb: pass repo object to revnav construction
Mon, 14 Jan 2013 16:55:48 +0100 Pierre-Yves David hgweb: introduction a filerevnav subclass
Thu, 10 Jan 2013 19:09:32 +0100 Pierre-Yves David hgweb: simplify addition of "(0) navigation entry"
Mon, 14 Jan 2013 16:30:06 +0100 Pierre-Yves David hgweb: simplify the handling of empty repo
Thu, 10 Jan 2013 18:54:50 +0100 Pierre-Yves David hgweb: move hex creation into an object method
Thu, 10 Jan 2013 18:59:37 +0100 Pierre-Yves David hgweb: pass nodefunc to the revnav object
Tue, 15 Jan 2013 21:17:18 +0100 Pierre-Yves David hgweb: move revnavgen into an object
Wed, 16 Jan 2013 12:51:24 +0100 Pierre-Yves David hgweb: `limit` argument is actually `latestonly` renames and enforce
Wed, 16 Jan 2013 11:39:22 -0600 Pierre-Yves David hgweb: add test regarding filtering and hgweb
Wed, 16 Jan 2013 14:26:19 +0100 Pierre-Yves David get-with-headers: add a --headeronly switch
Tue, 15 Jan 2013 22:08:47 -0600 Kevin Bullock tests: more comment cleanup related to obsolescence
Wed, 16 Jan 2013 00:46:29 +0100 Pierre-Yves David test: fix in-test comments related to obsolescence
Wed, 16 Jan 2013 00:12:01 +0100 Pierre-Yves David stream_in: write the remote branchcache for a usage as wide as possible
Tue, 15 Jan 2013 23:33:07 +0100 Pierre-Yves David destroyed: update `unserved` branchcache instead
Wed, 16 Jan 2013 00:09:26 +0100 Pierre-Yves David destroyed: drop complex branchcache rebuilt logic
Wed, 16 Jan 2013 00:08:08 +0100 Pierre-Yves David branchmap: update cache of 'unserved' filter on new changesets
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip