File: gource.style

package info (click to toggle)
gource 0.55-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,392 kB
  • sloc: cpp: 19,637; sh: 4,241; makefile: 102
file content (5 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (8)
1
2
3
4
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"