From patchwork Tue Sep 30 01:33:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1, of, 2, evolve-ext, STABLE] evolve: add the missing argument to a debug statement From: Matt Harbison X-Patchwork-Id: 6033 Message-Id: To: mercurial-devel@selenic.com Date: Mon, 29 Sep 2014 21:33:44 -0400 # HG changeset patch # User Matt Harbison # Date 1412040189 14400 # Mon Sep 29 21:23:09 2014 -0400 # Branch stable # Node ID f475deb526a7846cf88d72d3ad9fcfebc051c478 # Parent 875e671c3cd855fe2cd30815c037a3f2a20b16e3 evolve: add the missing argument to a debug statement diff --git a/hgext/evolve.py b/hgext/evolve.py --- a/hgext/evolve.py +++ b/hgext/evolve.py @@ -1445,7 +1445,8 @@ # search of a parent which is not killed while not newer or newer == [()]: ui.debug("stabilize target %s is plain dead," - " trying to stabilize on its parent") + " trying to stabilize on its parent" % + obs) obs = obs.parents()[0] newer = obsolete.successorssets(repo, obs.node()) if len(newer) > 1: