Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 291673 Details for
Bug 389513
dev-vcs/tortoisehg-2.1.4 - please add patch from upstream for work with mercurial-2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tortoisehg-2.1.4-mercurial2-versioncheck.patch
tortoisehg-2.1.4-mercurial2-versioncheck.patch (text/plain), 432 bytes, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2011-11-04 16:37:12 UTC
(
hide
)
Description:
tortoisehg-2.1.4-mercurial2-versioncheck.patch
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2011-11-04 16:37:12 UTC
Size:
432 bytes
patch
obsolete
>--- a/tortoisehg/util/hgversion.py >+++ b/tortoisehg/util/hgversion.py >@@ -26,8 +26,7 @@ > vers = re.split(r'\.|-', v)[:2] > if vers == reqver or len(vers) < 2: > return >- nextver = list(reqver) >- nextver[1] = str(int(reqver[1])+1) >+ nextver = map(str, divmod(int(reqver[0]) * 10 + int(reqver[1]) + 1, 10)) > if vers == nextver: > return > return (('This version of TortoiseHg requires Mercurial '
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 389513
: 291673