Mercurial > evolve
changeset 1873:04c971850183
topic: remove useless call to c.parents()
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 11 Dec 2015 12:53:38 -0500 |
parents | 4fcee38d71d6 |
children | ec28b6c3414a |
files | src/topic/__init__.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/topic/__init__.py Fri Dec 11 12:56:23 2015 -0500 +++ b/src/topic/__init__.py Fri Dec 11 12:53:38 2015 -0500 @@ -131,7 +131,6 @@ del fixedextra[constants.extrakey] else: fixedextra[constants.extrakey] = topic - c.parents() ui.debug('changing topic of %s from %s to %s\n' % ( c, oldtopic, newtopic)) ui.debug('fixedextra: %r\n' % fixedextra)