annotate .hgignore @ 368:e9a6783f5502

fixed user permissions bug when adding permissions to user who couldn load those because of auth decorators Small fix for hg model and injecting dbrepo into cached repos
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 27 Jul 2010 14:54:41 +0200
parents 0e87466a117e
children 92cacbcb5272
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
1
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
2 syntax: regexp
9
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
3 ^data$
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
4 syntax: regexp
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
5 ^\.settings$
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
6 syntax: regexp
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
7 ^\.project$
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
8 syntax: regexp
72
596eb21f61d5 ignore db file
Marcin Kuzminski <marcin@python-blog.com>
parents: 9
diff changeset
9 ^\.pydevproject$
596eb21f61d5 ignore db file
Marcin Kuzminski <marcin@python-blog.com>
parents: 9
diff changeset
10 syntax: regexp
327
0e87466a117e updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app
Marcin Kuzminski <marcin@python-works.com>
parents: 72
diff changeset
11 ^hg_app\.db$
0e87466a117e updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app
Marcin Kuzminski <marcin@python-works.com>
parents: 72
diff changeset
12 syntax: regexp
0e87466a117e updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app
Marcin Kuzminski <marcin@python-works.com>
parents: 72
diff changeset
13 ^repositories\.config$