Changeset 1399 in tailor
- Timestamp:
- 06/18/07 18:47:36 (6 years ago)
- Hash name:
- 20070618164736-2a76a-0d3833d8c66db35b9656bb6e7c89564ac4697c3a
- Files:
-
- 2 edited
-
vcpx/tailor.py (modified) (1 diff)
-
README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/tailor.py
r1363 r1399 136 136 pname_format = pconfig('patch-name-format', raw=True) 137 137 if pname_format is not None: 138 SynchronizableTargetWorkingDir.PATCH_NAME_FORMAT = pname_format.strip() or '%(revision)s'138 SynchronizableTargetWorkingDir.PATCH_NAME_FORMAT = pname_format.strip() 139 139 SynchronizableTargetWorkingDir.REMOVE_FIRST_LOG_LINE = pconfig('remove-first-log-line') 140 140 Changeset.REFILL_MESSAGE = pconfig('refill-changelogs') -
README
r1398 r1399 518 518 519 519 [project] 520 patch-name-format = 520 patch-name-format = "" 521 521 522 522 tailor will keep the original changelog as is.
Note: See TracChangeset
for help on using the changeset viewer.
