view .hgignore @ 5265:8394211b1c32

AuthUser: refactor AuthUser cookie/session serialization * All serialization/deserialization logic is now in one place. * CookieStoreWrapper is gone; any login sessions established in 2012 or earlier will be terminated and users will have to log in again. * The term "cookie store" has been dropped in favor of simply "cookie" (the value is not a cookie "store" or data repository, but just the actual cookie/session serialization of AuthUser). Note: from_cookie_store was never used.
author Søren Løvborg <kwi@kwi.dk>
date Tue, 14 Jul 2015 14:00:15 +0200
parents 9885bbacf99c
children 19267f233d39
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$