Thu, 30 Jul 2020 01:10:10 +0200 |
Joerg Sonnenberger |
dirstate: revert change to Rust binding
|
changeset |
files
|
Tue, 28 Jul 2020 10:19:49 -0700 |
Martin von Zweigbergk |
relnotes: copy "next" to "5.5" and clear "next"
stable
|
changeset |
files
|
Thu, 23 Jul 2020 23:52:31 +0200 |
Pierre-Yves David |
commitctx: extract all the file preparation logic in a new function
|
changeset |
files
|
Thu, 23 Jul 2020 23:58:23 +0200 |
Pierre-Yves David |
commitctx: gather more preparation code within the lock context
|
changeset |
files
|
Thu, 23 Jul 2020 23:40:59 +0200 |
Pierre-Yves David |
commitctx: move a special case about files earlier
|
changeset |
files
|
Thu, 23 Jul 2020 18:25:45 +0200 |
Pierre-Yves David |
commitctx: extract all the manual logic to process the files
|
changeset |
files
|
Thu, 23 Jul 2020 23:08:00 +0200 |
Pierre-Yves David |
commitctx: treat `filesadded` more like `filesremoved`
|
changeset |
files
|
Thu, 23 Jul 2020 22:58:29 +0200 |
Pierre-Yves David |
commitctx: move `writechangesetcopy` business at the end a code section
|
changeset |
files
|
Thu, 23 Jul 2020 21:09:42 +0200 |
Pierre-Yves David |
commitctx: move copy meta config reading in a dedicated function
|
changeset |
files
|
Thu, 23 Jul 2020 21:03:30 +0200 |
Pierre-Yves David |
commitctx: no longer use the `writecopiesto` variable in the function
|
changeset |
files
|
Thu, 23 Jul 2020 14:58:21 +0200 |
Pierre-Yves David |
commitctx: extract the function that commit a new manifest
|
changeset |
files
|
Fri, 24 Jul 2020 12:52:32 +0200 |
Pierre-Yves David |
commitctx: stop using weakref proxy for transaction
|
changeset |
files
|
Tue, 28 Jul 2020 20:47:50 +0200 |
Manuel Jacob |
rebase: fix regression in file change detection introduced by 0ecb3b11fcad
stable
|
changeset |
files
|
Tue, 28 Jul 2020 20:07:05 +0200 |
Manuel Jacob |
context: re-add `overlayworkingctx._compact()` removed in 6a5dcd754842
stable
|
changeset |
files
|
Thu, 23 Jul 2020 16:30:30 +0200 |
Pierre-Yves David |
push: test for checks preventing publishing obsolete changeset
stable
|
changeset |
files
|
Thu, 23 Jul 2020 16:29:15 +0200 |
Pierre-Yves David |
push: test for checks preventing publishing obsolete changeset
stable
|
changeset |
files
|
Thu, 23 Jul 2020 16:26:29 +0200 |
Pierre-Yves David |
push: another test for checks preventing pushing orphaness to a server
stable
|
changeset |
files
|
Thu, 23 Jul 2020 16:23:43 +0200 |
Pierre-Yves David |
push: test the checks preventing pushing orphaness to a server
stable
|
changeset |
files
|
Wed, 22 Jul 2020 16:10:33 +0200 |
Pierre-Yves David |
commitctx: document the None return for "touched" value
|
changeset |
files
|
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__
|
changeset |
files
|
Thu, 23 Jul 2020 22:06:31 -0700 |
Martin von Zweigbergk |
tests: fix mistaken copy&paste from commit 4489e9a22763
|
changeset |
files
|
Mon, 06 Jul 2020 15:10:53 +0200 |
Joerg Sonnenberger |
manifest: kill one more instance of the old merge hash hack
|
changeset |
files
|
Sat, 25 Jul 2020 04:29:17 +0200 |
Joerg Sonnenberger |
dirstate: isolate node len dependency for the pure version
|
changeset |
files
|
Fri, 24 Jul 2020 08:38:19 -0700 |
Martin von Zweigbergk |
fix: update documentation to reflect preference for --source over --rev
|
changeset |
files
|
Fri, 24 Jul 2020 16:32:45 -0700 |
Kyle Lippincott |
tests: make check-py3-compat.py actually load the specified files correctly
|
changeset |
files
|
Fri, 24 Jul 2020 12:13:10 -0700 |
Kyle Lippincott |
tests: virtualenv is only used on py2, rename and conditionalize
|
changeset |
files
|
Thu, 23 Jul 2020 13:31:45 -0700 |
Kyle Lippincott |
morestatus: mention --stop even if not using --verbose
|
changeset |
files
|
Thu, 23 Jul 2020 16:57:56 +0200 |
Pierre-Yves David |
exchange: backout changeset c26335fa4225
stable
|
changeset |
files
|
Fri, 24 Jul 2020 11:24:59 -0700 |
Martin von Zweigbergk |
templater: handle None returned from templatedir()
|
changeset |
files
|
Fri, 24 Jul 2020 00:50:57 +0530 |
Pulkit Goyal |
tests: glob 'mercurial.error' in test-phases.t
stable
|
changeset |
files
|
Thu, 23 Jul 2020 17:32:09 +0200 |
Pierre-Yves David |
infinitepush: remove unused import to tempfile
stable
|
changeset |
files
|
Wed, 22 Jul 2020 00:09:17 -0700 |
Martin von Zweigbergk |
templater: do search for include of unqualified builtin outside of config code
|
changeset |
files
|
Tue, 21 Jul 2020 21:59:12 -0700 |
Martin von Zweigbergk |
templater: switch to lower-level config.parse() in _readmapfile()
|
changeset |
files
|
Tue, 21 Jul 2020 23:50:42 -0700 |
Martin von Zweigbergk |
config: pass both relative and absolute paths to `include` callback
|
changeset |
files
|
Wed, 22 Jul 2020 22:38:42 -0700 |
Martin von Zweigbergk |
tests: add test for bad template %include and __base__
|
changeset |
files
|
Tue, 21 Jul 2020 22:52:22 -0700 |
Martin von Zweigbergk |
tests: add test for unqualified include of a built-in template map
|
changeset |
files
|
Wed, 22 Jul 2020 22:09:38 -0400 |
Augie Fackler |
merge with stable
|
changeset |
files
|
Tue, 07 Jul 2020 00:18:15 +0200 |
Pierre-Yves David |
commitctx: extract _filecommit too
|
changeset |
files
|
Mon, 06 Jul 2020 23:14:52 +0200 |
Pierre-Yves David |
commitctx: extract the function in a dedicated module
|
changeset |
files
|
Mon, 06 Jul 2020 19:13:19 +0200 |
Pierre-Yves David |
commitctx: document a fast path in _filecommit
|
changeset |
files
|
Tue, 21 Jul 2020 13:36:48 -0700 |
Martin von Zweigbergk |
hgweb: simplify now that we always have a single path
|
changeset |
files
|
Tue, 21 Jul 2020 13:41:26 -0700 |
Martin von Zweigbergk |
templater: simplify stylemap() now that templatedir() returns a single path
|
changeset |
files
|
Tue, 21 Jul 2020 13:11:49 -0700 |
Martin von Zweigbergk |
templater: make templatepaths() return a single path, or None
|
changeset |
files
|
Tue, 21 Jul 2020 13:05:37 -0700 |
Martin von Zweigbergk |
templater: simplify templatepaths() to avoid iterating a singleton list
|
changeset |
files
|
Mon, 06 Jul 2020 22:46:49 +0200 |
Pierre-Yves David |
commitctx: move a tiny else clause above the very long one
|
changeset |
files
|
Mon, 06 Jul 2020 22:37:53 +0200 |
Pierre-Yves David |
commitctx: consider removed as touched
|
changeset |
files
|
Mon, 06 Jul 2020 22:35:34 +0200 |
Pierre-Yves David |
commitctx: rename "changed" to touched
|
changeset |
files
|
Tue, 07 Jul 2020 11:16:28 +0200 |
Pierre-Yves David |
commitctx: more filesremoved assignment closer to removed computation
|
changeset |
files
|
Mon, 06 Jul 2020 20:03:30 +0200 |
Pierre-Yves David |
commitctx: compute files added from _filecommit returns
|
changeset |
files
|
Mon, 06 Jul 2020 19:35:53 +0200 |
Pierre-Yves David |
commitctx: return "touched" status from _filecommit
|
changeset |
files
|
Tue, 21 Jul 2020 01:04:19 +0200 |
Manuel Jacob |
relnotes: add release notes for relevant changes I did since the 5.4 release
stable
|
changeset |
files
|
Mon, 20 Jul 2020 18:04:19 +0200 |
Manuel Jacob |
relnotes: fix indentation
stable
|
changeset |
files
|
Mon, 20 Jul 2020 17:57:31 +0200 |
Manuel Jacob |
relnotes: make spacing before new section consistent
stable
|
changeset |
files
|
Wed, 22 Jul 2020 14:58:49 +0530 |
Pulkit Goyal |
tests: make one of 'worker process exited' line option in test-chg.t
stable
|
changeset |
files
|
Wed, 22 Apr 2020 18:08:12 -0400 |
Connor Sheehan |
infinitepush: fix `{get,put}_args` formatting on Python 3
stable
|
changeset |
files
|
Wed, 22 Apr 2020 17:59:17 -0400 |
Connor Sheehan |
infinitepush: replace `NamedTemporaryFile` with `pycompat.namedtempfile`
stable
|
changeset |
files
|
Mon, 20 Jul 2020 20:31:24 +0900 |
Yuya Nishihara |
chgserver: discard buffered output before restoring fds (issue6207)
stable
|
changeset |
files
|
Tue, 21 Jul 2020 20:49:05 +0900 |
Yuya Nishihara |
hghave: fix possible int('') in has_clang_format()
stable
|
changeset |
files
|
Mon, 20 Jul 2020 22:16:26 +0530 |
Pulkit Goyal |
Added signature for changeset 28163c5de797
stable
|
changeset |
files
|
Mon, 20 Jul 2020 22:16:13 +0530 |
Pulkit Goyal |
Added tag 5.5rc0 for changeset 28163c5de797
stable
|
changeset |
files
|