File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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``
Original file line number Diff line number Diff line change 1- #header = '{date| shortdate} {author| person} <{author| email}>\n\n'
21header = '{date| shortdate} {author| person}\n{tags}\n'
32header_verbose = ''
4- #changeset = '\t* {files| stringify| fill68| tabindent}{desc| fill68| tabindent| strip}\n\t[{node| short}]{tags}\n\n'
53changeset = '\t* {files| stringify| fill68| tabindent}{desc| fill68| tabindent| strip}\n\t[{node| short}]\n\n'
6-
74changeset_quiet = '\t* {desc| firstline| fill68| tabindent| strip}\n\n'
85changeset_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 = ' ['
106start_tags = 'TAGS: '
117tag = '{tag}, '
12- #last_tag = '{tag}]'
138last_tag = '{tag}\n'
149file = '{file}, '
1510last_file = '{file}:\n\t'
You can’t perform that action at this time.
0 commit comments