Changeset 42 in tailor
- Timestamp:
- 07/04/04 18:31:06 (9 years ago)
- Hash name:
- 20040704163106-97f81-b7bc8e65c935a046e5f966d8a3c78ddae286c641
- File:
-
- 1 edited
-
vcpx/target.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/target.py
r38 r42 13 13 __docformat__ = 'reStructuredText' 14 14 15 PATCH_AUTHOR = "tailor@localhost" 15 import socket 16 17 HOST = socket.getfqdn() 18 AUTHOR = "tailor" 16 19 17 20 class SyncronizableTargetWorkingDir(object): … … 102 105 now = datetime.now() 103 106 self._initializeWorkingDir(root) 104 self._commit(root, now, PATCH_AUTHOR,107 self._commit(root, now, '%s@%s' % (AUTHOR, HOST), 105 108 'Tailorization of %s@%s' % (repository, revision)) 106 109
Note: See TracChangeset
for help on using the changeset viewer.
