changeset 545:22b8df4c54c5

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.
author David M. Carr <david@carrclan.us>
date Thu, 27 Sep 2012 22:42:41 -0400
parents ebf4ea20ade5
children c5d4900a804e
files hggit/__init__.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/__init__.py	Thu Sep 27 22:32:01 2012 -0400
+++ b/hggit/__init__.py	Thu Sep 27 22:42:41 2012 -0400
@@ -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')