Files @ ae750b5d7de0
Branch filter:

Location: kallithea/.hgignore

Thomas De Schampheleire
bookmarks: fix 'compare bookmarks' button

Commit b0774d79c7c95ec14ec6d23389d85ed544dd4b50 broke the 'Compare
bookmarks' button on the repository bookmarks page, when attempting to
replace a Yahoo UI click handler with jQuery.
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/

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