Changeset 1325 in tailor for vcpx/repository/darcs/source.py


Ignore:
Timestamp:
03/05/07 22:26:20 (6 years ago)
Author:
John Goerzen <jgoerzen@…>
Hash name:
20070305212620-c2a52-d86ad8b58ab48d24134f0d9952de77f80d6198b5
Message:

Make sure first line of patch message comes across from Darcs
Mercurial was committing changes without this line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/darcs/source.py

    r1320 r1325  
    334334                    l = output.readline() 
    335335 
    336                 cset = Changeset(name, date, author, '\n'.join(changelog)) 
     336                cset = Changeset(name, date, author, '\n'.join([name] + changelog)) 
    337337                compactdate = date.strftime("%Y%m%d%H%M%S") 
    338338                if name.startswith('UNDO: '): 
Note: See TracChangeset for help on using the changeset viewer.