hgext3rd/evolve/__init__.py
Tue, 07 Apr 2020 19:33:40 +0200 Pierre-Yves David branching: merge with stable
Mon, 06 Apr 2020 02:17:43 +0200 Pierre-Yves David head-checking: backport fix from 7d5455b988ec stable
Tue, 10 Mar 2020 19:05:08 +0700 Anton Shestakov compat: update hg-X.Y compat comments and test them
Mon, 09 Mar 2020 18:36:10 +0700 Anton Shestakov compat: update a couple of obviously outdated version comments
Sat, 07 Mar 2020 23:16:31 +0700 Anton Shestakov evolve: drop pre 4.0 compat for dirstate.parentchange()
Sat, 07 Mar 2020 02:26:49 +0700 Anton Shestakov evolve: drop 4.5 compatibility for patch in tryimportone()
Wed, 04 Mar 2020 16:30:19 +0100 Pierre-Yves David compat: drop 4.5 compatibility layer for log utility
Wed, 04 Mar 2020 16:14:03 +0100 Pierre-Yves David compat: drop 4.5 compatibility for `_filterederror`
Thu, 28 Nov 2019 11:37:56 +0700 Anton Shestakov evolve: use obsutil._getobsfate() directly
Mon, 09 Dec 2019 16:40:53 +0700 Anton Shestakov evolve: remove unused struct import
Thu, 19 Dec 2019 22:31:13 -0800 Martin von Zweigbergk cleanup: replace .parents()[0] by .p1()
Mon, 09 Dec 2019 10:36:11 -0800 Martin von Zweigbergk evolve: use ui.configoverride() instead of ui.backupconfig()
Wed, 04 Dec 2019 11:00:00 +0100 Pierre-Yves David branching: merge with stable
Tue, 03 Dec 2019 09:43:10 -0800 Martin von Zweigbergk compat: accept "success" argument to lock._afterlock callback stable
Mon, 18 Nov 2019 13:04:56 +0100 Pierre-Yves David branching: merge with stable
Wed, 13 Nov 2019 13:47:55 +0700 Anton Shestakov compat: compatibility for cl.nodemap.get vs cl.index.get_rev stable
Wed, 13 Nov 2019 13:47:55 +0700 Anton Shestakov compat: compatibility for cl.nodemap.get vs cl.index.get_rev
Sun, 06 Oct 2019 02:30:12 -0400 Rodrigo Damazio help: categorizing evolve and topic commands
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 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:17:38 +0200 Raphaël Gomès python3: add byte prefix for objects that look like kwargs but aren't
Tue, 06 Aug 2019 00:16:05 +0200 Taapas Agrawal pick: added support for hg abort
Thu, 11 Jul 2019 22:56:46 +0530 Taapas Agrawal abort: added support for evolve to hg abort
Mon, 29 Jul 2019 13:54:57 +0200 Pierre-Yves David branching: merge stable into default
Fri, 19 Jul 2019 17:25:29 +0800 Anton Shestakov prune: spell --successor flag without any unnecessary shortcuts stable
Fri, 12 Jul 2019 08:11:39 -0700 Martin von Zweigbergk py3: store to __doc__ as str (unicode on py3)
Thu, 11 Jul 2019 21:48:37 -0700 Martin von Zweigbergk py3: avoid "%r" for list of byte strings, which produces b'' on py3
Thu, 11 Jul 2019 14:46:17 -0700 Martin von Zweigbergk py3: replace str(ctx) by bytes(ctx)
Thu, 11 Jul 2019 14:31:32 -0700 Martin von Zweigbergk py3: config values can be bytes, but never unicode
Fri, 12 Jul 2019 23:19:50 -0700 Martin von Zweigbergk py3: don't depend on map() iterating over its input
Thu, 11 Jul 2019 22:23:32 -0700 Martin von Zweigbergk evolve: rename variable "children" to "child" where it's clearly singular
Thu, 11 Jul 2019 16:24:13 -0700 Martin von Zweigbergk evolve: remove some unused variables
Tue, 09 Jul 2019 10:56:42 -0700 Martin von Zweigbergk py3: make `import hgext3rd.evolve` work
Tue, 09 Jul 2019 10:56:42 -0700 Martin von Zweigbergk py3: use bytes for revset predicate registrations
Tue, 09 Jul 2019 10:56:42 -0700 Martin von Zweigbergk py3: use byte strings for @command registrations
Thu, 04 Jul 2019 16:55:57 +0200 Pierre-Yves David branching: merge with stable
Sun, 30 Jun 2019 23:50:57 +0530 Sushil khanchi compat: fix `setupevolveunfinished` for upstream
Tue, 02 Jul 2019 10:17:42 +0200 Pierre-Yves David oops: backed out changeset 7ac40b4ea24c
Sun, 30 Jun 2019 23:50:57 +0530 Sushil khanchi compat: fix `setupevolveunfinished` for upstream
Fri, 14 Jun 2019 18:17:03 +0800 Anton Shestakov pick: register pickstate as an unfinished state stable
Fri, 14 Jun 2019 18:14:57 +0800 Anton Shestakov pick: rename variable for unfinishedstates stable
Thu, 06 Jun 2019 14:32:25 +0200 Pierre-Yves David doc: clarify the status of configuration of the obshashrange protocol stable
Mon, 27 May 2019 02:19:48 +0200 Pierre-Yves David obshashtree: move obshashtree in its own module
Sat, 27 Apr 2019 22:59:48 -0400 Matt Harbison revset: switch internal uses and tests to `predecessors` from legacy name
Sat, 27 Apr 2019 22:33:16 -0400 Matt Harbison revset: add `predecessor` aliases for `precursors` and `allprecursors`
Sat, 27 Apr 2019 22:24:30 -0400 Matt Harbison revset: add `unstable` alias for `troubled`
Thu, 25 Apr 2019 15:14:21 -0700 Martin von Zweigbergk messages: standardize on "working copy is now at" including "is"
Fri, 19 Apr 2019 11:12:00 -0700 Martin von Zweigbergk next: start transaction before calling _solveone()
Wed, 10 Apr 2019 16:40:58 +0200 Pierre-Yves David branching: merge with stable
Tue, 09 Apr 2019 20:45:36 +0200 Pierre-Yves David extensions: avoid enabling evolve for unrelated repositories (issue6057) stable
Fri, 05 Apr 2019 16:31:45 +0200 Pierre-Yves David tests: use current instability names everywhere
Tue, 02 Apr 2019 20:32:15 +0200 Pierre-Yves David branching: merge with stable
Wed, 13 Feb 2019 21:56:05 +0800 Anton Shestakov evolve: remove unused StringIO import stable
Thu, 28 Mar 2019 12:37:55 +0100 Pierre-Yves David branching: merge with stable
Wed, 27 Mar 2019 14:29:22 +0530 Sushil khanchi evolve: fix over-idented block stable
Wed, 13 Feb 2019 21:56:05 +0800 Anton Shestakov evolve: remove unused StringIO import
Tue, 25 Dec 2018 10:10:12 +0530 Sushil khanchi next: populate stacktemplate to the missed _nextevolve function
Thu, 27 Dec 2018 21:55:22 -0500 Matt Harbison exthelper: simplify the ability to register templates
Thu, 27 Dec 2018 21:26:17 -0500 Matt Harbison exthelper: simplify the ability to register revsets
Fri, 04 Jan 2019 00:10:44 -0500 Matt Harbison configitems: move the default values to the registrar decorator
less more (0) -300 -100 -60 tip