hgext3rd/evolve/evolvecmd.py
Wed, 01 Apr 2020 09:21:29 -0700 Martin von Zweigbergk evolve: extract function for relocating divergent commit
Sat, 21 Mar 2020 20:36:41 +0100 Manuel Jacob evolve: consider all obsolete ancestors when finding new parent for orphan draft
Wed, 29 Apr 2020 00:28:15 +0800 Anton Shestakov evolve: provide cache to successorssets() in _possibledestination()
Sun, 26 Jan 2020 20:57:39 +0700 Anton Shestakov evolve: use repo.setparents() instead of repo.dirstate.setparents() draft stable
Mon, 30 Dec 2019 00:24:09 +0530 Sushil khanchi evolve: remove unnecessary code since it's been covered already 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
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
Tue, 10 Mar 2020 19:05:08 +0700 Anton Shestakov compat: update hg-X.Y compat comments and test them
Sat, 07 Mar 2020 22:38:14 +0700 Anton Shestakov evolve: drop 4.5 compat for scmutil.resolvehexnodeidprefix()
Wed, 04 Mar 2020 16:30:19 +0100 Pierre-Yves David compat: drop 4.5 compatibility layer for log utility
Tue, 10 Mar 2020 11:06:37 +0100 Pierre-Yves David compat: directly use status attribute instead of the compat layer
Sat, 01 Feb 2020 12:50:10 +0100 Pierre-Yves David branching
Tue, 28 Jan 2020 20:12:04 +0700 Anton Shestakov compat: add a context manager that calls _quick_access_changeid_invalidate() stable
Fri, 17 Jan 2020 20:40:24 +0700 Anton Shestakov evolve: provide branch argument to overlayworkingctx.tomemctx() stable
Thu, 23 Jan 2020 19:33:40 +0700 Anton Shestakov evolve: compatibility with copies.graftcopies() from hg 5.3 stable
Sun, 08 Dec 2019 02:17:11 +0530 Sushil khanchi evolve: add a new method picksplitsuccessor() in utility.py
Fri, 17 Jan 2020 20:40:24 +0700 Anton Shestakov evolve: provide branch argument to overlayworkingctx.tomemctx()
Sat, 28 Dec 2019 23:20:05 +0530 Sushil khanchi evolve: remove dead code
Sat, 07 Dec 2019 23:13:40 +0530 Sushil khanchi evolve: use utility._singlesuccessor() in _solveunstable()
Wed, 18 Dec 2019 16:21:37 +0100 Pierre-Yves David evolve: preliminary indentation
Fri, 03 Jan 2020 23:12:19 +0700 Anton Shestakov evolve: provide cache argument to obsutil.successorssets() correctly stable
Sun, 01 Dec 2019 12:41:20 +0530 Sushil khanchi evolve: extract pre merging content-div csets logic to its own function
Thu, 26 Dec 2019 20:28:21 +0100 Pierre-Yves David evolve: further simplify a conditional
Thu, 26 Dec 2019 20:23:27 +0100 Pierre-Yves David evolve: simplify some conditional
Thu, 26 Dec 2019 20:17:01 +0100 Pierre-Yves David evolve: rename some variable ahead of time
Thu, 28 Nov 2019 19:01:28 +0530 Sushil khanchi evolve: add logic to cover --stop when "divergent" relocation in play
Thu, 19 Dec 2019 21:36:59 -0800 Martin von Zweigbergk evolvecmd: fix a typo node->None
Thu, 19 Dec 2019 21:15:31 -0800 Martin von Zweigbergk evolvecmd: avoid a ctx->node->ctx conversion
Thu, 19 Dec 2019 13:06:29 -0800 Martin von Zweigbergk evolvecmd: mark relocate() private
Thu, 19 Dec 2019 22:31:13 -0800 Martin von Zweigbergk cleanup: replace .parents()[0] by .p1()
Wed, 27 Nov 2019 19:50:33 +0530 Sushil khanchi evolve: use meaningful variable names for a return value
Wed, 27 Nov 2019 12:34:19 +0530 Sushil khanchi evolve: add logic to cover --continue case when relocating "divergent"
Mon, 25 Nov 2019 19:12:51 +0530 Sushil khanchi evolve: use more specific key name to store in evolvestate
Thu, 12 Dec 2019 17:22:18 +0530 Sushil khanchi evolve: remove the unnecessary condition to check empty successors set
Tue, 19 Nov 2019 14:54:13 -0800 Martin von Zweigbergk evolve: delete redundant and incorrect code for updating dirstate
Mon, 09 Dec 2019 10:33:48 -0800 Martin von Zweigbergk evolve: use ui.configoverride() instead of ui.backupconfig()
Mon, 09 Dec 2019 10:43:04 -0800 Martin von Zweigbergk evolve: remove obsolete backup of allowemptycommit config
Mon, 09 Dec 2019 10:44:42 -0800 Martin von Zweigbergk evolve: remove dead initilization of "newnode" variable
Thu, 12 Dec 2019 17:16:02 +0530 Sushil khanchi evolve: fix a typo
Tue, 10 Dec 2019 20:47:13 +0100 Pierre-Yves David branching: merge with stable
Fri, 11 Oct 2019 21:32:27 +0200 Manuel Jacob evolve: preserve date when resolving content-divergence (issue6202) stable
Fri, 06 Dec 2019 23:43:00 +0530 Sushil khanchi evolve: abort if deciding resolution parent is ambiguous stable
Sat, 23 Nov 2019 16:17:04 +0530 Sushil khanchi evolve: make sure divergence resolution doesn't undo changes (issue6203) stable
Fri, 06 Dec 2019 14:01:29 +0100 Manuel Jacob evolve: fix content-divergence resolution when p1 is null (issue6201) stable
Sun, 06 Oct 2019 02:30:12 -0400 Rodrigo Damazio help: categorizing evolve and topic commands
Fri, 27 Sep 2019 06:55:05 +0200 Pierre-Yves David branching: merge with stable
Mon, 09 Sep 2019 09:28:47 +0700 Anton Shestakov evolve: check that relocating makes sense in _solvedivergent() (issue5958) stable
Mon, 16 Sep 2019 12:44:38 -0700 Kyle Lippincott cmdstate: introduce a "saver" contextmanager and use it in place of save()
Tue, 03 Sep 2019 12:48:47 +0200 Pierre-Yves David branching: merge with stable
Tue, 03 Sep 2019 13:02:20 +0700 Anton Shestakov evolve: test that target is not orig in _solveunstable() (issue6097) stable
Tue, 06 Aug 2019 15:06:38 +0200 Raphaël Gomès python3: use format-source to run byteify-strings in .py files
Tue, 06 Aug 2019 15:06:27 +0200 Raphaël Gomès python3: enforce byte prefix for vfs.open()
Tue, 06 Aug 2019 11:32:01 +0200 Raphaël Gomès python3: add raw prefix to open()-like functions
Tue, 06 Aug 2019 11:29:35 +0200 Raphaël Gomès python3: add raw prefix to "troubles"-related dicts
Tue, 06 Aug 2019 11:26:29 +0200 Raphaël Gomès python3: add raw prefix in cases harder to analyze at the token level
Tue, 06 Aug 2019 11:07:16 +0200 Raphaël Gomès python3: prefix all regex to work with python 2 and 3
Thu, 11 Jul 2019 22:56:46 +0530 Taapas Agrawal abort: added support for evolve to hg abort
less more (0) -300 -100 -60 tip