##// END OF EJS Templates
gearbox: drop last traces of upgrade-db paster command...
gearbox: drop last traces of upgrade-db paster command Everything has changed anyway.

File last commit:

r7359:2917d2be default
r7374:e5406853 default
Show More
.hgignore
35 lines | 438 B | text/plain | TextLexer
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/
node_modules/
syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea/public/css/style\.css(\.map)?$
^kallithea/public/css/pygments.css$
^theme\.less$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$