hgext3rd/evolve/__init__.py
Fri, 04 Jan 2019 00:10:44 -0500 Matt Harbison configitems: move the default values to the registrar decorator
Sat, 22 Dec 2018 01:29:59 -0500 Matt Harbison exthelper: remove '_' in final_xxx() function names to conform to hg style
Sun, 02 Dec 2018 16:45:08 +0100 Pierre-Yves David exthelper: clarify copyright and licence for the module
Mon, 19 Nov 2018 02:20:44 +0000 Pierre-Yves David compat: drop 4.3 "new troubles" report code
Mon, 19 Nov 2018 01:49:34 +0000 Pierre-Yves David compat: update metadata about minimum ag version
Tue, 06 Nov 2018 10:41:50 +0530 Sushil khanchi next: solve the issue of `next` get confused by split
Wed, 31 Oct 2018 14:08:56 +0530 Sushil khanchi cleanup: avoid a Yoda condition
Wed, 31 Oct 2018 14:01:58 +0530 Sushil khanchi next: update the command description
Sat, 10 Nov 2018 15:50:05 +0100 Sushil khanchi next: make next command --evolve by default
Sat, 10 Nov 2018 16:11:19 +0100 Pierre-Yves David oops: backed out changeset df22f010cf24 pushed by error
Sat, 10 Nov 2018 15:50:05 +0100 Sushil khanchi next: make next command --evolve by default
Sat, 10 Nov 2018 16:05:34 +0100 Pierre-Yves David next: improve the message for dirty working copy with --evolve
Sat, 10 Nov 2018 16:01:31 +0100 Pierre-Yves David next: use the `hint` argument of bail if changed
Sat, 10 Nov 2018 15:59:16 +0100 Pierre-Yves David prev: use the `hint` argument of bail if changed
Sat, 10 Nov 2018 15:47:46 +0100 Pierre-Yves David branching: merge with stable
Sat, 10 Nov 2018 15:30:10 +0100 Sushil khanchi next: set if we need to evolve or not; also move logic to appropriate pos
Tue, 06 Nov 2018 11:22:39 +0530 Sushil khanchi next: move some code to prepare for `next --evolve` by default
Sat, 10 Nov 2018 15:37:22 +0100 Pierre-Yves David style: fix various flake8 warning stable
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
less more (0) -100 -60 tip