Actions
Bug #1843
openadd new mercutial version 1.8.4 to tools
Status:
New
Priority:
Normal
Assignee:
-
Category:
tools - gate/build tools
Start date:
2011-12-02
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
we have mercurial 1.8.4 at illumos-userland.
after installation we can't to use webrev.
small patch:
diff -r 15b6c91053a3 usr/src/tools/onbld/Scm/Version.py --- a/usr/src/tools/onbld/Scm/Version.py Thu Dec 01 22:58:02 2011 -0500 +++ b/usr/src/tools/onbld/Scm/Version.py Fri Dec 02 19:39:42 2011 +0300 @@ -59,7 +59,7 @@ # List of versions that are explicitly acceptable to us # GOOD_VERSIONS = ['1.3.1', '1.4.2', '1.5.4', '1.6.2', '1.6.3', '1.7.5', - '1.8', '1.8.1'] + '1.8', '1.8.1', '1.8.4'] def check_version(): diff -r 15b6c91053a3 usr/src/tools/scripts/hg-active.py --- a/usr/src/tools/scripts/hg-active.py Thu Dec 01 22:58:02 2011 -0500 +++ b/usr/src/tools/scripts/hg-active.py Fri Dec 02 19:39:42 2011 +0300 @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python2.6 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2
Related issues
Updated by Igor Kozhukhov over 10 years ago
Igor S.Kozhukhov wrote:
we have mercurial 1.8.4 at illumos-userland.
after installation we can't to use webrev.small patch:
diff -r 15b6c91053a3 usr/src/tools/onbld/Scm/Version.py --- a/usr/src/tools/onbld/Scm/Version.py Thu Dec 01 22:58:02 2011 -0500 +++ b/usr/src/tools/onbld/Scm/Version.py Fri Dec 02 19:39:42 2011 +0300 @@ -59,7 +59,7 @@ # List of versions that are explicitly acceptable to us # GOOD_VERSIONS = ['1.3.1', '1.4.2', '1.5.4', '1.6.2', '1.6.3', '1.7.5', - '1.8', '1.8.1'] + '1.8', '1.8.1', '1.8.4'] def check_version(): diff -r 15b6c91053a3 usr/src/tools/scripts/hg-active.py --- a/usr/src/tools/scripts/hg-active.py Thu Dec 01 22:58:02 2011 -0500 +++ b/usr/src/tools/scripts/hg-active.py Fri Dec 02 19:39:42 2011 +0300 @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python2.6 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2
Updated by Marcel Telka over 9 years ago
- Category set to tools - gate/build tools
Actions