log

age author description
Wed, 30 May 2018 00:34:35 +0530 Pulkit Goyal tests: add a test demonstrating issue5897 stable
Thu, 24 May 2018 17:50:02 +0530 Pulkit Goyal evolve: add an `--update` flag to `hg evolve` command
Thu, 24 May 2018 02:02:11 +0530 Pulkit Goyal tests: add tests for testing --abort while content-divergence resolution
Thu, 24 May 2018 00:58:50 +0530 Pulkit Goyal evolve: fix storage of replacements and temprevs node in evolvestate
Thu, 24 May 2018 00:58:35 +0530 Pulkit Goyal tests: add more tests related to aborting while resolving phase-divergence
Wed, 23 May 2018 12:16:24 +0200 Denis Laxalde topic: suggest to clear a topic that becomes empty
Wed, 23 May 2018 11:37:37 +0200 Denis Laxalde topic: display a hint pointing at help when a topic becomes non-empty
Thu, 24 May 2018 18:57:46 +0200 Pierre-Yves David branching: merge with compat fix on default
Thu, 24 May 2018 01:50:26 +0530 Pulkit Goyal evolve: add compat for repair.stripbmrevset which is moved to scmutil stable
Wed, 23 May 2018 11:18:14 +0200 Pierre-Yves David evolve: update the readme with more information about contribution stable
Wed, 23 May 2018 11:03:31 +0200 Denis Laxalde topic: dedent items about publishing behavior in docstring stable
Wed, 23 May 2018 11:00:11 +0200 Denis Laxalde topic: use preformatted block for config snippets documentation stable
Wed, 23 May 2018 11:09:37 +0200 Denis Laxalde tests: add a test for "hg help -e topic" stable
Wed, 23 May 2018 01:24:02 +0200 Pierre-Yves David branching: merge with stable
Tue, 22 May 2018 21:33:50 +0530 Pulkit Goyal content-div: add test showing `--stop` works during interrupted resolution
Mon, 23 Apr 2018 14:48:53 +0530 Pulkit Goyal evolve: create new commit while resolving content-divergence
Tue, 22 May 2018 20:33:42 +0530 Pulkit Goyal content-divergence: store the resolved revs in evolvestate['replacements']
Tue, 22 May 2018 23:51:57 +0530 Pulkit Goyal utility: use ui.interactive() instead of checking config value
Wed, 23 May 2018 02:46:20 +0530 Pulkit Goyal evolve: make `--abort` strip the temporary revs created during resolution
Wed, 23 May 2018 02:43:23 +0530 Pulkit Goyal evolve: store a list of temprevs in evolvestate
Wed, 23 May 2018 02:36:14 +0530 Pulkit Goyal evolve: check for None before adding in set of revisions to strip
Wed, 23 May 2018 02:33:14 +0530 Pulkit Goyal evolve: return the new replacement node to be stored in evolvestate
Wed, 23 May 2018 02:39:38 +0530 Pulkit Goyal evolve: don't make values of replacements dict lists
Wed, 23 May 2018 02:41:08 +0530 Pulkit Goyal tests: add a test file `--abort` flag while resolving phase-divergence
Tue, 15 May 2018 22:17:27 -0700 Martin von Zweigbergk evolve: pass revisions as strings to commands.*() stable
Wed, 23 May 2018 01:27:13 +0530 Pulkit Goyal tests: rename test-evolve-abort.t to test-evolve-abort-orphan.t
Mon, 21 May 2018 16:56:52 +0200 Pierre-Yves David branching: merge with branch for stable
Mon, 21 May 2018 16:25:29 +0200 Boris Feld compat: update obshashrange test output
Mon, 21 May 2018 14:56:51 +0200 Boris Feld test: update to new outputs
Mon, 21 May 2018 13:07:49 +0200 Boris Feld compat: fix obslog with Mercurial 4.6+
Sat, 19 May 2018 18:26:36 +0530 Faheem Mitha debian: add line to clean-docs target to delete additional docs file stable
Mon, 14 May 2018 15:25:38 -0700 Martin von Zweigbergk amend: use context manager for locks (issue5887) stable
Thu, 10 May 2018 21:37:28 -0700 Martin von Zweigbergk evolve: point to '--abort' in verbose status message stable
Sun, 22 Apr 2018 20:14:42 +0530 Pulkit Goyal evolvecmd: add comments and new lines in content-divergence handling logic
Sun, 29 Apr 2018 19:18:54 +0530 Pulkit Goyal evolve: show cset hash in "merging conetnt-divergent changeset"
Sun, 29 Apr 2018 19:14:41 +0530 Pulkit Goyal evolve: show cset hash in "update to local conflict" message
Sun, 29 Apr 2018 19:11:29 +0530 Pulkit Goyal evolve: use hg.updaterepo() instead of hg.update() to hide stats
Sun, 29 Apr 2018 19:04:18 +0530 Pulkit Goyal evolve: fix the conflicts error message during content-divergence resolution
Sun, 29 Apr 2018 18:51:56 +0530 Pulkit Goyal evolve: add logic to continue interrupted content-divergence resolution
Sun, 29 Apr 2018 18:48:36 +0530 Pulkit Goyal evolve: store the evolvestate file when encountering conflicts
Sun, 29 Apr 2018 18:13:29 +0530 Pulkit Goyal evolve: take out logic to complete phase-divergence in separate fn
Sun, 29 Apr 2018 17:54:01 +0530 Pulkit Goyal evolve: store divergent nodes in evolvestate when resolving content-divergence
Wed, 02 May 2018 11:59:06 +0200 Pierre-Yves David branching: merge stable into default
Sat, 28 Apr 2018 18:44:07 +0530 Pulkit Goyal tests: add test showing `hg evolve --stop` works fine with phase-divergence stable
Sat, 28 Apr 2018 18:03:32 +0530 Pulkit Goyal tests: rename the test file to add 'orphan' in the name stable
Fri, 27 Apr 2018 16:28:34 +0800 Anton Shestakov tests: test that `hg obslog wdir()` aborts with a useful message stable
Fri, 27 Apr 2018 16:19:45 +0800 Anton Shestakov obshistory: make obslog work when a commit doesn't have any description stable
Fri, 27 Apr 2018 16:14:10 +0800 Anton Shestakov obshistory: use a more appropriate type for obslog entries stable
Wed, 25 Apr 2018 14:19:13 +0100 Pierre-Yves David packaging: mark as development version
Wed, 25 Apr 2018 14:18:19 +0100 Pierre-Yves David branching: merge with latest release
Wed, 25 Apr 2018 14:16:35 +0100 Pierre-Yves David packaking: mark as development version stable
Wed, 25 Apr 2018 14:09:36 +0100 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
Wed, 25 Apr 2018 14:09:35 +0100 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
Wed, 25 Apr 2018 14:09:34 +0100 Pierre-Yves David test-compat: merge stable into mercurial-4.5 mercurial-4.5
Wed, 25 Apr 2018 14:09:14 +0100 Pierre-Yves David Added tag 8.0.0 for changeset 116cdd8c102a stable
Wed, 25 Apr 2018 14:02:43 +0100 Pierre-Yves David packaging: update version number stable 8.0.0
Wed, 25 Apr 2018 13:55:52 +0100 Pierre-Yves David packagin: update `tested-with` statement stable
Wed, 25 Apr 2018 13:49:00 +0100 Pierre-Yves David changelog: mention 4.6 compatibility stable
Wed, 25 Apr 2018 11:55:49 +0100 Pierre-Yves David Changelog: pre-version gardening stable
Wed, 25 Apr 2018 01:58:45 +0100 Pierre-Yves David testcompat: update output for Mercurial 4.3 mercurial-4.3