hgext/evolve.py
Tue, 11 Sep 2012 13:51:24 +0200 Pierre-Yves David commit --amend: adap to core 63e45aee46d4 stable
Tue, 11 Sep 2012 12:38:49 +0200 Pierre-Yves David createmarkers: adapt to f85816af6294 in core stable
Tue, 11 Sep 2012 12:30:22 +0200 Pierre-Yves David warning: work around phase limitation when computing warnings stable
Tue, 11 Sep 2012 12:19:13 +0200 Pierre-Yves David caches: now in core adapt to fb72eec7efd8 stable
Tue, 11 Sep 2012 11:45:00 +0200 Pierre-Yves David evolve-cmd: fix merge error detection for external tools. stable
Mon, 10 Sep 2012 18:56:44 +0200 Pierre-Yves David Properly update after fold stable
Mon, 10 Sep 2012 18:22:45 +0200 Pierre-Yves David fix hg pull --rebase stable
Mon, 10 Sep 2012 17:33:06 +0200 Pierre-Yves David fix missing --dest evolve output in dryrun stable
Thu, 30 Aug 2012 22:05:05 +0200 Patrick Mezard evolve: fixing syntax/grammar stable
Thu, 30 Aug 2012 21:47:09 +0200 Pierre-Yves David hgweb: disable branchtip filtering for hgweb stable
Thu, 30 Aug 2012 13:54:43 +0200 Aurelien Campeas a better msg for this tricky situation stable
Thu, 30 Aug 2012 13:50:17 +0200 Pierre-Yves David test conflicting conflicting (sic) resolution stable
Mon, 27 Aug 2012 14:57:20 +0200 Pierre-Yves David doc: long desc update stable
Sun, 26 Aug 2012 12:04:16 +0200 Pierre-Yves David Conditionnaly add the `hidden` revset symbol stable
Sat, 25 Aug 2012 14:43:34 +0200 Pierre-Yves David ensure all file have a copyright notice stable
Sat, 25 Aug 2012 09:45:03 +0200 Patrick Mezard evolve: usual syntax/grammar errors/long lines cleanup stable
Sat, 25 Aug 2012 09:32:05 +0200 Patrick Mezard evolve: simplify locking in _solveconflicting() stable
Sat, 25 Aug 2012 09:18:40 +0200 Patrick Mezard fold: simplify locking stable
Sat, 25 Aug 2012 09:20:15 +0200 Patrick Mezard touch: simplify locking pattern stable
Sat, 25 Aug 2012 08:51:37 +0200 Patrick Mezard evolve: factor out copy/paste in obssummary() stable
Sat, 25 Aug 2012 08:30:02 +0200 Patrick Mezard evolve: avoid 'any' argument name in _picknexttroubled() stable
Sat, 25 Aug 2012 08:26:28 +0200 Patrick Mezard evolve: localrepo.revs() already returns a list stable
Sat, 25 Aug 2012 08:20:50 +0200 Patrick Mezard evolve: compute "troubled" revs in stabilize only when necessary stable
Sat, 25 Aug 2012 08:17:59 +0200 Patrick Mezard evolve: move _stabilizableunstable() with related functions stable
Fri, 24 Aug 2012 19:11:49 +0200 Pierre-Yves David evolve: add touch and fold to command that may create troubles stable
Fri, 24 Aug 2012 11:52:49 +0200 Pierre-Yves David evolve: add the odiff alias
Fri, 24 Aug 2012 11:17:18 +0200 Pierre-Yves David rename `stabilize` to `evolve`
Fri, 24 Aug 2012 10:44:23 +0200 Pierre-Yves David merge evolve and obsolete
Thu, 23 Aug 2012 18:21:18 +0200 Pierre-Yves David sort import
Thu, 23 Aug 2012 17:40:28 +0200 Pierre-Yves David evolve: stabilize now handle conflicting changeset
Thu, 23 Aug 2012 14:15:36 +0200 Pierre-Yves David stabilize: conflicting changeset are considered if "."
Thu, 23 Aug 2012 12:51:06 +0200 Pierre-Yves David evolve: fold command
Thu, 23 Aug 2012 12:51:34 +0200 Pierre-Yves David evolve: touch command
Tue, 21 Aug 2012 12:47:50 +0200 Pierre-Yves David merge with stable improvement
Tue, 21 Aug 2012 12:43:21 +0200 Pierre-Yves David [evolve] amend: display proper error message while trying to amend non ancestor stable
Tue, 21 Aug 2012 12:42:09 +0200 Pierre-Yves David [evolve] amend: check phase before starting the transition stable
Mon, 20 Aug 2012 19:12:20 +0200 Pierre-Yves David obsolete: use flag to detect that a obsolescence marker fix a latecomer
Tue, 21 Aug 2012 10:10:44 +0200 Pierre-Yves David stabilize: handle latecomer
Mon, 20 Aug 2012 18:59:07 +0200 Pierre-Yves David stabilize: rework stabilize code to allow selection of latecomer and conflicting
Mon, 20 Aug 2012 14:40:48 +0200 Pierre-Yves David stabilize: handle killed changeset in stabilize.
Mon, 20 Aug 2012 14:13:29 +0200 Pierre-Yves David stabilize: --continue support !!!
Mon, 20 Aug 2012 12:31:43 +0200 Pierre-Yves David stabilize: rename "node" variable to "orig"
Mon, 20 Aug 2012 12:25:08 +0200 Pierre-Yves David obsolete Move merge failure handling into stabilize code
Wed, 08 Aug 2012 16:51:45 +0200 Pierre-Yves David obsolete: simplify rebase wrapping code and change relation creation
Tue, 07 Aug 2012 18:53:26 +0200 Pierre-Yves David obsolete: remove legacy revset
Tue, 07 Aug 2012 18:26:13 +0200 Pierre-Yves David drop repo.addobsolete
Tue, 07 Aug 2012 18:05:41 +0200 Pierre-Yves David obsolete: remove usage of addcollapsedobsolete
Sun, 05 Aug 2012 12:02:45 +0200 Pierre-Yves David merge
Sat, 04 Aug 2012 12:44:51 +0200 Patrick Mezard evolve: make graft wrapper handle --rev
Sun, 05 Aug 2012 11:34:21 +0200 Patrick Mezard evolve: graft --continue is optional, test stable
Sat, 04 Aug 2012 12:48:20 +0200 Patrick Mezard evolve: avoid duplication in graft wrapper stable
Sat, 04 Aug 2012 12:28:21 +0200 Patrick Mezard obsolete/evolve: fix grammar in prerequisite messages stable
Fri, 03 Aug 2012 17:48:21 +0200 Patrick Mezard evolve: tweak and add EOL to kill warning stable
Mon, 30 Jul 2012 22:45:06 +0200 Pierre-Yves David amend: wrap the whole process in a single transaction. stable
Sun, 15 Jul 2012 13:07:54 +0200 Pierre-Yves David evolve: switch the official name for "kill" to prune stable
Sat, 14 Jul 2012 18:10:24 +0200 Pierre-Yves David evolve: add the solve alias to obsolete stable
Wed, 11 Jul 2012 13:59:02 +0200 Pierre-Yves David Move obserror warning into the obsolete extension. stable
Wed, 11 Jul 2012 13:38:48 +0200 Pierre-Yves David evolve: warn on conflicting changeset too stable
Wed, 27 Jun 2012 15:10:59 +0200 Pierre-Yves David stabilize: clear error message than conflict during rebase offer no hope
Wed, 27 Jun 2012 03:53:44 +0200 Pierre-Yves David evolve: add a prune alias for kill
less more (0) -60 tip