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
mercurial_keyring
Commits
1d09da9d1341
Commit
bdf8fc4d
authored
Aug 03, 2018
by
Marcin Kasperski
Browse files
#62
Fixed problems on hg 4.7 (the true fix is in meu, here I depend on this version)
parent
beddc63ee6e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
.hgignore
View file @
1d09da9d
syntax: regexp
-
syntax: regexp
\.pyc$
\.pyo$
...
...
setup.py
View file @
1d09da9d
...
...
@@ -36,7 +36,7 @@ setup(
],
install_requires
=
[
'keyring>=0.3'
,
'mercurial_extension_utils>=1.
2.0
'
,
'mercurial_extension_utils>=1.
3.6
'
,
],
zip_safe
=
True
,
)
Write
Preview
Markdown
is supported
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