##// END OF EJS Templates
updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app
updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app

File last commit:

r327:0e87466a default
r327:0e87466a default
Show More
.hgignore
12 lines | 175 B | text/plain | TextLexer
Marcin Kuzminski
initial commit.
r0
syntax: regexp
Marcin Kuzminski
added hgignore
r9 ^data$
syntax: regexp
^\.settings$
syntax: regexp
^\.project$
syntax: regexp
Marcin Kuzminski
ignore db file
r72 ^\.pydevproject$
syntax: regexp
updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app
r327 ^hg_app\.db$
syntax: regexp
^repositories\.config$