hgext3rd/evolve/__init__.py
Thu, 10 May 2018 21:37:28 -0700 Martin von Zweigbergk evolve: point to '--abort' in verbose status message stable
Mon, 23 Apr 2018 11:44:05 +0100 Pierre-Yves David wrapping: fix a silly error were we checking on module and wrapping the other
Thu, 19 Apr 2018 16:21:44 +0200 Pierre-Yves David compat: drop compatibility layer for bookmark.applychanges
Thu, 19 Apr 2018 16:07:23 +0200 Pierre-Yves David compat: from compatibility layer for createmarkers
Thu, 19 Apr 2018 14:26:03 +0200 Pierre-Yves David evolve: use in code filtered error for 4.6
Thu, 19 Apr 2018 15:51:44 +0200 Pierre-Yves David documentation: refer to 4.3 in the help text
Tue, 17 Apr 2018 18:30:56 +0200 Pierre-Yves David import: adapt to fd1dd79cff20
Tue, 17 Apr 2018 18:10:53 +0200 Pierre-Yves David import: grab the expected node value on the fly
Tue, 17 Apr 2018 17:58:12 +0200 Pierre-Yves David import: use a less direct approach to store the expected node
Fri, 13 Apr 2018 09:26:28 -0700 Martin von Zweigbergk evolve: don't pass stringified int to repo.__getitem__
Thu, 29 Mar 2018 17:34:51 +0530 Pulkit Goyal evolve: restore bookmarks correctly after `hg evolve --abort`
Thu, 29 Mar 2018 16:38:00 +0530 Pulkit Goyal evolve: don't allow updating or commiting when there is interrupted evolve
Fri, 30 Mar 2018 20:13:06 +0200 Pierre-Yves David compat: provide an explicit default value to the 'odiff' config
Thu, 22 Mar 2018 10:35:27 +0100 Pierre-Yves David checkheads: drop upstreamed code
Thu, 22 Mar 2018 10:25:01 +0100 Pierre-Yves David packaging: further mark 4.1 support as dropped
Thu, 15 Mar 2018 00:09:24 +0530 Pulkit Goyal evolve: kill `--obsolete` and `--old-obsolete` flags for graft
Wed, 21 Mar 2018 17:03:55 +0530 Pulkit Goyal __init__: show some internationalization love
Mon, 19 Mar 2018 11:18:47 -0700 Martin von Zweigbergk previous/next: add -m short form for --merge
Mon, 12 Mar 2018 15:50:25 -0700 Martin von Zweigbergk amend: include "operation" metadata in obsmarkers
Fri, 16 Mar 2018 10:22:27 -0700 Martin von Zweigbergk compat: add wrapper for obsolete.createmarkers() that accepts "operation" arg
Fri, 16 Mar 2018 13:24:57 +0530 Pulkit Goyal prev: show changeset hash in --dry-run instead of rev numbers
Fri, 16 Mar 2018 13:13:21 +0530 Pulkit Goyal prev: prompt user to choose parent in case of multiple parents
Fri, 16 Mar 2018 12:48:03 +0530 Pulkit Goyal next: cleanup logic around return by returning early
Fri, 16 Mar 2018 12:14:39 +0530 Pulkit Goyal next: prompt user to choose child in ambiguity in `hg next --evolve`
Fri, 16 Mar 2018 11:56:50 +0530 Pulkit Goyal next: move logic to evolve the children to it's own function
Fri, 16 Mar 2018 11:46:47 +0530 Pulkit Goyal next: prompt user to choose a children in case of ambiguity
Fri, 16 Mar 2018 11:31:13 +0530 Pulkit Goyal next: show changeset hash in `--dry-run` instead of rev numbers
Fri, 16 Mar 2018 11:24:35 +0530 Pulkit Goyal next: factor out the logic to update to changeset in another function
Fri, 16 Mar 2018 09:13:33 -0700 Martin von Zweigbergk cleanup: remove duplicate import of "obsolete"
Sat, 03 Mar 2018 22:25:24 -0500 Pierre-Yves David branching: merge with stable
Fri, 02 Mar 2018 19:33:20 -0500 Pierre-Yves David legacy: respect explicit config for server.bundle1 stable
Wed, 07 Feb 2018 13:42:30 +0530 Pulkit Goyal evolvecmd: fix broken `evolve --continue` ran after `next --evolve`
Wed, 17 May 2017 09:39:15 +0200 Boris Feld color: add some colors to evolve command itself
Mon, 05 Feb 2018 14:36:34 +0100 Pierre-Yves David branching: merge with stable
Mon, 05 Feb 2018 20:58:46 +0900 Yuya Nishihara compat: add wrapper for logcmdutil functions stable
Mon, 22 Jan 2018 17:44:57 +0530 Pulkit Goyal evolvecmd: pass evolvestate object to _solve* functions
Fri, 02 Feb 2018 15:37:00 +0530 Pulkit Goyal grab: add grab info to cmdutil.afterresolvedstates
Sat, 27 Jan 2018 21:15:27 +0530 Pulkit Goyal evolve: add evolve info to cmdutil.afterresolvedstates
Fri, 19 Jan 2018 19:32:34 +0530 Pulkit Goyal evolve: move the evolve command to evolvecmd.py
Sun, 21 Jan 2018 20:33:39 +0530 Pulkit Goyal evolve: move _orderrevs() function evolvecmd.py
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 16:44:00 +0530 Pulkit Goyal evolvecmd: move more core from __init__.py to evolvecmd.py
Fri, 19 Jan 2018 16:00:21 +0530 Pulkit Goyal evolvecmd: move code from __init__.py to evolvecmd.py
Fri, 19 Jan 2018 15:55:38 +0530 Pulkit Goyal evolvecmd: move more code from __init__.py to evolvecmd.py
Fri, 19 Jan 2018 15:22:28 +0530 Pulkit Goyal evolvecmd: move more chunks of code from __init__.py to evolvecmd.py
Fri, 19 Jan 2018 15:04:12 +0530 Pulkit Goyal evolvecmd: move more functions from __init__.py to evolvecmd.py
Fri, 19 Jan 2018 14:42:46 +0530 Pulkit Goyal evolvecmd: introduce a new module to handle `hg evolve` related code
Thu, 18 Jan 2018 16:57:19 +0530 Pulkit Goyal evolve: remove not required calls to phases.retractboundary()
Tue, 16 Jan 2018 17:14:32 +0530 Pulkit Goyal evolve: store the replacements occurred during `hg evolve` at top level
Sat, 27 Jan 2018 16:13:19 +0530 Pulkit Goyal evolve: make the _solve* functions return a tuple
Wed, 17 Jan 2018 19:12:32 +0530 Pulkit Goyal evolvestate: rename the file to state.py and class name to cmdstate
Fri, 26 Jan 2018 17:55:16 +0100 Pierre-Yves David branching: merge with stable
Wed, 24 Jan 2018 09:55:12 -0800 Martin von Zweigbergk update: show "use 'hg evolve' to..." hint iff evolve command enabled stable
Thu, 11 Jan 2018 20:03:20 +0530 Pulkit Goyal grab: add a command to grab a commit and update to it
Sat, 20 Jan 2018 11:07:18 +0100 Martin von Zweigbergk trouble-reports: yield to in code reporting of new troubles stable
Thu, 11 Jan 2018 18:36:05 +0530 Pulkit Goyal evolve: use better words in conflict markers of `hg evolve`
Wed, 10 Jan 2018 15:59:35 +0530 Pulkit Goyal evolve: remove the old functions for writing evolvestate
Wed, 10 Jan 2018 15:57:43 +0530 Pulkit Goyal evolve: use the new evolvestate class in place of old methods
Tue, 09 Jan 2018 15:39:47 +0530 Pulkit Goyal evolve: use phases.new-commit config to retain phase information (issue5720)
Sat, 06 Jan 2018 19:07:43 +0530 Pulkit Goyal evolve: add a utility fn to check validity of opts passed to `hg evolve`
Sat, 06 Jan 2018 18:48:15 +0530 Pulkit Goyal evolve: don't use graftstate for continuing `hg evolve`
Fri, 05 Jan 2018 23:20:30 +0100 Pierre-Yves David branching: merge with stable
Fri, 05 Jan 2018 17:15:43 +0530 Pulkit Goyal evolve: use new trouble names in commit messages
Sat, 09 Dec 2017 08:19:07 +0530 Pulkit Goyal evolve: use compat.TROUBLES to show troubles in user interface
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 22:17:27 +0100 Pierre-Yves David caches: record 'desc' attribute on transaction
Wed, 27 Dec 2017 05:01:30 +0530 Pulkit Goyal evolve: don't show working directory obsolete message if we were on it stable
Thu, 28 Dec 2017 03:12:54 +0530 Pulkit Goyal prev: jump to parent's successor if parent is obsolete and topic is involved stable
Fri, 15 Dec 2017 10:14:42 +0100 Boris Feld memfilectx: changectx argument is not mandatory
Tue, 05 Dec 2017 18:31:08 +0100 Pierre-Yves David branching: merge with stable
Mon, 04 Dec 2017 14:27:27 -0800 Kyle Lippincott typos: fix typos in several locations stable
Mon, 04 Dec 2017 14:27:27 -0800 Kyle Lippincott typos: fix typos in several locations
Thu, 16 Nov 2017 11:38:33 -0800 Martin von Zweigbergk summaryhook: respect -q flag
Thu, 16 Nov 2017 11:32:24 -0800 Martin von Zweigbergk summaryhook: remove unused function
Thu, 16 Nov 2017 11:22:38 -0800 Martin von Zweigbergk evolve: make prev/next respect --quiet flag (issue5742)
Thu, 02 Nov 2017 19:08:36 +0100 Pierre-Yves David config: clarify that config is only enabled on the repository is it setup for stable
Thu, 26 Oct 2017 09:03:48 +0200 Pierre-Yves David evolve: rename --phasedivergent flag to --phase-divergent
Thu, 26 Oct 2017 09:02:25 +0200 Pierre-Yves David evolve: rename --contentdivergent flag to --content-divergent
Wed, 25 Oct 2017 04:45:31 +0200 Pierre-Yves David compat: drop support for older exchange protocol
Tue, 24 Oct 2017 14:11:28 +0200 Pierre-Yves David compat: mark version 4.1 as the minimum version required
Mon, 23 Oct 2017 15:25:00 +0200 Pierre-Yves David flake8: rename some ambiguous identifier stable
Fri, 20 Oct 2017 18:56:15 +0200 Pierre-Yves David compat: conditionally access config item stable
Thu, 19 Oct 2017 14:46:06 +0200 Boris Feld evolve: registed configitems if available
Tue, 17 Oct 2017 17:35:05 +0200 Pierre-Yves David compat: fix compatibility with new duplicatecopies
Sat, 14 Oct 2017 19:08:22 +0200 Pierre-Yves David config: stop passing useless default value to config
Fri, 13 Oct 2017 06:10:41 +0530 Pulkit Goyal pager: add support to `hg evolve --list` stable
Thu, 21 Sep 2017 15:18:28 +0200 Pierre-Yves David commands: upgrade pdiff and pstatus to full commands
Thu, 21 Sep 2017 14:50:55 +0200 Pierre-Yves David gup/gdown: properly mark these commands as deprecated
Sun, 10 Sep 2017 20:06:52 +0900 FUJIWARA Katsunori evolve: use registrar.revsetpredicate to register revset predicate functions
Mon, 07 Aug 2017 23:24:57 +0900 FUJIWARA Katsunori doc: make paragraphs before example code end with "::" for reST syntax
Tue, 29 Aug 2017 17:30:07 +0200 Philippe Pepiot compat: make it more clear that evolve need Mercurial >= minversion
Thu, 24 Aug 2017 11:00:13 -0700 Martin von Zweigbergk evolve: undo change from "divergent" to "phasedivergent" for --divergent
Thu, 24 Aug 2017 10:57:32 -0700 Martin von Zweigbergk messages: use hyphenated '{phase,content}-divergent' in user messages
Thu, 24 Aug 2017 10:48:38 -0700 Martin von Zweigbergk warning: use 'divergent', not 'contentdivergent' on old Mercurial
Thu, 24 Aug 2017 09:12:09 +0200 Boris Feld warning: rename warning message
Thu, 24 Aug 2017 09:11:54 +0200 Boris Feld warning: rename bumped warning message
Thu, 24 Aug 2017 09:11:06 +0200 Boris Feld warning: rename unstable warning message
Fri, 11 Aug 2017 12:20:56 +0200 Boris Feld revset: bumped volatile set was deprecated
Fri, 11 Aug 2017 12:12:03 +0200 Boris Feld revset: divergent volatile set was deprecated
Fri, 11 Aug 2017 11:55:07 +0200 Boris Feld revset: unstable volatile set was deprecated
Fri, 11 Aug 2017 11:43:57 +0200 Boris Feld revset: bumped() is deprecated
Fri, 11 Aug 2017 11:30:34 +0200 Boris Feld revset: divergent() is deprecated
Fri, 11 Aug 2017 11:23:37 +0200 Boris Feld revset: unstable() is deprecated
Fri, 11 Aug 2017 10:41:11 +0200 Boris Feld context: precursors was deprecated
Thu, 10 Aug 2017 20:40:57 +0200 Boris Feld context: unstable was deprecated
Thu, 10 Aug 2017 19:31:55 +0200 Boris Feld log: bumped was renamed into phasedivergent
Thu, 10 Aug 2017 17:57:50 +0200 Boris Feld log: divergent was renamed into contentdivergent
Thu, 10 Aug 2017 17:37:31 +0200 Boris Feld log: unstable was renamed into orphan
Tue, 25 Jul 2017 14:55:24 +0200 Pierre-Yves David next: use the utility to retrieve the current topic stable
Tue, 25 Jul 2017 05:14:37 +0200 Pierre-Yves David compat: avoid using configoveride
Sun, 23 Jul 2017 19:52:06 +0200 Pierre-Yves David evolve: document the various instability/troubles
Sun, 23 Jul 2017 17:28:02 +0200 Pierre-Yves David commands: rewrite the 'evocommands' module to 'cmdrewrite'
Sun, 23 Jul 2017 06:25:30 +0200 Pierre-Yves David commands: move 'prune' to the 'evocommands' module
Sun, 23 Jul 2017 06:14:09 +0200 Pierre-Yves David rewriteutil: move 'deletebookmark' to the module
Sun, 23 Jul 2017 06:11:33 +0200 Pierre-Yves David rewriteutil: move 'reachablefrombookmark' to the module
Sun, 23 Jul 2017 05:42:41 +0200 Pierre-Yves David commands: move the touch to the 'evocommands' module
Sun, 23 Jul 2017 05:32:23 +0200 Pierre-Yves David commands: move split to the 'evocommands' module
Sun, 23 Jul 2017 05:16:24 +0200 Pierre-Yves David commands: move fold to the 'evocommands' module
less more (0) -120 tip