mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-01 07:25:51 +00:00
6 lines
293 B
Plaintext
6 lines
293 B
Plaintext
changeset = '{file_adds}{file_copies}{file_mods}{file_dels}'
|
|
file_mod = "{date|hgdate}|{author|person}|M|{file_mod}\n"
|
|
file_add = "{date|hgdate}|{author|person}|A|{file_add}\n"
|
|
file_del = "{date|hgdate}|{author|person}|D|{file_del}\n"
|
|
file_copy = "{date|hgdate}|{author|person}|A|{name}\n"
|