Changeset 761 in tailor
- Timestamp:
- 09/04/05 00:38:12 (8 years ago)
- Hash name:
- 20050903223812-97f81-41cec0353df98b39bf236749636bae9391690bfb
- File:
-
- 1 edited
-
vcpx/tests/tailor.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/tests/tailor.py
r759 r761 6 6 # 7 7 8 """ 8 """\ 9 #!tailor 10 ''' 9 11 [DEFAULT] 10 12 target-module = None … … 106 108 start-revision = INITIAL 107 109 subdir = cmsmini 110 before-commit = remap_authors 108 111 109 112 [cvs:cmsmini] … … 153 156 [hg:pyobjc] 154 157 subdir = hg 158 ''' 159 160 def remap_authors(context, changeset): 161 if changeset.author == 'tizziano': 162 changeset.author = 'tiziano' 163 return True 155 164 """ 156 165
Note: See TracChangeset
for help on using the changeset viewer.
