Tue, 07 Apr 2015 22:35:44 -0700 Martin von Zweigbergk manifest.walk: join nested if-conditions
Wed, 08 Apr 2015 10:01:31 -0700 Martin von Zweigbergk manifestdict: inline _intersectfiles()
Wed, 08 Apr 2015 10:03:59 -0700 Martin von Zweigbergk manifestdict._intersectfiles: avoid one level of property indirection
Wed, 08 Apr 2015 10:06:05 -0700 Martin von Zweigbergk manifestdict.matches: avoid name 'lm' for a not-lazymanifest
Tue, 24 Mar 2015 21:25:57 +0100 Mathias De Maré commands: add ui.statuscopies config knob
Sat, 04 Apr 2015 22:30:59 +0900 Yuya Nishihara changelog: inline revlog.__contains__ in case it is used in hot loop
Wed, 08 Apr 2015 02:56:19 +0900 FUJIWARA Katsunori bookmarks: show detailed status about outgoing bookmarks
Wed, 08 Apr 2015 02:56:19 +0900 FUJIWARA Katsunori bookmarks: show detailed status about incoming bookmarks
Wed, 08 Apr 2015 02:56:19 +0900 FUJIWARA Katsunori bookmarks: enhance test of showing detail about incoming/outgoing bookmarks
Wed, 08 Apr 2015 02:56:19 +0900 FUJIWARA Katsunori bookmarks: show outgoing bookmarks more exactly
Wed, 08 Apr 2015 02:56:19 +0900 FUJIWARA Katsunori bookmarks: show incoming bookmarks more exactly
Tue, 07 Apr 2015 15:16:19 -0700 Drew Gottlieb test-manifest: add some test coverage for treemanifest
Tue, 07 Apr 2015 15:16:19 -0700 Drew Gottlieb test-manifest: make manifesttest a base class that is extended
Tue, 07 Apr 2015 15:16:19 -0700 Drew Gottlieb test-manifest: move parsemanifest() to be a testmanifest class method
Tue, 07 Apr 2015 22:31:36 -0400 Matt Harbison windows: allow readpipe() to actually read data out of the pipe
Tue, 07 Apr 2015 22:30:25 -0400 Matt Harbison win32: add a method to fetch the available pipe data size
Tue, 07 Apr 2015 20:43:04 -0700 Siddharth Agarwal dirs._addpath: reinstate use of Py_CLEAR
Mon, 06 Apr 2015 18:31:59 -0700 Pierre-Yves David exchange: introduce a '_canusebundle2' function
Tue, 07 Apr 2015 16:01:32 -0700 Pierre-Yves David bundle2: detect bundle2 stream/request on /HG2./ instead of /HG2Y/
Mon, 06 Apr 2015 17:23:11 -0700 Pierre-Yves David unbundle20: allow generic dispatch between unbundlers
Tue, 07 Apr 2015 15:18:52 -0700 Drew Gottlieb treemanifest: refactor treemanifest.walk()
Tue, 07 Apr 2015 15:18:52 -0700 Drew Gottlieb manifest: move changectx.walk() to manifests
Sun, 05 Apr 2015 15:08:55 -0400 Matt Harbison subrepo: precisely identify the missing subrepo spec file
Sun, 05 Apr 2015 12:12:02 -0700 Durham Goode graft: record intermediate grafts in extras
Sun, 05 Apr 2015 11:55:38 -0700 Durham Goode graft: allow creating sibling grafts
Mon, 06 Apr 2015 16:07:18 -0700 Pierre-Yves David unbundle20: move header parsing into the 'getunbundler' function
Mon, 06 Apr 2015 16:04:33 -0700 Pierre-Yves David unbundle20: retrieve unbundler instances through a factory function
Mon, 06 Apr 2015 15:40:12 -0700 Pierre-Yves David bundle20: move magic string into the class
Tue, 07 Apr 2015 08:45:52 -0700 Martin von Zweigbergk localrepo.getbundle: drop unused 'format' argument
Tue, 07 Apr 2015 12:35:07 -0700 Martin von Zweigbergk exchange: remove check for 'format' key
Fri, 27 Mar 2015 22:12:53 +0900 Yuya Nishihara templates-default: do not show description or summary if empty
Mon, 06 Apr 2015 10:51:53 -0700 Drew Gottlieb treemanifest: further optimize treemanifest.matches()
Mon, 06 Apr 2015 14:36:08 -0700 Drew Gottlieb util: move dirs() and finddirs() from scmutil to util
Mon, 06 Apr 2015 13:59:36 -0700 Drew Gottlieb parsers: remove unused dependency on util
Mon, 06 Apr 2015 17:03:35 -0700 Martin von Zweigbergk changectx.walk: drop unnecessary call to match function
Mon, 06 Apr 2015 17:16:55 -0500 Matt Mackall merge with stable
Sat, 04 Apr 2015 19:06:43 -0400 Matt Harbison largefiles: use the share source as the primary local store (issue4471)
Sat, 04 Apr 2015 19:34:36 -0400 Matt Harbison largefiles: use lfutil.findstorepath() when verifying a local repo
Sat, 04 Apr 2015 19:31:40 -0400 Matt Harbison largefiles: introduce lfutil.findstorepath()
Sat, 04 Apr 2015 17:19:16 -0400 Matt Harbison vfs: make it possible to pass multiple path elements to join
Sat, 04 Apr 2015 15:43:00 -0400 Matt Harbison largefiles: drop os.path reference in lfutil.storepath()
Sat, 04 Apr 2015 11:24:48 -0700 Durham Goode histedit: fix preventing strips during histedit
Fri, 03 Apr 2015 15:18:34 -0700 Durham Goode copies: pass changectx instead of manifest to _computenonoverlap
Mon, 06 Apr 2015 10:46:44 -0700 Siddharth Agarwal dirs._addpath: don't mutate Python strings after exposing them (issue4589)
Mon, 06 Apr 2015 08:23:27 -0700 Bryan O'Sullivan parsers: check for memory allocation overflows more carefully
Sat, 04 Apr 2015 11:27:15 +0200 André Sintzoff parsers.c: avoid implicit conversion loses integer precision warning
Sat, 04 Apr 2015 21:54:12 -0700 Martin von Zweigbergk dirstate.walk: don't report same file stat multiple times stable
Fri, 03 Apr 2015 14:41:18 -0700 Pierre-Yves David repoview: avoid processing the same rev twice in _getstatichidden
Fri, 03 Apr 2015 14:37:52 -0700 Pierre-Yves David repoview: skip public parent earlier in _getstatichidden
Fri, 03 Apr 2015 14:36:05 -0700 Pierre-Yves David repoview: directly skip public head in _getstatichidden
Fri, 03 Apr 2015 14:35:53 -0700 Pierre-Yves David repoview: simplify process in _getstatichidden
Fri, 03 Apr 2015 14:16:50 -0700 Pierre-Yves David repoview: use a heap in _getstatichidden
Fri, 03 Apr 2015 13:58:12 -0700 Pierre-Yves David repoview: update documentation of _getstatichidden
Sat, 04 Apr 2015 14:56:18 +0900 Yuya Nishihara ssl: resolve symlink before checking for Apple python executable (issue4588)
Fri, 03 Apr 2015 18:19:24 -0400 Augie Fackler test-subrepo-recursion: fix output on non-hardlink systems
Fri, 03 Apr 2015 23:12:21 -0400 Augie Fackler test-subrepo-recursion: set progress.changedelay really high
Fri, 03 Apr 2015 18:10:12 -0400 Augie Fackler test-clone: fix test expectations on systems without hardlinks
Wed, 01 Apr 2015 00:44:33 -0700 Siddharth Agarwal dirstate: use parsers.make_file_foldmap when available
Tue, 31 Mar 2015 23:32:27 -0700 Siddharth Agarwal parsers: add a C function to create a file foldmap
Thu, 02 Apr 2015 19:17:32 -0700 Siddharth Agarwal util.h: define an enum for normcase specs
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip