Mon, 18 May 2015 16:30:24 -0500 |
Pierre-Yves David |
check-code: entirely drop the 'non-py24.py' file from the test
|
changeset |
files
|
Mon, 18 May 2015 16:11:44 -0500 |
Pierre-Yves David |
check-code: drop the 'format' built-in
|
changeset |
files
|
Mon, 18 May 2015 16:09:05 -0500 |
Pierre-Yves David |
check-code: drop ban of str.format
|
changeset |
files
|
Mon, 18 May 2015 22:40:16 -0400 |
Augie Fackler |
statichttprepo: remove wrong getattr ladder
|
changeset |
files
|
Tue, 19 May 2015 07:17:57 -0500 |
Matt Mackall |
merge with stable
|
changeset |
files
|
Sun, 17 May 2015 22:09:37 -0400 |
Matt Harbison |
match: explicitly naming a subrepo implies always() for the submatcher
stable
|
changeset |
files
|
Sun, 17 May 2015 01:06:10 -0400 |
Matt Harbison |
context: don't complain about a matcher's subrepo paths in changectx.walk()
stable
|
changeset |
files
|
Mon, 18 May 2015 22:35:27 -0500 |
Pierre-Yves David |
ssh: capture output with bundle2 again (issue4642)
stable
|
changeset |
files
|
Fri, 24 Apr 2015 14:30:30 -0700 |
Laurent Charignon |
revset: optimize not public revset
|
changeset |
files
|
Wed, 01 Apr 2015 11:17:17 -0700 |
Laurent Charignon |
phases: add set per phase in C phase computation
|
changeset |
files
|
Fri, 08 May 2015 12:30:51 -0700 |
Drew Gottlieb |
match: rename _fmap to _fileroots for clarity
|
changeset |
files
|
Wed, 06 May 2015 15:59:35 -0700 |
Drew Gottlieb |
match: remove unnecessary optimization where visitdir() returns 'all'
|
changeset |
files
|
Thu, 16 Apr 2015 17:12:33 -0400 |
Augie Fackler |
dispatch: add support for python-flamegraph[0] profiling
|
changeset |
files
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
changeset |
files
|
Fri, 10 Apr 2015 23:12:33 -0700 |
Martin von Zweigbergk |
treemanifest: cache directory logs and manifests
|
changeset |
files
|
Mon, 18 May 2015 15:40:23 -0500 |
Pierre-Yves David |
hook: drop dedicated catch for 'KeyboardInterrupt'
|
changeset |
files
|
Mon, 18 May 2015 15:38:24 -0500 |
Pierre-Yves David |
recover: catch any exception, not just Exception
|
changeset |
files
|
Mon, 18 May 2015 15:33:21 -0500 |
Pierre-Yves David |
exchange: catch down to BaseException when handling bundle2
|
changeset |
files
|
Mon, 18 May 2015 13:23:14 -0500 |
Pierre-Yves David |
bundle2: use BaseException in bundle2
|
changeset |
files
|
Mon, 18 May 2015 13:20:19 -0500 |
Pierre-Yves David |
check-code: drop ban of BaseException
|
changeset |
files
|
Mon, 18 May 2015 13:25:07 -0500 |
Pierre-Yves David |
wireproto: turn an 'except' into a 'finally' as suggest by the comment
|
changeset |
files
|
Mon, 18 May 2015 12:56:59 -0500 |
Pierre-Yves David |
check-code: drop the yield inside try/finally ban
|
changeset |
files
|
Mon, 18 May 2015 15:34:42 -0400 |
Matt Harbison |
run-tests: resurrect the wifexited polyfill (backout 6ab5a1c9ea3c)
|
changeset |
files
|
Mon, 18 May 2015 02:53:08 +0900 |
FUJIWARA Katsunori |
tests: check import cycles in hgext/**.py, too
|
changeset |
files
|
Mon, 18 May 2015 02:52:58 +0900 |
FUJIWARA Katsunori |
import-checker: don't treat modules as relative one if not found
|
changeset |
files
|
Mon, 18 May 2015 02:52:55 +0900 |
FUJIWARA Katsunori |
import-checker: make imported_modules yield absolute dotted_name_of_path
|
changeset |
files
|
Mon, 18 May 2015 02:50:22 +0900 |
FUJIWARA Katsunori |
import-checker: add utility to examine what module is imported easily
|
changeset |
files
|
Mon, 18 May 2015 12:31:41 -0500 |
Pierre-Yves David |
subrepo: further replacement of try/except with 'next'
|
changeset |
files
|
Mon, 18 May 2015 12:27:15 -0500 |
Pierre-Yves David |
parsers: use 'next' instead of try/except
|
changeset |
files
|
Mon, 18 May 2015 12:22:44 -0500 |
Pierre-Yves David |
dagparser: use 'next' instead of try/except for default value
|
changeset |
files
|