hgext/evolve.py
Sat, 12 Mar 2016 13:15:28 +0800 Anton Shestakov debugrecordpruneparents: fix an apparent typo (marks) stable
Fri, 11 Mar 2016 13:11:54 +0100 liscju evolve: remove unused import
Wed, 10 Feb 2016 18:54:49 -0600 Nathan Goldbaum split: fix wording of documentation for --rev option stable
Thu, 11 Feb 2016 00:37:05 +0000 Pierre-Yves David prepare version 5.3.0 stable
Thu, 11 Feb 2016 00:35:58 +0000 Pierre-Yves David evolve: update testedwith statement stable
Thu, 04 Feb 2016 02:46:40 -0800 Kostia Balytskyi evolve: make split respect rev args passed without --rev or -r
Thu, 04 Feb 2016 01:19:14 +0000 Pierre-Yves David evolve: write our own custom evolvestate file
Fri, 22 Jan 2016 21:41:59 +0900 FUJIWARA Katsunori evolve: close transaction if conflict is detected in relocate (issue4966)
Sat, 23 Jan 2016 06:18:01 +0900 FUJIWARA Katsunori evolve: remove meaningless transaction nesting
Tue, 26 Jan 2016 15:42:01 -0800 Shusen LIU evolve: extract logic to new method _evolvemerge
Sun, 17 Jan 2016 16:55:40 -0800 Laurent Charignon touch: prompt the user for what to do with the revived changeset
Mon, 04 Jan 2016 08:39:58 -0800 Laurent Charignon evolve: duplicate evolution summary entries (issue5014)
Thu, 26 Nov 2015 20:38:31 -0500 Andrew Halberstadt evolve: handle merge commit with single obsolete parent (issue4389)
Tue, 22 Dec 2015 14:11:09 +0000 Pierre-Yves David merge with stable
Sat, 07 Nov 2015 13:39:59 -0500 Greg Ward evolve: rewrite help for prune command stable
Sat, 07 Nov 2015 13:38:49 -0500 Greg Ward evolve: improve help for split command stable
Sat, 07 Nov 2015 13:38:22 -0500 Greg Ward evolve: improve help for prev, next commands stable
Sat, 07 Nov 2015 13:37:26 -0500 Greg Ward evolve: improve the confusing docstring for _orderrevs() stable
Sat, 07 Nov 2015 09:48:04 -0500 Greg Ward evolve: improve help for some debug commands stable
Fri, 06 Nov 2015 21:42:06 -0500 Greg Ward evolve: scattered typo fixes in comments, docstrings stable
Mon, 14 Dec 2015 17:21:11 -0800 Shusen LIU evolve: extract logic to new method _finalizerelocate
Mon, 14 Dec 2015 17:02:55 -0800 Shusen LIU evolve: extract logic to new method _relocatecommit
Thu, 17 Dec 2015 16:00:32 +0000 Pierre-Yves David evolve: apply API change to 'merge.update'
Fri, 11 Dec 2015 12:27:37 -0800 Shubhanshu Agrawal prune: changing bookmark argument to be a list
Fri, 11 Dec 2015 10:42:46 -0800 Shubhanshu Agrawal prune: remove a list of bookmarks
Thu, 10 Dec 2015 15:55:07 -0800 Shubhanshu Agrawal evolve: renaming local variables
Thu, 10 Dec 2015 15:09:25 -0800 Laurent Charignon commitwrapper: use bookmarks.recordchange instead of bookmarks.write
Thu, 10 Dec 2015 14:43:31 -0800 Laurent Charignon next: replace call to bookmarks.write by bookmarks.recordchange
Thu, 10 Dec 2015 14:43:00 -0800 Laurent Charignon previous: replace call to bookmarks.write by bookmarks.recordchange
Thu, 10 Dec 2015 14:17:27 -0800 Laurent Charignon prune: use bookmarks.recordchange instead of bookmarks.write
Fri, 11 Dec 2015 10:49:29 +0000 Pierre-Yves David transaction: fix release order in 'rewrite'
Fri, 04 Dec 2015 15:10:53 -0800 Laurent Charignon check-code: make evolve.py comply with check-code
Tue, 17 Nov 2015 17:06:07 -0800 Laurent Charignon evolve: evolve --divergent failed when merge had nothing to do (issue4950)
Fri, 06 Nov 2015 21:37:38 -0500 Pierre-Yves David split: drop the experimental flag
Fri, 06 Nov 2015 21:34:24 -0500 Pierre-Yves David split: preserve original changesets description
Fri, 06 Nov 2015 15:04:45 -0500 Greg Ward evolve: rewrite command help (evolve command only) stable
Fri, 06 Nov 2015 18:37:16 -0500 Pierre-Yves David parents: avoid locking the repository during 'hg parents' stable
Mon, 02 Nov 2015 00:39:06 +0000 Pierre-Yves David prepare version 5.1.2 stable 5.2.1
Mon, 02 Nov 2015 00:32:44 +0000 Pierre-Yves David split: mark the command as experimental
Fri, 30 Oct 2015 15:48:13 +0000 Pierre-Yves David tests: run test with 3.6 and apply test change
Fri, 30 Oct 2015 16:04:37 +0000 Pierre-Yves David prune: have dirstate collaborate with transaction
Fri, 30 Oct 2015 16:04:19 +0000 Pierre-Yves David evolve: have dirstate collaborate with transaction
Fri, 09 Oct 2015 16:21:30 -0700 Ryan McElroy prune: reuse revset from repair instead of copy-pasting code
Mon, 12 Oct 2015 01:23:59 -0700 Pierre-Yves David merge with stable
Mon, 12 Oct 2015 01:22:41 -0700 Pierre-Yves David evolve: compatibility with coming 3.6 stable
Tue, 29 Sep 2015 15:40:28 -0400 Augie Fackler evolve: be more complete about copying extra from old revisions
Wed, 30 Sep 2015 23:33:00 +0900 Yuya Nishihara evolve: ignore ui argument passed to help loader
Mon, 21 Sep 2015 22:30:44 +0900 Yuya Nishihara debugobsconvert: make sure obsstore is loaded before version comparison
Wed, 16 Sep 2015 16:50:06 -0700 Laurent Charignon evolve: use repo._bookmarks.recordchange instead of repo._bookmarks.write
Wed, 16 Sep 2015 17:12:38 -0700 Laurent Charignon evolve: indentation change for making next patch more legible
Mon, 14 Sep 2015 13:52:34 -0700 Pierre-Yves David merge with stable
Mon, 14 Sep 2015 13:48:34 -0700 Pierre-Yves David next/prev: properly lock repo before touching bookmarks stable
Mon, 14 Sep 2015 13:48:34 -0700 Pierre-Yves David next/prev: properly lock repo before touching bookmarks
Mon, 14 Sep 2015 13:23:43 -0700 Pierre-Yves David prune: ensure we prune bookmarks in a transaction stable
Thu, 10 Sep 2015 16:24:50 -0400 timeless next: add support for --dry-run
Wed, 09 Sep 2015 22:25:37 -0400 timeless evolve: spelling uncommitted
Wed, 09 Sep 2015 22:23:48 -0400 timeless evolve: annotate translatable strings with _()
Wed, 09 Sep 2015 22:22:01 -0400 timeless evolve: do not capitalize description of next/previous
Wed, 09 Sep 2015 22:13:11 -0400 timeless evolve: _() should not contain %
Wed, 09 Sep 2015 19:43:24 -0400 timeless evolve: add progress for _obsrelsethashtree
less more (0) -300 -100 -60 tip