topic: remove useless call to c.parents()
authorAugie Fackler <raf@durin42.com>
Fri, 11 Dec 2015 12:53:38 -0500
changeset 1873 04c971850183
parent 1872 4fcee38d71d6
child 1874 ec28b6c3414a
topic: remove useless call to c.parents()
src/topic/__init__.py
--- 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)