log

age author description
Sun, 07 Aug 2016 17:04:05 +0900 Yuya Nishihara revset: wrap arguments of 'or' by 'list' node
Tue, 13 Sep 2016 20:30:19 +0200 Pierre-Yves David journal: properly check for held lock (issue5349)
Tue, 13 Sep 2016 17:46:29 +0200 Pierre-Yves David ssl: handle a difference in SSLError with pypy (issue5348)
Mon, 12 Sep 2016 10:55:43 -0700 Durham Goode manifest: change manifestctx to not inherit from manifestdict
Mon, 12 Sep 2016 14:29:09 -0700 Durham Goode manifest: make one use of _mancache avoid manifestctxs
Sun, 21 Aug 2016 13:16:21 +0900 Yuya Nishihara debugrevspec: add option to verify optimized result
Sun, 21 Aug 2016 12:40:02 +0900 Yuya Nishihara debugrevspec: add option to skip optimize() and evaluate unoptimized tree
Thu, 08 Sep 2016 22:44:10 +0900 Yuya Nishihara revset: remove showwarning option from expandaliases()
Sun, 21 Aug 2016 12:45:43 +0900 Yuya Nishihara debugrevspec: evaluate tree built by itself
Mon, 12 Sep 2016 03:06:29 +0900 FUJIWARA Katsunori localrepo: make _refreshfilecachestats unfiltered method to refresh correctly
Mon, 12 Sep 2016 03:06:29 +0900 FUJIWARA Katsunori streamclone: clear caches after writing changes into files for visibility
Mon, 12 Sep 2016 03:06:28 +0900 FUJIWARA Katsunori localrepo: make invalidate avoid invalidating store inside transaction (API)
Mon, 12 Sep 2016 03:06:28 +0900 FUJIWARA Katsunori streamclone: force @filecache properties to be reloaded from file
Sat, 10 Sep 2016 01:42:05 +0200 Pierre-Yves David manifest: backed out changeset bb3281b3fcaa
Sat, 10 Sep 2016 01:41:38 +0200 Pierre-Yves David manifest: backed out changeset b60a5fe98b73
Sun, 21 Aug 2016 12:36:23 +0900 Yuya Nishihara debugrevspec: deprecate --optimize option
Sun, 21 Aug 2016 12:33:57 +0900 Yuya Nishihara debugrevspec: add option to print parsed tree at given stages
Sun, 21 Aug 2016 12:04:08 +0900 Yuya Nishihara debugrevspec: transform and print parsed tree by stages
Sun, 21 Aug 2016 11:50:54 +0900 Yuya Nishihara debugrevspec: build parsed tree even if no --verbose specified
Thu, 08 Sep 2016 10:37:58 +0200 Maciej Fijalkowski osutil: fix the declaration to work on different sizes of off_t
Wed, 31 Aug 2016 12:46:53 -0700 Durham Goode manifest: change manifestctx to not inherit from manifestdict
Mon, 29 Aug 2016 18:02:09 -0700 Durham Goode manifest: make uses of _mancache aware of contexts
Wed, 31 Aug 2016 13:29:49 -0700 Durham Goode manifest: add treemanifestctx class
Sun, 21 Aug 2016 11:37:00 +0900 Yuya Nishihara revset: add public function to create matcher from evaluatable tree
Sun, 21 Aug 2016 11:29:57 +0900 Yuya Nishihara revset: make analyze() a separate step from optimize()
Sun, 07 Aug 2016 14:35:03 +0900 Yuya Nishihara revset: extract tree transformation from optimize()
Sun, 04 Sep 2016 17:19:44 +0900 Yuya Nishihara hghave: fix has_bzr() to not try to import RevisionSpec as module
Mon, 22 Aug 2016 14:44:14 +0200 Pierre-Yves David update: label bookmark name in message
Tue, 06 Sep 2016 09:43:25 -0700 Ryan McElroy discovery: explicitly check for None in outgoing init
Fri, 26 Aug 2016 12:48:20 +0200 liscju import: report directory-relative paths in error messages (issue5224)