Tue, 12 Jun 2018 19:00:12 +0530 Pulkit Goyal evolve: improve error messages when conflicts occur
Tue, 12 Jun 2018 04:01:19 +0530 Pulkit Goyal evolve: point to `hg help evolve.interrupted` while resolving content-div
Tue, 12 Jun 2018 03:29:13 +0530 Pulkit Goyal tests: add test about aborting content-divergence when multiple parents
Wed, 13 Jun 2018 15:47:19 +0530 Pulkit Goyal CHANGELOG: add an entry about the --update flag
Wed, 06 Jun 2018 04:29:05 +0530 Pulkit Goyal evolve: show unfinished information in `hg status -v` (issue5886)
Tue, 12 Jun 2018 13:58:14 +0200 Denis Laxalde style: drop a (commented) debug print
Sun, 10 Jun 2018 20:58:55 +0530 Pulkit Goyal tests: update tests output with changes in d0abd7949ea3 in core hg
Tue, 12 Jun 2018 10:40:57 +0200 Pierre-Yves David branching: merge with stable
Mon, 11 Jun 2018 23:31:44 +0530 Pulkit Goyal Added tag 8.0.1 for changeset 0887c30255a1 stable
Mon, 11 Jun 2018 23:30:24 +0530 Pulkit Goyal packaging: prepare for 8.0.1 release stable 8.0.1
Mon, 11 Jun 2018 20:24:45 +0200 Pierre-Yves David changelog: add a couple of missing entry stable
Mon, 11 Jun 2018 20:17:56 +0530 Pulkit Goyal evolve: strip the extra obsmarkers if any on `hg evolve --abort`
Mon, 11 Jun 2018 20:13:36 +0530 Pulkit Goyal evolve: store the obsmarkers to be deleted in evolvestate
Mon, 11 Jun 2018 15:52:11 +0530 Pulkit Goyal evolve: store obsmarkers to be deleted in evolvestate
Mon, 11 Jun 2018 15:38:43 +0530 Pulkit Goyal evolve: factor out logic to merge branches in separate function
Mon, 11 Jun 2018 01:00:57 +0530 Pulkit Goyal tests: add more test of --stop while resolving content-divergence
Mon, 11 Jun 2018 00:47:28 +0530 Pulkit Goyal evolve: strip the relocation commit on `hg evolve --stop`
Mon, 11 Jun 2018 00:43:39 +0530 Pulkit Goyal evolve: declare updated and pctx variables in stopevolve()
Sun, 10 Jun 2018 22:52:11 +0530 Pulkit Goyal evolve: store the old other divergent node after relocation in evolvestate
Sun, 10 Jun 2018 22:42:57 +0530 Pulkit Goyal evolve: factor out logic for --stop flag in separate function
Sun, 10 Jun 2018 22:38:08 +0530 Pulkit Goyal tests: add test for --stop flag when resolving multiparents content-div
Sun, 10 Jun 2018 20:35:48 +0530 Pulkit Goyal evolve: move logic to continue interrupted content-div resolution to new fn
Mon, 11 Jun 2018 01:12:12 +0530 Pulkit Goyal evolve: rename help topic evolve.interrupted-evolve to evolve.interrupted
Sat, 09 Jun 2018 00:15:27 +0530 Pulkit Goyal packaging: update tested-with statements in evolve and topic stable
Sat, 09 Jun 2018 00:12:08 +0530 Pulkit Goyal CHANGELOG: mention about 4.6.1 compatibility stable
Fri, 08 Jun 2018 22:52:53 +0530 Pulkit Goyal test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
Fri, 08 Jun 2018 22:52:52 +0530 Pulkit Goyal test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
Fri, 08 Jun 2018 22:52:51 +0530 Pulkit Goyal test-compat: merge stable into mercurial-4.5 mercurial-4.5
Tue, 22 May 2018 23:51:57 +0530 Pulkit Goyal utility: use ui.interactive() instead of checking config value stable
Fri, 08 Jun 2018 19:48:53 +0530 Pulkit Goyal CHANGELOG: add couple of entries about things fixed stable
Fri, 08 Jun 2018 17:36:28 +0530 Pulkit Goyal next-prev: always respect the --merge flag stable
Fri, 08 Jun 2018 18:32:48 +0530 Pulkit Goyal next-prev: add tests showing --merge not respected in some cases stable
Thu, 07 Jun 2018 22:59:39 +0530 Pulkit Goyal evolve: store the evolvestate if relocation results in conflicts
Thu, 07 Jun 2018 22:45:54 +0530 Pulkit Goyal tests: add more test of resolution of content-divergent changesets
Thu, 07 Jun 2018 18:18:10 +0530 Pulkit Goyal evolvestate: store info about relocation while resolving content-divergence
Thu, 07 Jun 2018 18:13:54 +0530 Pulkit Goyal evolve: factor out logic to merge content divergent csets in separate fn
Thu, 07 Jun 2018 20:27:03 +0530 Pulkit Goyal evolve: commit the transaction if conflicts occur while merging content-div
Thu, 07 Jun 2018 15:54:32 +0530 Pulkit Goyal tests: add tests for resolving content-divergence when different parents
Fri, 01 Jun 2018 19:52:06 +0530 Pulkit Goyal evolve: implement resolution of content-divergence when on differet parents
Fri, 01 Jun 2018 19:57:19 +0530 Pulkit Goyal tests: add tests for resolving content-divergence with parent change
Wed, 06 Jun 2018 03:49:17 +0530 Pulkit Goyal CHANGELOG: add an entry about fixing issue5877
Wed, 06 Jun 2018 03:26:47 +0530 Pulkit Goyal evolve: pop up editor if conflicts occur while merging commit messages
Mon, 04 Jun 2018 01:28:02 +0530 Pulkit Goyal evolve: merge commit messages while resolving content-divergence (issue5877)
Wed, 06 Jun 2018 01:19:36 +0530 Pulkit Goyal evolve: move if-else block under the right block
Tue, 05 Jun 2018 22:02:24 +0530 Pulkit Goyal tests: make sure we don't result in commit messages conflict
Tue, 05 Jun 2018 21:02:09 +0530 Pulkit Goyal tests: don't use mkcommit shell function in test-divergent.t
Wed, 06 Jun 2018 14:35:36 +0200 Pierre-Yves David evolve: remove duplicated documentation
Wed, 06 Jun 2018 04:09:49 +0530 Pulkit Goyal evolve: show `hg help evolve.interrupted-evolve` in error when conflicts
Wed, 23 May 2018 01:11:59 +0530 Pulkit Goyal evolve: add a help topic `Interrupted-Evolve`
Tue, 05 Jun 2018 03:37:15 +0200 Pierre-Yves David branching: merge with stable
Tue, 05 Jun 2018 03:36:40 +0200 Pierre-Yves David changelog: fix version number error stable
Thu, 24 May 2018 02:12:14 +0530 Pulkit Goyal evolve: return the new node formed only as the replacement
Thu, 24 May 2018 17:04:20 +0530 Pulkit Goyal tests: add more test of --abort flag for content-divergence resolution
Mon, 04 Jun 2018 04:03:02 +0530 Pulkit Goyal evolve: prompt user for branch selection while resolving content-divergence
Tue, 05 Jun 2018 03:51:01 +0530 Pulkit Goyal evolve: pass the base revision in _completecontentdivergent()
Tue, 05 Jun 2018 03:49:49 +0530 Pulkit Goyal evolve: store the base of content-divergents in evolvestate
Tue, 05 Jun 2018 00:53:21 +0530 Pulkit Goyal evolve: use cmdrewrite.amend() instead of creating a new commit
Sun, 03 Jun 2018 01:59:41 +0530 Pulkit Goyal corecompat: update the tests output to show phase update summary
Sun, 03 Jun 2018 03:24:43 +0530 Pulkit Goyal CHANGELOG: add an entry about issue 5808 being fixed stable
Sun, 03 Jun 2018 03:21:25 +0530 Pulkit Goyal next-prev: replace the error hint to mention about `--merge` flag stable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip