src/topic/__init__.py
changeset 1873 04c971850183
parent 1872 4fcee38d71d6
child 1874 ec28b6c3414a
equal deleted inserted replaced
1872:4fcee38d71d6 1873:04c971850183
   129                    continue
   129                    continue
   130                if clear:
   130                if clear:
   131                    del fixedextra[constants.extrakey]
   131                    del fixedextra[constants.extrakey]
   132                else:
   132                else:
   133                    fixedextra[constants.extrakey] = topic
   133                    fixedextra[constants.extrakey] = topic
   134                c.parents()
       
   135                ui.debug('changing topic of %s from %s to %s\n' % (
   134                ui.debug('changing topic of %s from %s to %s\n' % (
   136                    c, oldtopic, newtopic))
   135                    c, oldtopic, newtopic))
   137                ui.debug('fixedextra: %r\n' % fixedextra)
   136                ui.debug('fixedextra: %r\n' % fixedextra)
   138                mc = context.memctx(
   137                mc = context.memctx(
   139                    repo, (c.p1().node(), c.p2().node()), c.description(),
   138                    repo, (c.p1().node(), c.p2().node()), c.description(),