hgext3rd/evolve/__init__.py
Thu, 18 Oct 2018 22:11:43 -0700 Martin von Zweigbergk evolve: adapt for changed @command decorator
Fri, 12 Oct 2018 14:40:03 +0200 Pierre-Yves David prev: also use stack shortcut in output when possible
Fri, 12 Oct 2018 14:33:03 +0200 Pierre-Yves David next: also use stack shortcut in output when possible
Fri, 31 Aug 2018 14:26:37 +0200 Boris Feld pick: fix last references of grab in code
Fri, 31 Aug 2018 09:20:21 +0200 Pierre-Yves David pick: replace "grabstate" with "pickstate"
Thu, 16 Aug 2018 11:44:32 +0200 Pierre-Yves David next: fix topic constraint in the --evolve case stable
Thu, 16 Aug 2018 11:43:53 +0200 Pierre-Yves David next: use set for membership testing stable
Thu, 02 Aug 2018 03:08:52 +0200 Pierre-Yves David compat: ignore extra status feature for hg <= 4.3 stable
Sun, 17 Jun 2018 03:29:34 +0200 Pierre-Yves David evolve: exclude "identical" precursors from the precursors set
Sat, 16 Jun 2018 23:11:52 +0200 Pierre-Yves David rewind: add a proto version of the command
Wed, 06 Jun 2018 04:29:05 +0530 Pulkit Goyal evolve: show unfinished information in `hg status -v` (issue5886)
Tue, 12 Jun 2018 10:40:57 +0200 Pierre-Yves David branching: merge with stable
Fri, 08 Jun 2018 17:36:28 +0530 Pulkit Goyal next-prev: always respect the --merge flag stable
Wed, 06 Jun 2018 14:35:36 +0200 Pierre-Yves David evolve: remove duplicated documentation
Wed, 23 May 2018 01:11:59 +0530 Pulkit Goyal evolve: add a help topic `Interrupted-Evolve`
Sun, 03 Jun 2018 03:21:25 +0530 Pulkit Goyal next-prev: replace the error hint to mention about `--merge` flag stable
Sun, 03 Jun 2018 02:37:13 +0530 Pulkit Goyal next: respect `commands.update.check` config option in `hg next` (issue5808) stable
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
less more (0) -100 -60 tip