# HG changeset patch # User Georges Racinet <georges.racinet@octobus.net> # Date 1589381830 -7200 # Wed May 13 16:57:10 2020 +0200 # Node ID 76aa5f0e3f5ea698fa3b6ffb927920e8011ae60f # Parent 7a696916c8562345a563ab9619b744750ecaaafe metadata: updated bugtracker link dev.heptapod.net has become foss.heptapod.net in the meanwhile diff --git a/hggit/__init__.py b/hggit/__init__.py --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -69,7 +69,7 @@ testedwith = (b'4.3.3 4.4.2 4.5.3 4.6.2 ' b'4.7.2 4.8.2 4.9.1 5.0.2 5.1.2 5.2 5.3 5.4') minimumhgversion = b'4.3' -buglink = b'https://dev.heptapod.net/mercurial/hg-git/issues' +buglink = b'https://foss.heptapod.net/mercurial/hg-git/issues' cmdtable = {} configtable = {}