##// END OF EJS Templates
cleanup: fix whitespace in CONTRIBUTORS (and other forgotten files) too
Mads Kiilerich -
r5379:1949ece7 default
parent child Browse files
Show More
@@ -9,8 +9,8 b' List of contributors to Kallithea projec'
9 Dmitri Kuznetsov <>
9 Dmitri Kuznetsov <>
10 Jared Bunting <jared.bunting@peachjean.com>
10 Jared Bunting <jared.bunting@peachjean.com>
11 Steve Romanow <slestak989@gmail.com>
11 Steve Romanow <slestak989@gmail.com>
12 Augosto Hermann <augusto.herrmann@planejamento.gov.br>
12 Augosto Hermann <augusto.herrmann@planejamento.gov.br>
13 Ankit Solanki <ankit.solanki@gmail.com>
13 Ankit Solanki <ankit.solanki@gmail.com>
14 Liad Shani <liadff@gmail.com>
14 Liad Shani <liadff@gmail.com>
15 Les Peabody <lpeabody@gmail.com>
15 Les Peabody <lpeabody@gmail.com>
16 Jonas Oberschweiber <jonas.oberschweiber@d-velop.de>
16 Jonas Oberschweiber <jonas.oberschweiber@d-velop.de>
@@ -13,7 +13,7 b' they so chose.'
13 However, the definitive list of copyright holders for this project is kept in
13 However, the definitive list of copyright holders for this project is kept in
14 [the about page template](kallithea/templates/about.html) so that it is
14 [the about page template](kallithea/templates/about.html) so that it is
15 displayed appropriately when Kallithea is installed. This is the most
15 displayed appropriately when Kallithea is installed. This is the most
16 important place to update copyright notices.
16 important place to update copyright notices.
17
17
18 Third-Party Code Incorporated in Kallithea
18 Third-Party Code Incorporated in Kallithea
19 ==========================================
19 ==========================================
@@ -5,16 +5,16 b' repository_id=kallithea_db_migrations'
5
5
6 # The name of the database table used to track the schema version.
6 # The name of the database table used to track the schema version.
7 # This name shouldn't already be used by your project.
7 # This name shouldn't already be used by your project.
8 # If this is changed once a database is under version control, you'll need to
8 # If this is changed once a database is under version control, you'll need to
9 # change the table name in each database too.
9 # change the table name in each database too.
10 version_table=db_migrate_version
10 version_table=db_migrate_version
11
11
12 # When committing a change script, Migrate will attempt to generate the
12 # When committing a change script, Migrate will attempt to generate the
13 # sql for all supported databases; normally, if one of them fails - probably
13 # sql for all supported databases; normally, if one of them fails - probably
14 # because you don't have that database installed - it is ignored and the
14 # because you don't have that database installed - it is ignored and the
15 # commit continues, perhaps ending successfully.
15 # commit continues, perhaps ending successfully.
16 # Databases in this list MUST compile successfully during a commit, or the
16 # Databases in this list MUST compile successfully during a commit, or the
17 # entire commit will fail. List the databases your application will actually
17 # entire commit will fail. List the databases your application will actually
18 # be using to ensure your updates to that database work properly.
18 # be using to ensure your updates to that database work properly.
19 # This must be a list; example: ['postgres','sqlite']
19 # This must be a list; example: ['postgres','sqlite']
20 required_dbs=['sqlite']
20 required_dbs=['sqlite']
@@ -5,16 +5,16 b" repository_id={{ locals().pop('repositor"
5
5
6 # The name of the database table used to track the schema version.
6 # The name of the database table used to track the schema version.
7 # This name shouldn't already be used by your project.
7 # This name shouldn't already be used by your project.
8 # If this is changed once a database is under version control, you'll need to
8 # If this is changed once a database is under version control, you'll need to
9 # change the table name in each database too.
9 # change the table name in each database too.
10 version_table={{ locals().pop('version_table') }}
10 version_table={{ locals().pop('version_table') }}
11
11
12 # When committing a change script, Migrate will attempt to generate the
12 # When committing a change script, Migrate will attempt to generate the
13 # sql for all supported databases; normally, if one of them fails - probably
13 # sql for all supported databases; normally, if one of them fails - probably
14 # because you don't have that database installed - it is ignored and the
14 # because you don't have that database installed - it is ignored and the
15 # commit continues, perhaps ending successfully.
15 # commit continues, perhaps ending successfully.
16 # Databases in this list MUST compile successfully during a commit, or the
16 # Databases in this list MUST compile successfully during a commit, or the
17 # entire commit will fail. List the databases your application will actually
17 # entire commit will fail. List the databases your application will actually
18 # be using to ensure your updates to that database work properly.
18 # be using to ensure your updates to that database work properly.
19 # This must be a list; example: ['postgres','sqlite']
19 # This must be a list; example: ['postgres','sqlite']
20 required_dbs={{ locals().pop('required_dbs') }}
20 required_dbs={{ locals().pop('required_dbs') }}
@@ -22,4 +22,4 b" required_dbs={{ locals().pop('required_d"
22 # When creating new change scripts, Migrate will stamp the new script with
22 # When creating new change scripts, Migrate will stamp the new script with
23 # a version number. By default this is latest_version + 1. You can set this
23 # a version number. By default this is latest_version + 1. You can set this
24 # to 'true' to tell Migrate to use the UTC timestamp instead.
24 # to 'true' to tell Migrate to use the UTC timestamp instead.
25 use_timestamp_numbering='false' No newline at end of file
25 use_timestamp_numbering='false'
@@ -5,16 +5,16 b" repository_id={{ locals().pop('repositor"
5
5
6 # The name of the database table used to track the schema version.
6 # The name of the database table used to track the schema version.
7 # This name shouldn't already be used by your project.
7 # This name shouldn't already be used by your project.
8 # If this is changed once a database is under version control, you'll need to
8 # If this is changed once a database is under version control, you'll need to
9 # change the table name in each database too.
9 # change the table name in each database too.
10 version_table={{ locals().pop('version_table') }}
10 version_table={{ locals().pop('version_table') }}
11
11
12 # When committing a change script, Migrate will attempt to generate the
12 # When committing a change script, Migrate will attempt to generate the
13 # sql for all supported databases; normally, if one of them fails - probably
13 # sql for all supported databases; normally, if one of them fails - probably
14 # because you don't have that database installed - it is ignored and the
14 # because you don't have that database installed - it is ignored and the
15 # commit continues, perhaps ending successfully.
15 # commit continues, perhaps ending successfully.
16 # Databases in this list MUST compile successfully during a commit, or the
16 # Databases in this list MUST compile successfully during a commit, or the
17 # entire commit will fail. List the databases your application will actually
17 # entire commit will fail. List the databases your application will actually
18 # be using to ensure your updates to that database work properly.
18 # be using to ensure your updates to that database work properly.
19 # This must be a list; example: ['postgres','sqlite']
19 # This must be a list; example: ['postgres','sqlite']
20 required_dbs={{ locals().pop('required_dbs') }}
20 required_dbs={{ locals().pop('required_dbs') }}
@@ -1,5 +1,5 b''
1 [egg_info]
1 [egg_info]
2 tag_build =
2 tag_build =
3 tag_svn_revision = 0
3 tag_svn_revision = 0
4 tag_date = 0
4 tag_date = 0
5
5
@@ -2,7 +2,8 b''
2
2
3 # Enforce some consistency in whitespace - just to avoid spurious whitespaces changes
3 # Enforce some consistency in whitespace - just to avoid spurious whitespaces changes
4
4
5 files=`hg loc '*.py' '*.html' '*.css' '*.rst' '*.txt' '*.js' | egrep -v '/lockfiles.py|LICENSE-MERGELY.html|/codemirror/|/fontello/|(graph|mergely|native.history|select2/select2|yui.flot|yui.2.9)\.js$'`
5 files=`hg loc '*.py' '*.html' '*.css' '*.rst' '*.txt' '*.js' '*.ini' '*.cfg' CONTRIBUTORS LICENSE.md| egrep -v '/lockfiles.py|LICENSE-MERGELY.html|/codemirror/|/fontello/|(graph|mergely|native.history|select2/select2|yui.flot|yui.2.9)\.js$'`
6
6 sed -i -e "s,`printf '\t'`, ,g" $files
7 sed -i -e "s,`printf '\t'`, ,g" $files
7 sed -i -e "s, *$,,g" $files
8 sed -i -e "s, *$,,g" $files
8 # ensure one trailing newline - remove empty last line and make last line include trailing newline:
9 # ensure one trailing newline - remove empty last line and make last line include trailing newline:
General Comments 0
You need to be logged in to leave comments. Login now