view .hgignore @ 4394:dc4a768927eb

pull requests: fix same git repository pull-request issue Currentry, Kallithea can not create pull-request from same git repository. Because, ancestor variable is not initialized when create pull-request from same git repository. This patch find ancestor by `git merge-base` command and initialize it.
author Takumi IINO <trot.thunder@gmail.com>
date Mon, 07 Jul 2014 01:45:19 +0900
parents 24c0d584ba86
children 03bbd33bc084
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg

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