Mercurial > evolve
changeset 1859:fdfa611b8ab0
topics: drop debugging print in rebase
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 19 Jun 2015 14:18:34 -0500 |
parents | 4ab1b854ce4e |
children | b7b9e5028c2a |
files | src/topic/__init__.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/topic/__init__.py Mon Jun 15 17:29:07 2015 -0500 +++ b/src/topic/__init__.py Fri Jun 19 14:18:34 2015 -0500 @@ -195,7 +195,6 @@ def savetopic(ctx, extra): e = ctx.extra() if constants.extrakey in e: - print "copying topic" extra[constants.extrakey] = e[constants.extrakey] def newmakeextrafn(orig, copiers):