Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12171, comment 14


Ignore:
Timestamp:
Mar 7, 2016, 5:13:19 AM (8 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12171, comment 14

    initial v1  
    33Also:
    44* You can [https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages squash your changes] and then [https://git-scm.com/docs/git-cherry-pick cherry-pick] the single changeset over to a new branch based on the trunk, so that your changes are based on trunk (comment:9).
    5 * The main test logic needed to create macro tests in `trac/tests/report.py` is provided by `trac.wiki.tests.formatter`.  I imagine you may also want to use the method `_insert_tickets`. Code like that can just be copied over for now, but just make sure you understand the code you are copying. Eventually I'd like to find a way to eliminate some of the duplication (#12211).
     5* The main test logic needed to create macro tests in `trac/tests/report.py` is provided by `trac.wiki.tests.formatter`.  I imagine you may also want to use the method `_insert_tickets`. Code like that can be copied, but just make sure you understand the code you are copying. Eventually I'd like to find a way to eliminate some of the duplication (#12211).