Skip to content

Commit 1293a13

Browse files
author
dzsekijo
committed
minor meta fixes
1 parent a8a22c5 commit 1293a13

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

README.1st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Some starting points:
1010
- Project home page is http://fuse.sourceforge.net/wiki/index.php/FusePython
1111

1212
- Development code can be accessed via CVS (look for the ``python`` module
13-
at http://sourceforge.net/cvs/?group_id=121684444)
13+
at http://sourceforge.net/cvs/?group_id=121684)
1414
and via Mercurial_ at http://mercurial.creo.hu/repos/fuse-python-hg/.
1515

1616
- Changelog is only included in releases, generated by ``hg log``

util/fusepychangelog.tmpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
#header = '{date|shortdate} {author|person} <{author|email}>\n\n'
21
header = '{date|shortdate} {author|person}\n{tags}\n'
32
header_verbose = ''
4-
#changeset = '\t* {files|stringify|fill68|tabindent}{desc|fill68|tabindent|strip}\n\t[{node|short}]{tags}\n\n'
53
changeset = '\t* {files|stringify|fill68|tabindent}{desc|fill68|tabindent|strip}\n\t[{node|short}]\n\n'
6-
74
changeset_quiet = '\t* {desc|firstline|fill68|tabindent|strip}\n\n'
85
changeset_verbose = '{date|isodate} {author|person} <{author|email}> ({node|short}{tags})\n\n\t* {file_adds|stringify|fill68|tabindent}{file_dels|stringify|fill68|tabindent}{files|stringify|fill68|tabindent}{desc|fill68|tabindent|strip}\n\n'
9-
#start_tags = ' ['
106
start_tags = 'TAGS: '
117
tag = '{tag}, '
12-
#last_tag = '{tag}]'
138
last_tag = '{tag}\n'
149
file = '{file}, '
1510
last_file = '{file}:\n\t'

0 commit comments

Comments
 (0)