Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11785, comment 1


Ignore:
Timestamp:
Oct 20, 2014, 6:52:41 PM (9 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11785, comment 1

    initial v1  
    2525-}}}""" % (revstring, repos.reponame, changeset.rev, changeset.message.strip())
    2626+}}}""" % (revstring, drev, repos.reponame, rev, changeset.message.strip())
     27
     28     def _update_tickets(self, tickets, changeset, comment, date):
     29         """Update the tickets with the given comment."""
    2730}}}