Commit MetaInfo

Revisioncbd74c22c65c8dfd21b40b35116022137e9ffc5d (tree)
Time2012-07-16 20:59:24
Authorat0fk
Commiterat0fk

Log Message

Rebased for 2.4.2

Change Summary

Incremental Difference

diff -r 88686ffcf492 -r cbd74c22c65c bugtraq_support
--- a/bugtraq_support Thu Feb 02 10:42:32 2012 +0100
+++ b/bugtraq_support Mon Jul 16 13:59:24 2012 +0200
@@ -1,16 +1,16 @@
11 # HG changeset patch
2-# Parent a2c08f1595fd11937444a7f1186cabfd613efb0b
3-Added custom bugtraq support
4-
2+# Parent e36f6288eb94481a63aa6137f33867765a11c52e
3+Added custom bugtraq support
4+
55 For e.g. traclink extension
66
7-diff -r a2c08f1595fd -r b2b08061a6ac tortoisehg/util/bugtraq.py
8---- a/tortoisehg/util/bugtraq.py Tue Jan 10 10:33:27 2012 +0100
9-+++ b/tortoisehg/util/bugtraq.py Fri Jan 20 17:54:11 2012 +0100
10-@@ -6,6 +6,13 @@
11- from comtypes.client import CreateObject
12- from comtypes.automation import _midlSAFEARRAY
7+diff -r e36f6288eb94 tortoisehg/util/bugtraq.py
8+--- a/tortoisehg/util/bugtraq.py Mon Jul 16 13:54:59 2012 +0200
9++++ b/tortoisehg/util/bugtraq.py Mon Jul 16 13:58:14 2012 +0200
10+@@ -8,6 +8,13 @@
1311 from _winreg import *
12+ from tortoisehg.hgqt import qtlib
13+ from tortoisehg.hgqt.i18n import _
1414 +from mercurial import extensions
1515 +
1616 +traclink = None
@@ -21,7 +21,7 @@
2121
2222 class IBugTraqProvider(IUnknown):
2323 _iid_ = GUID("{298B927C-7220-423C-B7B4-6E241F00CD93}")
24-@@ -70,10 +77,14 @@
24+@@ -72,6 +79,10 @@
2525 #svnjiraguid = "{CF732FD7-AA8A-4E9D-9E15-025E4D1A7E9D}"
2626
2727 def __init__(self, guid):
@@ -31,13 +31,8 @@
3131 + self.__init__(guid)
3232 self.guid = guid
3333 self.bugtr = None
34-
35-- def _get_bugtraq_object(self):
36-+ def _get_bugtraq_object(self):
37- if self.bugtr == None:
38- obj = CreateObject(self.guid)
39- try:
40-@@ -139,8 +150,12 @@
34+ self.errorshown = False # do not show the COM Error more than once
35+@@ -172,8 +183,12 @@
4136 except (ValueError, AttributeError):
4237 return False
4338
@@ -50,7 +45,7 @@
5045 cm = pythoncom.CoCreateInstance(pythoncom.CLSID_StdComponentCategoriesMgr,
5146 None, pythoncom.CLSCTX_INPROC,pythoncom.IID_ICatInformation)
5247 CATID_BugTraqProvider = pythoncom.MakeIID(
53-@@ -155,9 +170,16 @@
48+@@ -188,9 +203,16 @@
5449 except pythoncom.com_error:
5550 break
5651 ret.extend(clsid)
diff -r 88686ffcf492 -r cbd74c22c65c minor_dialog_fix
--- a/minor_dialog_fix Thu Feb 02 10:42:32 2012 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
1-# HG changeset patch
2-# Parent 691bc9fb73bed19ec1fe005cd5ce51bca23c8b08
3-Minor fix to wctxactions.py dialog calls.
4-
5-diff -r 691bc9fb73be -r b3d22ab00853 tortoisehg/hgqt/wctxactions.py
6---- a/tortoisehg/hgqt/wctxactions.py Tue Jan 10 10:09:43 2012 +0100
7-+++ b/tortoisehg/hgqt/wctxactions.py Tue Jan 10 10:11:00 2012 +0100
8-@@ -249,7 +249,7 @@
9- if os.path.isdir(path):
10- parent.linkActivated.emit(u'subrepo:'+hglib.tounicode(path))
11- else:
12-- QMessageBox.warning(self,
13-+ QMessageBox.warning(parent,
14- _("Cannot open subrepository"),
15- _("The selected subrepository does not exist on the working directory"))
16-
diff -r 88686ffcf492 -r cbd74c22c65c series
--- a/series Thu Feb 02 10:42:32 2012 +0100
+++ b/series Mon Jul 16 13:59:24 2012 +0200
@@ -4,7 +4,6 @@
44 add_rebase_dialog
55 add_subrepo_double_click
66 link_subrepo_support
7-minor_dialog_fix
87 bugtraq_support
98 fix_transplant_ranges
109 add_branch_colors
Show on old repository browser