Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
evolve
Commits
fb543438704b
Commit
fb543438
authored
Jul 31, 2020
by
Anton Shestakov
Browse files
packaging: prepare version 10.0.1
parent
e31e7618cad4
Pipeline
#8573
passed with stage
in 5 minutes and 44 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
fb543438
Changelog
=========
10.0.1 -
in progress
10.0.1 -
- 2020-07-31
--------------------
* compatibility with Mercurial 5.5
...
...
debian/changelog
View file @
fb543438
mercurial
-
evolve
(
10.0.1
-
1
)
unstable
;
urgency
=
medium
*
new
upstream
release
--
Anton
Shestakov
<
av6
@
dwimlabs
.
net
>
Fri
,
31
Jul
2020
19
:
44
:
25
+
0800
mercurial
-
evolve
(
10.0.0
-
1
)
unstable
;
urgency
=
medium
*
new
upstream
release
...
...
hgext3rd/evolve/metadata.py
View file @
fb543438
...
...
@@ -5,7 +5,7 @@
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
__version__
=
b
'10.0.1
.dev
'
testedwith
=
b
'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4'
__version__
=
b
'10.0.1'
testedwith
=
b
'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4
5.5
'
minimumhgversion
=
b
'4.6'
buglink
=
b
'https://bz.mercurial-scm.org/'
hgext3rd/pullbundle.py
View file @
fb543438
...
...
@@ -93,9 +93,9 @@
from
mercurial.i18n
import
_
__version__
=
b
'0.1.
1
'
testedwith
=
b
'4.
4
4.
5
4.
6
4.
7.1
'
minimumhgversion
=
b
'4.
4
'
__version__
=
b
'0.1.
2
'
testedwith
=
b
'4.
6.2
4.
7
4.
8
4.
9 5.0 5.1 5.2 5.3 5.4 5.5
'
minimumhgversion
=
b
'4.
6
'
buglink
=
b
'https://bz.mercurial-scm.org/'
cmdtable
=
{}
...
...
hgext3rd/topic/__init__.py
View file @
fb543438
...
...
@@ -202,5 +202,5 @@
b
'topic.active'
:
b
'green'
,
}
__version__
=
b
'0.19.1
.dev
'
__version__
=
b
'0.19.1'
...
...
@@ -206,5 +206,5 @@
testedwith
=
b
'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4'
testedwith
=
b
'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4
5.5
'
minimumhgversion
=
b
'4.6'
buglink
=
b
'https://bz.mercurial-scm.org/'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment