We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88932af commit 0f08b41Copy full SHA for 0f08b41
2 files changed
libvcs/parse/hg.py
@@ -28,7 +28,7 @@
28
RE_PATH = r"""
29
((?P<user>.*)@)?
30
(?P<hostname>([^/:]+))
31
- (:(?P<port>\d{1,4}))?
+ (:(?P<port>\d{1,5}))?
32
(?P<separator>/)?
33
(?P<path>
34
/?(\w[^:.]*)
libvcs/parse/svn.py
@@ -29,7 +29,7 @@
35
(\w[^:.]*)
0 commit comments