This commit is contained in:
Daniel Mills
2020-07-17 04:15:43 -04:00
parent 202a7106a7
commit 58dcb72adc
48 changed files with 1629 additions and 4 deletions

5
gource/data/gource.style Normal file
View File

@@ -0,0 +1,5 @@
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"