hgext3rd/evolve/utility.py
Thu, 07 May 2020 19:47:59 -0700 Rodrigo Damazio Bovendorp utility: deal with having multiple draft default
Tue, 24 Mar 2020 23:43:28 +0100 Manuel Jacob evolve: remove unused divergenceflag and splitflag of MultipleSuccessorsError draft
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:43:13 +0800 Anton Shestakov evolve: provide cache to successorssets() in _singlesuccessor()
Thu, 12 Mar 2020 06:18:57 +0100 Manuel Jacob WIP: fix draft
Thu, 12 Mar 2020 03:13:17 +0100 Manuel Jacob WIP: rotate loop draft
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:28:26 +0100 Manuel Jacob evolve: add missing 'of' in message stable
Sun, 08 Dec 2019 02:17:11 +0530 Sushil khanchi evolve: add a new method picksplitsuccessor() in utility.py
Sat, 07 Dec 2019 23:13:40 +0530 Sushil khanchi evolve: use utility._singlesuccessor() in _solveunstable()
Thu, 19 Dec 2019 22:31:13 -0800 Martin von Zweigbergk cleanup: replace .parents()[0] by .p1()
Sat, 19 Oct 2019 10:42:09 -0700 Martin von Zweigbergk obsexchange: delete dead code for old exchange protocol
Tue, 06 Aug 2019 15:06:38 +0200 Raphaël Gomès python3: use format-source to run byteify-strings in .py files
Sun, 05 May 2019 18:24:59 +0530 Sushil khanchi evolve: consider using three way merge to get the user for div resolution
Wed, 30 Jan 2019 10:03:00 -0800 Martin von Zweigbergk prompts: use 1-indexing in revselectionprompt()
Mon, 14 Jan 2019 09:14:38 -0800 Martin von Zweigbergk evolve: adapt for deprecated ui.progress()
Fri, 04 Jan 2019 00:10:44 -0500 Matt Harbison configitems: move the default values to the registrar decorator
Thu, 01 Nov 2018 21:33:15 +0300 Pulkit Goyal utility: don't translate commit messages in revselection prompt (issue6016) stable
Thu, 25 Oct 2018 18:09:08 +0200 Pierre-Yves David evolve: do not try to display stack index of changeset who do not have one stable
Fri, 12 Oct 2018 11:33:30 +0200 Pierre-Yves David branching: merge stable into default
Thu, 11 Oct 2018 13:38:38 +0200 Pierre-Yves David caches: no longer warm the cache on strip in "auto" mode stable
Mon, 01 Oct 2018 13:20:30 +0530 Sushil khanchi utility: add a template alias that will be used in evolve msgs
Fri, 31 Aug 2018 00:31:01 +0200 Pierre-Yves David obshashrange: enable by default
Wed, 25 Jul 2018 16:12:01 -0700 Martin von Zweigbergk builddependencies: extract function for getting successors
Wed, 25 Jul 2018 16:23:25 -0700 Martin von Zweigbergk builddependencies: share code between single- and multi-successor cases
Wed, 25 Jul 2018 14:33:48 -0700 Martin von Zweigbergk builddependencies: build inverse dict from forward dict
Wed, 25 Jul 2018 14:21:49 -0700 Martin von Zweigbergk builddependencies: remove a use of defaultdict
Wed, 25 Jul 2018 15:30:37 -0700 Martin von Zweigbergk builddependencies: don't remove found deps when divergence found (issue5946) stable
Wed, 25 Jul 2018 14:47:16 -0700 Martin von Zweigbergk builddependencies: don't add dependency on revision outside input set stable
Wed, 25 Jul 2018 15:16:25 -0700 Martin von Zweigbergk builddependencies: consider all divergent successors stable
Tue, 22 May 2018 23:51:57 +0530 Pulkit Goyal utility: use ui.interactive() instead of checking config value
Thu, 19 Apr 2018 16:12:37 +0200 Pierre-Yves David compat: drop compatibility layer for successorssets
Fri, 06 Apr 2018 20:13:27 +0530 Pulkit Goyal utility: convert node from MultipleSuccessorsError to rev numbers (issue5832)
Wed, 21 Mar 2018 16:52:46 +0530 Pulkit Goyal utility: make sure prompt text is internationalized
Wed, 14 Mar 2018 17:59:53 +0530 Pulkit Goyal utility: add a function to prompt user to choose a revision
Sun, 21 Jan 2018 20:28:06 +0530 Pulkit Goyal evolve: move builddependencies() and _singlesuccessor() to utility module
Fri, 19 Jan 2018 17:29:48 +0530 Pulkit Goyal utility: move MultipleSuccessorsError from __init__.py
Fri, 19 Jan 2018 20:41:58 +0100 Pierre-Yves David caches: fix automatic warming trigger stable
Fri, 05 Jan 2018 04:37:19 +0100 Pierre-Yves David caches: switch to 'auto' warming by default
Fri, 05 Jan 2018 04:26:59 +0100 Pierre-Yves David caches: add a 'auto' option for obshashrange cache warming
Fri, 05 Jan 2018 04:26:51 +0100 Pierre-Yves David caches: extract some config reading in 'shouldwarmcache'
Fri, 05 Jan 2018 03:35:07 +0100 Pierre-Yves David caches: pass the transaction to the "shouldwarncache" logic
Thu, 21 Dec 2017 03:30:13 +0100 Pierre-Yves David stablerange: use mergepoint based algorithm for the official stable range
Thu, 21 Dec 2017 02:01:58 +0100 Pierre-Yves David caches: factorise the cache warming check
Mon, 18 Dec 2017 06:48:49 +0100 Pierre-Yves David parents: add a utility to filter parents
Sun, 23 Jul 2017 05:42:41 +0200 Pierre-Yves David commands: move the touch to the 'evocommands' module
Sat, 18 Mar 2017 22:48:26 +0100 Pierre-Yves David stablerange: move 'depth' inside a new 'stablerange' module
Sat, 11 Mar 2017 12:15:08 -0800 Pierre-Yves David depth: use lower lever function to compute missing
Sat, 11 Mar 2017 10:26:30 -0800 Pierre-Yves David depth: update depth to code to reuse ancestors depth
Sat, 11 Mar 2017 09:08:20 -0800 Pierre-Yves David obsdiscovery: extract a smarted depth in utility
Tue, 07 Mar 2017 14:29:43 +0100 Pierre-Yves David discovery: split discovery related code in 'obsdiscovery'
Tue, 07 Mar 2017 12:27:01 +0100 Pierre-Yves David serveronly: give the sub extension a way to access to the 'evolve' module
less more (0) tip