Skip to content
Snippets Groups Projects
Commit 22b8df4c authored by David M. Carr's avatar David M. Carr
Browse files

docs: include buglink

Mercurial has support for including a link to an issue tracker when it detects
that an extension has broken.  This change includes the appropriate attribute
in the extension, pointing it at the issue tracker for the main BitBucket repo.
parent ebf4ea20
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@
import gitrepo, hgrepo
from git_handler import GitHandler
buglink = 'https://bitbucket.org/durin42/hg-git/issues'
# support for `hg clone git://github.com/defunkt/facebox.git`
# also hg clone git+ssh://git@github.com/schacon/simplegit.git
_gitschemes = ('git', 'git+ssh', 'git+http', 'git+https')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment