hgext3rd/evolve/evolvecmd.py
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
Fri, 12 Jul 2019 23:43:25 +0530 Taapas Agrawal evolve: fixed lock acquire before checking state
Mon, 29 Jul 2019 13:54:57 +0200 Pierre-Yves David branching: merge stable into default
Wed, 17 Jul 2019 12:47:37 -0700 Martin von Zweigbergk py3: redefine "troublecategories" in evolve as a dict
Wed, 17 Jul 2019 11:03:09 -0700 Martin von Zweigbergk py3: convert opts keys to bytes before passing to core APIs
Fri, 14 Jun 2019 18:44:43 -0700 kevpeng evolve: further clarify when update is performed stable
Thu, 11 Jul 2019 14:46:17 -0700 Martin von Zweigbergk py3: replace str(ctx) by bytes(ctx)
Thu, 11 Jul 2019 14:21:23 -0700 Martin von Zweigbergk py3: replace iter.next() by next(iter)
Wed, 17 Jul 2019 18:06:14 +0200 Pierre-Yves David branching: merge with stable
Wed, 03 Jul 2019 11:13:47 -0700 Martin von Zweigbergk py3: switch from iteritems() to items()
Thu, 04 Jul 2019 17:32:58 +0200 kevpeng evolve: further clarify that update is performed only when requested stable
Thu, 04 Jul 2019 16:55:57 +0200 Pierre-Yves David branching: merge with stable
Sun, 16 Jun 2019 23:39:55 +0530 Sushil khanchi evolve: fix the code flow pattern of solving obswdir par and troubled revs
Sun, 09 Jun 2019 12:07:08 +0530 Sushil khanchi evolve: refactor for consistent behavior of evolve when wdp is obsolete
Sat, 15 Jun 2019 17:17:19 +0530 Sushil khanchi evolve: backout 3027005c42c3 to reintroduce a bug for right fix
Tue, 18 Jun 2019 17:17:31 +0800 Anton Shestakov evolve: orphans that evolve into nothing don't need successors (issue5967) stable
less more (0) -300 -100 -60 tip