Mon, 13 Jan 2020 16:32:25 +0700 Anton Shestakov obshistory: make patchavailable() handle predecessors too draft
Wed, 15 Jan 2020 16:28:35 +0700 Anton Shestakov templatekw: add obsorigin keyword draft
Tue, 14 Jan 2020 20:58:26 +0700 Anton Shestakov obshistory: implement predecessorsandmarkers() for obsorigin draft
Sun, 02 Feb 2020 11:06:21 +0100 Pierre-Yves David fold: proposal for output improvement draft
Fri, 27 Dec 2019 20:40:13 -0800 Rodrigo Damazio Bovendorp obslog: add display of precursor information to the default template draft
Fri, 27 Dec 2019 20:38:10 -0800 Rodrigo Damazio Bovendorp obslog: add flags to control the output of precursors and successors draft
Sat, 01 Feb 2020 10:54:20 +0100 Rodrigo Damazio Bovendorp obslog: extract display of a markers to its own function draft
Mon, 27 Jan 2020 14:55:35 +0700 Anton Shestakov tests: allow an empty merge commit to have tests pass without too many changes draft stable
Sun, 26 Jan 2020 20:52:25 +0700 Anton Shestakov uncommit: use repo.setparents() instead of repo.dirstate.setparents() draft stable
Sun, 26 Jan 2020 20:57:20 +0700 Anton Shestakov touch: use repo.setparents() instead of repo.dirstate.setparents() draft stable
Sun, 26 Jan 2020 20:57:39 +0700 Anton Shestakov evolve: use repo.setparents() instead of repo.dirstate.setparents() draft stable
Mon, 02 Sep 2019 20:09:05 +0700 Anton Shestakov tests: demonstrate that evolve swaps parents of merge commits draft stable
Wed, 22 Jan 2020 21:41:25 +0700 Anton Shestakov ci: cache pytype-related files between runs draft
Sun, 10 Nov 2019 16:32:34 +0530 Sushil khanchi evolve: add pre-check logic for creation of phase divergence locally draft
Sun, 10 Nov 2019 18:08:57 +0530 Sushil khanchi evolve: add test to show that user can create phase-divergence locally draft
Mon, 30 Dec 2019 00:24:09 +0530 Sushil khanchi evolve: remove unnecessary code since it's been covered already draft
Mon, 30 Dec 2019 00:43:17 +0530 Sushil khanchi test: no need to look at full log draft
Sun, 29 Dec 2019 23:59:41 +0530 Sushil khanchi evolve: refactor content-divergence resolution logic draft
Mon, 30 Dec 2019 00:11:00 +0530 Sushil khanchi evolve: remove duplicated code draft
Mon, 25 Nov 2019 02:41:16 +0530 Sushil khanchi evolve: make necessary changes in a test to reflect a fix in next patch draft
Mon, 23 Dec 2019 01:03:45 +0530 Sushil khanchi evolve: add quotes around the action in msg of pre-checking draft
Wed, 04 Dec 2019 21:06:39 +0530 Sushil khanchi metaedit: use pre-checking before rewriting csets draft
Sat, 14 Dec 2019 13:31:45 +0530 Sushil khanchi evolve: update the pre-check message for risk of orphans draft
Sun, 10 Nov 2019 16:32:34 +0530 Sushil khanchi evolve: add pre-check logic for creation of phase divergence locally draft
Sun, 10 Nov 2019 18:08:57 +0530 Sushil khanchi evolve: add test to show that user can create phase-divergence locally draft
Mon, 04 Nov 2019 00:18:55 +0530 Sushil khanchi evolve: remove a check which is already done by rewriteutil.precheck() draft
Mon, 04 Nov 2019 01:30:50 +0530 Sushil khanchi evolve: add pre-check logic for content-divergence in rewriteutil.precheck() draft
Thu, 26 Dec 2019 10:21:31 -0800 Martin von Zweigbergk topic: make in-memory rebase preserve topic draft
Wed, 18 Dec 2019 14:10:56 +0100 Boris Feld Temporary commit for time measurement of test file + pandoc draft
Wed, 18 Dec 2019 14:10:49 +0100 Boris Feld ci: Add CI job for building the documentation draft
Fri, 22 Nov 2019 18:56:42 +0100 Boris Feld tutorial: compile the tutorial in rst so it can be included draft
Fri, 22 Nov 2019 18:29:27 +0100 Boris Feld tutorial: run the tutorial test file to update to latests ui messages draft
Fri, 22 Nov 2019 18:28:01 +0100 Boris Feld ignore: fix hgignore to point to the correct folder draft
Thu, 12 Sep 2019 15:38:11 +0700 Anton Shestakov stack: rename stack.revs into stack.indexedrevs draft
Thu, 12 Sep 2019 15:22:50 +0700 Anton Shestakov stack: return from behindcount() early draft
Thu, 12 Sep 2019 14:44:19 +0700 Anton Shestakov stack: use self._revs in stack.behindcount() draft
Thu, 12 Sep 2019 14:42:38 +0700 Anton Shestakov stack: use self._revs in stack.heads() draft
Tue, 04 Sep 2018 19:53:08 +0200 Boris Feld pick: Add a test to check that pick pick the right content draft
Thu, 01 Feb 2018 18:26:56 +0100 Boris Feld WIP on handling stacks draft
Mon, 15 Jan 2018 17:46:40 +0100 Boris Feld test: add a test for current behavior of precursors revset draft
Sun, 29 Mar 2020 16:00:57 +0700 Anton Shestakov obshistory: give a more correct name to a variable
Sun, 29 Mar 2020 16:08:43 +0700 Anton Shestakov tests: unindent lines that only have one leading space stable
Fri, 27 Mar 2020 17:37:34 +0700 Anton Shestakov rewind: make __rewind-hash__ extra field be bytes stable
Fri, 27 Mar 2020 17:37:03 +0700 Anton Shestakov touch: make __touch-noise__ extra field be bytes stable
Fri, 27 Mar 2020 04:30:22 +0100 Pierre-Yves David branching: merge with stable
Wed, 25 Mar 2020 17:44:08 -0400 Eric Spishak-Thomas evolve: fix some documentation grammar/typos
Wed, 25 Mar 2020 17:44:08 -0400 Eric Spishak-Thomas evolve: fix some documentation grammar/typos stable
Wed, 25 Mar 2020 21:48:32 +0100 Pierre-Yves David changelog: mention the recent evolve improvements stable
Sat, 21 Mar 2020 00:46:37 +0100 Manuel Jacob tests: merge two tests about split changesets stable
Wed, 11 Mar 2020 16:05:53 +0100 Manuel Jacob evolve: support successors of ancestor of orphan with multiple roots stable
Wed, 11 Mar 2020 16:04:06 +0100 Manuel Jacob evolve: support ancestor of orphan split with unrelated changeset in between stable
Wed, 11 Mar 2020 18:50:39 +0100 Pierre-Yves David exchange: deal with empty obscommon stable
Fri, 20 Mar 2020 12:37:44 +0700 Anton Shestakov topic: compat with tr.changes[b'phases'], it's now a list
Thu, 19 Mar 2020 20:09:18 +0530 Pulkit Goyal topic: fix compatibility issues caused because of change in transaction API
Fri, 06 Mar 2020 02:42:03 +0100 Pierre-Yves David obsexchange: fallback to simpler request for dumb http server stable
Fri, 06 Mar 2020 02:46:51 +0100 Pierre-Yves David obsexchange: swap the 'common' and 'missing' clause stable
Fri, 06 Mar 2020 02:41:53 +0100 Pierre-Yves David obsdiscovery: avoid considering locally hidden changeset stable
Wed, 11 Mar 2020 18:29:46 +0100 Pierre-Yves David obsdiscovery: add a test where some common node are hidden stable
Fri, 13 Mar 2020 19:11:43 +0700 Anton Shestakov tests: use appropriate Python (2 or 3) for dummyssh stable
Wed, 11 Mar 2020 18:28:26 +0100 Manuel Jacob evolve: add missing 'of' in message stable
(0) -3000 -1000 -300 -100 -60 +60 +100 tip