hgext3rd/evolve/__init__.py
Sun, 03 Jun 2018 02:36:24 +0530 Pulkit Goyal prev: respect `commands.update.check` config option in `hg prev` (issue5808) stable
Sun, 03 Jun 2018 02:26:19 +0530 Pulkit Goyal next: bail out early in `hg next --evolve` if dirty wdir stable
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
less more (0) -100 -60 tip