Tue, 09 Mar 2021 18:50:10 +0800 |
Anton Shestakov |
evolve: check if in-memory is supported on a good enough level for evolve
|
Tue, 02 Feb 2021 00:05:19 +0530 |
Sushil khanchi |
divergence-resolution: update some comments
|
Mon, 01 Feb 2021 23:56:34 +0530 |
Sushil khanchi |
evolve: drop unnecessary variables (follow-up of a9ad01ed1539)
|
Wed, 03 Mar 2021 10:57:09 +0800 |
Anton Shestakov |
tests: remove some unnecessary config
|
Thu, 04 Mar 2021 09:12:41 +0800 |
Anton Shestakov |
changelog: move a recently added feature to the correct release
|
Thu, 04 Mar 2021 09:12:04 +0800 |
Anton Shestakov |
changelog: reorder items, spelling
|
Wed, 03 Mar 2021 11:08:13 +0800 |
Anton Shestakov |
changelog: fix indent
|
Sat, 05 Sep 2020 09:24:33 +0530 |
Sushil khanchi |
evolve: add CHANGELOG entry
|
Wed, 26 Aug 2020 23:27:17 +0530 |
Sushil khanchi |
evolve: preserve wdir when using --stop
|
Mon, 01 Mar 2021 19:22:33 +0800 |
Anton Shestakov |
evolve: update a couple of comments in the recently created revset.py
|
Mon, 01 Mar 2021 19:21:54 +0800 |
Anton Shestakov |
evolve: add a compat comment to unstable() revset predicate
|
Sat, 27 Feb 2021 19:13:04 +0800 |
Anton Shestakov |
evolve: document provided revset predicates
|
Sat, 27 Feb 2021 18:22:12 +0800 |
Anton Shestakov |
evolve: split revsets into its own separate revset.py
|
Sat, 27 Feb 2021 18:07:27 +0800 |
Anton Shestakov |
evolve: rearrange some imports
|
Sat, 27 Feb 2021 18:02:03 +0800 |
Anton Shestakov |
evolve: remove hg 3.8 check
|
Sat, 27 Feb 2021 12:04:24 +0100 |
Pierre-Yves David |
branching: merge with stable
|
Tue, 23 Feb 2021 18:34:07 +0800 |
Anton Shestakov |
tests: add underlines to test-rewind.t
|
Tue, 22 Dec 2020 19:07:46 +0800 |
Anton Shestakov |
rewind: abort if some parts of a fold are unknown locally
|
Tue, 22 Dec 2020 19:06:36 +0800 |
Anton Shestakov |
rewind: abort when trying to rewind to multiple unrelated predecessors
|
Tue, 22 Dec 2020 19:03:59 +0800 |
Anton Shestakov |
rewind: walk obsmarkers and add more targets to rewind to
|
Thu, 18 Feb 2021 07:39:38 +0800 |
Anton Shestakov |
tests: make test-check-sdist.t less flaky by first archiving the repo
|
Wed, 24 Feb 2021 14:30:21 -0800 |
Chuck Tuffli |
doc: change topic phrase 'disappear' to 'fade out'
stable
|
Fri, 12 Feb 2021 13:16:01 -0800 |
Chuck Tuffli |
doc: document stack as a substitue for MQ's qseries
stable
|
Mon, 22 Feb 2021 15:34:15 -0800 |
Martin von Zweigbergk |
evolve: document experimental.evolution.in-memory in extension
|
Mon, 22 Feb 2021 12:56:39 -0800 |
Martin von Zweigbergk |
changelog: mention new experimental.evolution.in-memory config
|
Tue, 23 Feb 2021 13:31:24 -0800 |
Kyle Lippincott |
obslog: correct help to state that obslog is the command name
|
Tue, 23 Feb 2021 06:36:46 +0800 |
Anton Shestakov |
evolve: use nodemod.short() instead of nodemod.hex()[:12]
|
Tue, 23 Feb 2021 06:31:01 +0800 |
Anton Shestakov |
evolve: rely on ctx.__bytes__() for formatting instead of using ctx.hex()[:12]
|
Tue, 23 Feb 2021 06:06:06 +0800 |
Anton Shestakov |
pstatus: drop unnecessary CLI options
|
Wed, 17 Feb 2021 15:37:14 +0530 |
Sushil khanchi |
pdiff: drop unnecessary CLI options
|
Mon, 22 Feb 2021 17:37:53 +0100 |
Pierre-Yves David |
changelog: add an entry aboutt improved divergence resolution
|
Sun, 24 Jan 2021 20:09:28 +0530 |
Pierre-Yves David |
divergence-resolution: [patch 3] fix a messed up test case
|
Sun, 24 Jan 2021 20:09:02 +0530 |
Pierre-Yves David |
divergence-resolution: [patch 2] fix a messed up test case
|
Sun, 24 Jan 2021 19:47:17 +0530 |
Pierre-Yves David |
divergence-resolution: [patch 1] fix a messed up test case
|
Wed, 17 Feb 2021 18:11:44 +0530 |
Sushil khanchi |
divergence-resolution: drop a block of code which is unnecessary now
|
Thu, 18 Feb 2021 23:37:41 +0530 |
Sushil khanchi |
divergence-resolution: add support and doc for a special case in divergence
|
Mon, 01 Feb 2021 23:54:53 +0530 |
Sushil khanchi |
divergence-resolution: add comments to explain a particular case
|
Fri, 22 Jan 2021 05:37:43 +0100 |
Sushil khanchi |
divergence-resolution: take parent successors in account
|
Thu, 28 Jan 2021 13:40:36 +0530 |
Sushil khanchi |
divergence-resolution: add a buggy test case for resolution
|
Wed, 17 Feb 2021 14:00:43 -0800 |
Kyle Lippincott |
doc: switch rst `=` section underlines to `-`
|
Wed, 17 Feb 2021 12:00:45 -0800 |
Kyle Lippincott |
doc: remove .strip() for a docstring
|
Tue, 24 Nov 2020 16:33:24 -0800 |
Martin von Zweigbergk |
evolvecmd: don't update working copy when using in-memory merge
|
Thu, 15 Oct 2020 15:40:36 -0700 |
Martin von Zweigbergk |
evolve: when relocating, optionally first try to do it using in-memory merge
|
Thu, 01 Oct 2020 12:34:36 -0700 |
Martin von Zweigbergk |
tests: add test for in-memory evolve, not actually in-memory yet
|
Thu, 15 Oct 2020 15:16:36 -0700 |
Martin von Zweigbergk |
evolvecmd: extract function for rewriting hashes in commit message
|
Tue, 09 Feb 2021 19:11:39 +0800 |
Anton Shestakov |
branching: merge stable into default
|
Wed, 03 Feb 2021 08:07:10 -0800 |
Chuck Tuffli |
tests: fix spelling in test-topic-stack.t
stable
|
Mon, 08 Feb 2021 16:31:35 +0800 |
Anton Shestakov |
tests: add test-check-sdist.t to check setup.py sdist results
stable
|
Mon, 01 Feb 2021 19:57:33 +0800 |
Anton Shestakov |
manifest: use a regular relative path for excluding legacy.py
stable
|
Mon, 01 Feb 2021 19:52:39 +0800 |
Anton Shestakov |
manifest: include all .py files from hgext3rd
stable
|
Thu, 04 Feb 2021 19:23:45 +0800 |
Anton Shestakov |
tests: update more exit codes in case conflicting changes
|
Thu, 04 Feb 2021 19:21:28 +0800 |
Anton Shestakov |
tests: update exit code for failed hooks
|
Sun, 31 Jan 2021 16:46:17 +0800 |
Anton Shestakov |
test-compat: merge mercurial-4.7 into mercurial-4.6
mercurial-4.6
|
Sun, 31 Jan 2021 16:15:26 +0800 |
Anton Shestakov |
test-compat: merge mercurial-4.8 into mercurial-4.7
mercurial-4.7
|
Sun, 31 Jan 2021 16:06:16 +0800 |
Anton Shestakov |
test-compat: merge mercurial-4.9 into mercurial-4.8
mercurial-4.8
|
Sun, 31 Jan 2021 15:57:57 +0800 |
Anton Shestakov |
test-compat: merge mercurial-5.0 into mercurial-4.9
mercurial-4.9
|
Sun, 31 Jan 2021 15:39:25 +0800 |
Anton Shestakov |
test-compat: merge mercurial-5.1 into mercurial-5.0
mercurial-5.0
|
Sat, 30 Jan 2021 20:58:19 +0800 |
Anton Shestakov |
test-compat: merge mercurial-5.2 into mercurial-5.1
mercurial-5.1
|
Sat, 30 Jan 2021 20:53:45 +0800 |
Anton Shestakov |
test-compat: merge mercurial-5.3 into mercurial-5.2
mercurial-5.2
|
Sat, 30 Jan 2021 20:49:07 +0800 |
Anton Shestakov |
test-compat: merge mercurial-5.4 into mercurial-5.3
mercurial-5.3
|