Mercurial > evolve
changeset 4208:7d4c80c3f386
branching: merge stable back into default
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 25 Oct 2018 17:03:34 +0200 |
parents | cae466b70bf1 (current diff) 46cef25fbd96 (diff) |
children | a4d5dcc836ab |
files | hgext3rd/pullbundle.py tests/test-evolve.t tests/test-obsolete.t tests/test-topic.t tests/test-wireproto.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/pullbundle.py Thu Oct 25 12:49:48 2018 +0200 +++ b/hgext3rd/pullbundle.py Thu Oct 25 17:03:34 2018 +0200 @@ -92,7 +92,7 @@ from mercurial.i18n import _ -__version__ = '0.1.0' +__version__ = '0.1.1' testedwith = '4.4 4.5 4.6 4.7.1' minimumhgversion = '4.4' buglink = 'https://bz.mercurial-scm.org/'