Changeset 1325 in tailor for vcpx/repository/darcs/source.py
- Timestamp:
- 03/05/07 22:26:20 (6 years ago)
- Hash name:
- 20070305212620-c2a52-d86ad8b58ab48d24134f0d9952de77f80d6198b5
- File:
-
- 1 edited
-
vcpx/repository/darcs/source.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository/darcs/source.py
r1320 r1325 334 334 l = output.readline() 335 335 336 cset = Changeset(name, date, author, '\n'.join( changelog))336 cset = Changeset(name, date, author, '\n'.join([name] + changelog)) 337 337 compactdate = date.strftime("%Y%m%d%H%M%S") 338 338 if name.startswith('UNDO: '):
Note: See TracChangeset
for help on using the changeset viewer.
