hgext/evolve.py
Thu, 18 Jun 2015 17:08:11 -0700 Pierre-Yves David evolve: move 'troubled()' to smarted usage stable
Thu, 18 Jun 2015 16:14:32 -0700 Pierre-Yves David evolve: avoid creating changectx object in _allsuccessors stable
Thu, 18 Jun 2015 16:14:16 -0700 Pierre-Yves David evolve: avoid creating changectx object in _successors stable
Thu, 18 Jun 2015 16:13:35 -0700 Pierre-Yves David evolve: avoid creating changectx object in _allprecursors stable
Thu, 18 Jun 2015 16:13:15 -0700 Pierre-Yves David evolve: avoid creating changectx object in _precursors stable
Thu, 18 Jun 2015 16:18:29 -0700 Pierre-Yves David evolve: fix the template keyworkd decorator docstring stable
Thu, 18 Jun 2015 15:56:56 -0700 Pierre-Yves David evolve: search divergence within all precursors stable
Thu, 18 Jun 2015 15:25:51 -0700 Pierre-Yves David evolve: make sure we use an unfiltered repo when looking for divergence data stable
Thu, 18 Jun 2015 15:25:51 -0700 Pierre-Yves David evolve: make sure we use an unfiltered repo when looking for divergence data
Tue, 16 Jun 2015 14:30:43 -0700 Laurent Charignon evolve: properly evolve stacked unstable with --rev
Wed, 20 May 2015 12:46:13 -0700 Laurent Charignon evolve: make uncommit respect allowunsable
Thu, 04 Jun 2015 16:49:16 -0700 Laurent Charignon evolve: extract the code computing dependencies in a separate function
Thu, 04 Jun 2015 13:35:12 -0700 Laurent Charignon evolve: add ordering of the revisions for evolve --rev
Mon, 01 Jun 2015 12:29:12 -0700 Laurent Charignon evolve: don't crash on singled out revisions
Wed, 27 May 2015 10:23:37 -0700 Laurent Charignon evolve: small refactoring of the uncommit function
Wed, 13 May 2015 09:46:34 -0700 Laurent Charignon evolve: improve error message
Wed, 13 May 2015 09:43:36 -0700 Laurent Charignon evolve: move return statement at the right level
Wed, 27 May 2015 14:00:01 -0700 Laurent Charignon evolve: remove extra whitespace
Wed, 20 May 2015 13:23:20 -0700 Laurent Charignon Merge with stable
Mon, 18 May 2015 17:24:38 -0700 Laurent Charignon prune: with active bookmark should stay active stable
Tue, 19 May 2015 00:47:00 -0500 Pierre-Yves David merge with stable
Mon, 18 May 2015 13:58:57 -0400 Augie Fackler evolve: migrate off of now-dead util.any stable
Wed, 13 May 2015 09:03:11 -0700 Laurent Charignon evolve: don't use python sets on top of revset for evolve --rev
Wed, 13 May 2015 08:47:27 -0700 Laurent Charignon evolve: current bookmark wrongly moving during prune (issue4559) stable
Mon, 11 May 2015 14:31:17 -0700 Pierre-Yves David merge with stable
Thu, 07 May 2015 13:20:11 -0700 Ryan McElroy bookmarks: update to use new bookmarks api via compatibility layer stable
Tue, 05 May 2015 14:09:09 -0700 Laurent Charignon evolve: rename handlenotrouble to _handlenotrouble and add doc
Tue, 05 May 2015 18:20:40 -0700 Laurent Charignon evolve: improve the help message of --rev
Tue, 05 May 2015 14:25:59 -0700 Laurent Charignon evolve: add --rev option to the evolve command
Tue, 05 May 2015 14:25:35 -0700 Laurent Charignon evolve: extract cleanup logic in the evolve function
Thu, 30 Apr 2015 14:25:37 -0700 Laurent Charignon evolve: simplify the evolve function
Tue, 05 May 2015 17:15:06 -0700 Laurent Charignon evolve: optimize the computation of the troubled() revset
Mon, 04 May 2015 16:56:46 -0700 Laurent Charignon evolve: extract the logic to solve one change into a method
Mon, 04 May 2015 16:56:05 -0700 Laurent Charignon evolve: add new variable and comment
Mon, 04 May 2015 16:09:05 -0700 Laurent Charignon evolve: move code to track progress and start node
Thu, 30 Apr 2015 14:00:07 -0700 Laurent Charignon evolve: renaming of a variable
Mon, 04 May 2015 16:01:45 -0700 Laurent Charignon evolve: refactoring of the code displaying error when no trouble found
Thu, 30 Apr 2015 15:11:00 -0700 Laurent Charignon evolve: refactor code computing stats of obsolescence markers
Thu, 30 Apr 2015 14:55:04 -0700 Laurent Charignon evolve: refactoring of code related to pushing obs markers
Mon, 04 May 2015 10:56:06 -0700 Pierre-Yves David merge with stable
Mon, 04 May 2015 10:47:02 -0700 Pierre-Yves David evolve: update cmddebugrecordpruneparents to the new markers creation API stable
Mon, 04 May 2015 10:46:06 -0700 Pierre-Yves David evolve: drop useless return stable
Thu, 30 Apr 2015 14:34:05 -0700 Laurent Charignon evolve: add missing import stable
Thu, 30 Apr 2015 14:47:01 -0700 Laurent Charignon evolve: improve transaction related code to use the lock module stable
Thu, 30 Apr 2015 14:40:36 -0700 Laurent Charignon evolve: remove unused variables stable
Thu, 30 Apr 2015 14:30:15 -0700 Laurent Charignon evolve: remove unused code in _evolveany stable
Thu, 30 Apr 2015 14:22:30 -0700 Laurent Charignon evove: remove unused imports stable
Mon, 20 Apr 2015 13:39:18 -0700 Laurent Charignon inhibit: updating to a obsolete commit prints warning message
Wed, 29 Apr 2015 15:12:17 -0700 Pierre-Yves David evolve: stop conditional wrapping of _checkinvalidmarkers
Wed, 29 Apr 2015 15:11:52 -0700 Pierre-Yves David evolve: stop conditional wrapping of _getbundleobsmarkerpart
Wed, 29 Apr 2015 15:11:07 -0700 Pierre-Yves David evolve: stop conditional wrapping of _pushdiscoveryobsmarkers
Wed, 29 Apr 2015 14:49:02 -0700 Pierre-Yves David merge with stable
Thu, 23 Apr 2015 17:45:46 -0700 Laurent Charignon evolve: add -i flag to amend command stable
Wed, 29 Apr 2015 14:23:09 -0700 Pierre-Yves David prune: prune fix transaction pattern
Tue, 07 Apr 2015 14:26:03 -0700 Durham Goode prune: fix pruning w/ bookmarks and inhibit
Thu, 23 Apr 2015 03:18:30 +0200 Pierre-Yves David merge with stable
Thu, 23 Apr 2015 03:15:20 +0200 Pierre-Yves David prepare release 5.1.4 stable 5.1.4
Thu, 23 Apr 2015 03:10:11 +0200 Pierre-Yves David evolve: drop unused 'urllib' import stable
Wed, 22 Apr 2015 14:30:23 +0200 Pierre-Yves David debugobsrelsethashtree: get the command to work again stable
Tue, 21 Apr 2015 16:52:08 +0200 Pierre-Yves David getbundleobsmarker: prevent crash from filtered content (issue4616) stable
less more (0) -300 -100 -60 tip