log

age author description
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