templates/map-rss
author mpm@selenic.com
Mon, 19 Sep 2005 15:59:17 -0700
changeset 1278 6a0d373d3126
parent 986 2810c625ca98
child 1766 93f54a2b3864
permissions -rw-r--r--
hgit -> hgk.py Move hgit to hgk.py - importing hgit as an extension created compiled hgitc, which was confusing - hgit existed to support hgk so it was slightly misnamed - removed executable bit as we no longer run it directly - add 'view' command so we can run hg view - change git-* commands to debug-* so hg help won't show them - chdir to repository root on view so hgk doesn't choke in subdirs

default = "changelog"
header = header-rss.tmpl
changelog = changelog-rss.tmpl
changelogentry = changelogentry-rss.tmpl
filelog = filelog-rss.tmpl
filelogentry = filelogentry-rss.tmpl