Mercurial > hg-stable
graph
-
manifest: use itertools.chain() instead of + for Python 3 compatSun, 28 May 2017 21:29:58 -0400, by Augie Fackler
-
manifest: fix some pure-Python parser bits to work on Python 3Sun, 28 May 2017 21:29:15 -0400, by Augie Fackler
-
tests: make test-manifest finish importing in Python 3Sun, 28 May 2017 18:08:36 -0400, by Augie Fackler
-
tests: drop assertIn polyfill now that we're 2.7-onlySun, 28 May 2017 18:08:14 -0400, by Augie Fackler
-
perf: benchmark command for revlog indexesSun, 28 May 2017 11:13:10 -0700, by Gregory Szorc
-
perf: rename perfrevlog to perfrevlogrevisionsSun, 28 May 2017 10:56:28 -0700, by Gregory Szorc
-
server: use pycompat to get argvSun, 28 May 2017 15:43:26 -0400, by Augie Fackler
-
encoding: make wide character class list a sysstrSun, 28 May 2017 13:27:29 -0400, by Augie Fackler
-
cmdutil: use sorted(dict) instead of x = dict.keys(); x.sort()Sun, 28 May 2017 14:02:14 -0400, by Augie Fackler
-
util: look for empty-sysstr instead of empty-bytesstr in textwrap codeSun, 28 May 2017 16:17:43 -0400, by Augie Fackler
-
minirst: look for column delimiters using slices instead of indiciesSun, 28 May 2017 15:47:43 -0400, by Augie Fackler
-
minirst: grab a byte, not an int, for the underline styleSun, 28 May 2017 13:36:02 -0400, by Augie Fackler
-
minirst: use bytes.strip instead of str.stripSun, 28 May 2017 13:41:42 -0400, by Augie Fackler
-
py3: use pycompat.bytestr so that we don't get ascii valuesMon, 29 May 2017 16:21:15 +0530, by Pulkit Goyal
-
py3: update test-check-py3-compat.tMon, 29 May 2017 16:08:37 +0530, by Pulkit Goyal
-
loader: pywatchman appears to already be py3 compatibleSun, 28 May 2017 15:45:47 -0400, by Augie Fackler
-
py3: update test expectations for py3-commands testSun, 28 May 2017 17:02:24 -0400, by Augie Fackler
-
context: do not cache manifestctxThu, 25 May 2017 17:20:43 -0700, by Jun Wu
-
test-context: add a case demonstrating manifest caching problemThu, 25 May 2017 17:06:32 -0700, by Jun Wu
-
debugbundle: display the content of obsmarkers partsThu, 25 May 2017 16:50:46 +0200, by Pierre-Yves David
-
bundle: add an experimental knob to include obsmarkers in bundleSun, 28 May 2017 11:50:43 -0700, by Pierre-Yves David
-
bundle2: move function building obsmarker-part in the bundle2 moduleSun, 28 May 2017 11:48:18 -0700, by Pierre-Yves David
-
policy: remove unused policynoc and policynocffi constantsTue, 02 May 2017 21:45:48 +0900, by Yuya Nishihara
-
cffi: remove superfluous "if True" blocksTue, 02 May 2017 21:45:10 +0900, by Yuya Nishihara
-
cffi: split modules from pureTue, 02 May 2017 21:15:31 +0900, by Yuya Nishihara
-
policy: extend API version checks for cffiSun, 28 May 2017 15:45:52 +0900, by Yuya Nishihara
-
filterpyflakes: allow reexporting pure symbols from cffi modulesSun, 28 May 2017 17:36:01 +0900, by Yuya Nishihara
-
import-checker: guess names of C extension modulesTue, 02 May 2017 22:28:18 +0900, by Yuya Nishihara
-
import-checker: convert localmods to a set of module namesSun, 28 May 2017 15:21:18 +0900, by Yuya Nishihara
-
import-checker: allow importing symbols from pure modulesTue, 02 May 2017 22:24:57 +0900, by Yuya Nishihara
-
cffi: put compiled modules into mercurial.cffi packageTue, 02 May 2017 21:08:38 +0900, by Yuya Nishihara
-
cffi: rename build scriptsTue, 02 May 2017 21:04:40 +0900, by Yuya Nishihara
-
match: remove support for includes from patternmatcherFri, 19 May 2017 11:44:05 -0700, by Martin von Zweigbergk
-
match: simplify includematcher a bitMon, 22 May 2017 23:31:15 -0700, by Martin von Zweigbergk
-
match: remove support for non-include patterns from includematcherFri, 19 May 2017 13:36:34 -0700, by Martin von Zweigbergk
-
match: split up main matcher into patternmatcher and includematcherFri, 19 May 2017 22:36:14 -0700, by Martin von Zweigbergk
-
match: remove support for exact matching from main matcher classThu, 18 May 2017 23:39:39 -0700, by Martin von Zweigbergk
-
match: handle exact matching using new exactmatcherWed, 17 May 2017 09:26:15 -0700, by Martin von Zweigbergk
-
merge: use intersectmatchers() in "m2-vs-ma optimization"Fri, 12 May 2017 16:33:33 -0700, by Martin von Zweigbergk
-
match: handle includes using new intersectionmatcherFri, 12 May 2017 23:12:05 -0700, by Martin von Zweigbergk
-
match: move entire uipath() implementation to basematcherThu, 25 May 2017 14:32:56 -0700, by Martin von Zweigbergk
-
local-clone: also copy tags related cachesThu, 25 May 2017 12:09:09 +0200, by Pierre-Yves David
-
local-clone: also copy revs-branch-cache filesThu, 25 May 2017 12:05:33 +0200, by Pierre-Yves David
-
local-clone: extract the listing of caches to copyThu, 25 May 2017 11:59:07 +0200, by Pierre-Yves David
-
local-clone: extract the closure copying cachesThu, 25 May 2017 11:55:00 +0200, by Pierre-Yves David
-
test: add isolated prune case (to test-obsolete-bundle-strip.t)Thu, 25 May 2017 19:38:00 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: add a complex split and fold caseThu, 25 May 2017 19:37:47 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: add cases with prune on missing revsThu, 25 May 2017 19:37:29 +0200, by Pierre-Yves David
-
obsolete: fix relevant-obsmarkers computation on pruned changesetThu, 25 May 2017 19:37:29 +0200, by Pierre-Yves David
-
test: add a test file for relevant obsmarkers and its usageThu, 25 May 2017 19:37:07 +0200, by Pierre-Yves David
-
annotate: add a new experimental --skip option to skip revsWed, 24 May 2017 19:39:33 -0700, by Siddharth Agarwal
-
annotate: add core algorithm to skip a revWed, 24 May 2017 19:07:14 -0700, by Siddharth Agarwal
-
annotate: make pair take all parents to pair againstWed, 24 May 2017 17:40:08 -0700, by Siddharth Agarwal
-
annotate: move pair function to top levelWed, 24 May 2017 17:38:28 -0700, by Siddharth Agarwal
-
bookmarks: fix check of hash-like name to not abort by ambiguous identifierThu, 25 May 2017 23:20:00 +0900, by Yuya Nishihara
-
localrepo: document that __contains__() may raise LookupErrorThu, 25 May 2017 23:18:02 +0900, by Yuya Nishihara
-
hidden: drop outdated comment about "dynamic" performanceSun, 21 May 2017 15:56:02 +0200, by Pierre-Yves David
-
hidden: unify the static and dynamic blocker logicSun, 21 May 2017 15:47:06 +0200, by Pierre-Yves David
-
hidden: drop the hidden cache logicSun, 21 May 2017 15:53:08 +0200, by Pierre-Yves David
-
hidden: simplify the computation of consistency blockerSun, 21 May 2017 16:01:20 +0200, by Pierre-Yves David