log

age author description
Thu, 23 Jul 2020 16:23:43 +0200 Pierre-Yves David push: test the checks preventing pushing orphaness to a server stable
Wed, 22 Jul 2020 16:10:33 +0200 Pierre-Yves David commitctx: document the None return for "touched" value
Thu, 23 Jul 2020 22:06:36 -0700 Martin von Zweigbergk tests: add tests trying to use dir as style, as %include, and as __base__
Thu, 23 Jul 2020 22:06:31 -0700 Martin von Zweigbergk tests: fix mistaken copy&paste from commit 4489e9a22763
Mon, 06 Jul 2020 15:10:53 +0200 Joerg Sonnenberger manifest: kill one more instance of the old merge hash hack
Sat, 25 Jul 2020 04:29:17 +0200 Joerg Sonnenberger dirstate: isolate node len dependency for the pure version
Fri, 24 Jul 2020 08:38:19 -0700 Martin von Zweigbergk fix: update documentation to reflect preference for --source over --rev
Fri, 24 Jul 2020 16:32:45 -0700 Kyle Lippincott tests: make check-py3-compat.py actually load the specified files correctly
Fri, 24 Jul 2020 12:13:10 -0700 Kyle Lippincott tests: virtualenv is only used on py2, rename and conditionalize
Thu, 23 Jul 2020 13:31:45 -0700 Kyle Lippincott morestatus: mention --stop even if not using --verbose
Thu, 23 Jul 2020 16:57:56 +0200 Pierre-Yves David exchange: backout changeset c26335fa4225 stable
Fri, 24 Jul 2020 11:24:59 -0700 Martin von Zweigbergk templater: handle None returned from templatedir()
Fri, 24 Jul 2020 00:50:57 +0530 Pulkit Goyal tests: glob 'mercurial.error' in test-phases.t stable
Thu, 23 Jul 2020 17:32:09 +0200 Pierre-Yves David infinitepush: remove unused import to tempfile stable
Wed, 22 Jul 2020 00:09:17 -0700 Martin von Zweigbergk templater: do search for include of unqualified builtin outside of config code
Tue, 21 Jul 2020 21:59:12 -0700 Martin von Zweigbergk templater: switch to lower-level config.parse() in _readmapfile()
Tue, 21 Jul 2020 23:50:42 -0700 Martin von Zweigbergk config: pass both relative and absolute paths to `include` callback
Wed, 22 Jul 2020 22:38:42 -0700 Martin von Zweigbergk tests: add test for bad template %include and __base__
Tue, 21 Jul 2020 22:52:22 -0700 Martin von Zweigbergk tests: add test for unqualified include of a built-in template map
Wed, 22 Jul 2020 22:09:38 -0400 Augie Fackler merge with stable
Tue, 07 Jul 2020 00:18:15 +0200 Pierre-Yves David commitctx: extract _filecommit too
Mon, 06 Jul 2020 23:14:52 +0200 Pierre-Yves David commitctx: extract the function in a dedicated module
Mon, 06 Jul 2020 19:13:19 +0200 Pierre-Yves David commitctx: document a fast path in _filecommit
Tue, 21 Jul 2020 13:36:48 -0700 Martin von Zweigbergk hgweb: simplify now that we always have a single path
Tue, 21 Jul 2020 13:41:26 -0700 Martin von Zweigbergk templater: simplify stylemap() now that templatedir() returns a single path
Tue, 21 Jul 2020 13:11:49 -0700 Martin von Zweigbergk templater: make templatepaths() return a single path, or None
Tue, 21 Jul 2020 13:05:37 -0700 Martin von Zweigbergk templater: simplify templatepaths() to avoid iterating a singleton list
Mon, 06 Jul 2020 22:46:49 +0200 Pierre-Yves David commitctx: move a tiny else clause above the very long one
Mon, 06 Jul 2020 22:37:53 +0200 Pierre-Yves David commitctx: consider removed as touched
Mon, 06 Jul 2020 22:35:34 +0200 Pierre-Yves David commitctx: rename "changed" to touched