3 new revisions:

Revision: a79d30805465
Author:   Jussi Malinen
Date:     Tue Jul 26 07:00:02 2011
Log:      updated release tool to hg
http://code.google.com/p/robotframework/source/detail?repo=wiki&r=a79d30805465

Revision: 08a37cd2781c
Author:   Jussi Malinen
Date:     Tue Jul 26 07:01:02 2011
Log:      updated docs to 2.6.0
http://code.google.com/p/robotframework/source/detail?repo=wiki&r=08a37cd2781c

Revision: 8b74f250e5b1
Author:   Jussi Malinen
Date:     Tue Jul 26 07:01:29 2011
Log: Automated merge with https://code.google.com/p/robotframework.wiki/
http://code.google.com/p/robotframework/source/detail?repo=wiki&r=8b74f250e5b1

==============================================================================
Revision: a79d30805465
Author:   Jussi Malinen
Date:     Tue Jul 26 07:00:02 2011
Log:      updated release tool to hg
http://code.google.com/p/robotframework/source/detail?repo=wiki&r=a79d30805465

Modified:
 /tools/release_update.py

=======================================
--- /tools/release_update.py    Thu Jun 10 06:21:45 2010
+++ /tools/release_update.py    Tue Jul 26 07:00:02 2011
@@ -11,7 +11,7 @@
 import re


-BASE = 'http://robotframework.googlecode.com/svn/tags/robotframework'
+BASE = 'http://robotframework.googlecode.com/hg'
 DOC_PLACEFOLDER = '<wiki:comment>doc placefolder</wiki:comment>'
 DOWNLOAD_PLACEFOLDER = '<wiki:comment>download placefolder</wiki:comment>'
 LIBRARIES = { 'BuiltInLibrary.wiki': 'BuiltIn.html',
@@ -56,8 +56,8 @@
             content.append(line)
             if line.strip() == placefolder:
                 placefolder_found = True
-                content.append(" * [%s-%s/%s Version %s]\n" %
-                                (BASE, version, path, version))
+                content.append(" * [%s/%s?r=%s Version %s]\n" %
+                                (BASE, path, version, version))
     if not placefolder_found:
print "Could not find placefolder '%s' in file '%s'" % (placefolder, wiki)
     with open(wiki, 'w') as wikifile:

==============================================================================
Revision: 08a37cd2781c
Author:   Jussi Malinen
Date:     Tue Jul 26 07:01:02 2011
Log:      updated docs to 2.6.0
http://code.google.com/p/robotframework/source/detail?repo=wiki&r=08a37cd2781c

Modified:
 /BuiltInLibrary.wiki
 /CollectionsLibrary.wiki
 /DialogsLibrary.wiki
 /ExecutionTimeReportingTool.wiki
 /FileViewingTool.wiki
 /HistoricalReportingTool.wiki
 /LibraryDocumentationTool.wiki
 /OperatingSystemLibrary.wiki
 /OutputFileFixingTool.wiki
 /ScreenshotLibrary.wiki
 /StringLibrary.wiki
 /TelnetLibrary.wiki
 /TestDataDocumentationTool.wiki
 /TestResultDiffingTool.wiki
 /TestStatusCheckerTool.wiki
 /UserGuide.wiki

=======================================
--- /BuiltInLibrary.wiki        Thu Apr 21 00:25:47 2011
+++ /BuiltInLibrary.wiki        Tue Jul 26 07:01:02 2011
@@ -14,6 +14,7 @@
 applicable with earlier minor versions.

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html?r=2.5.7 Version 2.5.7] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/doc/libraries/BuiltIn.html Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/doc/libraries/BuiltIn.html Version 2.0.4]
=======================================
--- /CollectionsLibrary.wiki    Thu Apr 21 00:51:28 2011
+++ /CollectionsLibrary.wiki    Tue Jul 26 07:01:02 2011
@@ -16,6 +16,7 @@
 applicable with earlier minor versions.

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/doc/libraries/Collections.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/hg/doc/libraries/Collections.html?r=2.5.7 Version 2.5.7] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/doc/libraries/Collections.html Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/doc/libraries/Collections.html Version 2.0.4]
=======================================
--- /DialogsLibrary.wiki        Thu Apr 21 05:16:23 2011
+++ /DialogsLibrary.wiki        Tue Jul 26 07:01:02 2011
@@ -16,6 +16,7 @@
 applicable with earlier minor versions.

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/doc/libraries/Dialogs.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/hg/doc/libraries/Dialogs.html?r=2.5.7 Version 2.5.7] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/doc/libraries/Dialogs.html Version 2.1.3] * [http://robotframework.googlecode.com/hg/doc/libraries/Dialogs.html Development version]
=======================================
--- /ExecutionTimeReportingTool.wiki    Wed Mar 16 04:31:28 2011
+++ /ExecutionTimeReportingTool.wiki    Tue Jul 26 07:01:02 2011
@@ -8,6 +8,7 @@
 Version specific documentation of this tool can be found below:

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/times2csv/doc/times2csv.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/times2csv/doc/times2csv.html Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/times2csv/doc/times2csv.html Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/times2csv/doc/times2csv.html Version 2.0.4]
@@ -20,6 +21,7 @@
 can be downloaded directly:

 <wiki:comment>download placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/times2csv/times2csv.py?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/times2csv/times2csv.py Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/times2csv/times2csv.py Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/times2csv/times2csv.py Version 2.0.4]
=======================================
--- /FileViewingTool.wiki       Wed Mar 16 04:31:28 2011
+++ /FileViewingTool.wiki       Tue Jul 26 07:01:02 2011
@@ -8,6 +8,7 @@
 Version specific documentation of this tool can be found below:

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/fileviewer/doc/fileviewer.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/fileviewer/doc/fileviewer.html Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/fileviewer/doc/fileviewer.html Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/fileviewer/doc/fileviewer.html Version 2.0.4]
@@ -20,6 +21,7 @@
 can be downloaded directly:

 <wiki:comment>download placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/fileviewer/fileviewer.py?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/fileviewer/fileviewer.py Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/fileviewer/fileviewer.py Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/fileviewer/fileviewer.py Version 2.0.4]
=======================================
--- /HistoricalReportingTool.wiki       Wed Mar 16 04:31:28 2011
+++ /HistoricalReportingTool.wiki       Tue Jul 26 07:01:02 2011
@@ -8,6 +8,7 @@
 Version specific documentation of this tool can be found below:

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/ristopy/doc/ristopy.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/ristopy/doc/ristopy.html Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/ristopy/doc/ristopy.html Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/ristopy/doc/ristopy.html Version 2.0.4]
@@ -20,6 +21,7 @@
 can be downloaded directly:

 <wiki:comment>download placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/ristopy/risto.py?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/ristopy/risto.py Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/ristopy/risto.py Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/ristopy/risto.py Version 2.0.4]
=======================================
--- /LibraryDocumentationTool.wiki      Thu Apr 21 06:57:23 2011
+++ /LibraryDocumentationTool.wiki      Tue Jul 26 07:01:02 2011
@@ -8,6 +8,7 @@
 Version specific documentation of this tool can be found below:

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/libdoc/doc/libdoc.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/hg/tools/libdoc/doc/libdoc.html?r=2.5.7 Version 2.5.7] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/libdoc/doc/libdoc.html Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/libdoc/doc/libdoc.html Version 2.0.4]
@@ -20,6 +21,7 @@
 additionally it can be downloaded using the links below.

 <wiki:comment>download placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/libdoc/libdoc.py?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/hg/tools/libdoc/libdoc.py?r=2.5.7 Version 2.5.7] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/libdoc/libdoc.py Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/libdoc/libdoc.py Version 2.0.4]
=======================================
--- /OperatingSystemLibrary.wiki        Thu Apr 21 05:16:23 2011
+++ /OperatingSystemLibrary.wiki        Tue Jul 26 07:01:02 2011
@@ -16,6 +16,7 @@
 applicable with earlier minor versions.

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/doc/libraries/OperatingSystem.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/hg/doc/libraries/OperatingSystem.html?r=2.5.7 Version 2.5.7] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/doc/libraries/OperatingSystem.html Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/doc/libraries/OperatingSystem.html Version 2.0.4]
=======================================
--- /OutputFileFixingTool.wiki  Wed Mar 16 04:31:28 2011
+++ /OutputFileFixingTool.wiki  Tue Jul 26 07:01:02 2011
@@ -9,6 +9,7 @@
 Version specific documentation of this tool can be found below:

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/fixml/doc/fixml.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/fixml/doc/fixml.html Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/fixml/doc/fixml.html Version 2.1.3] * [http://robotframework.googlecode.com/hg/tools/fixml/doc/fixml.html Development version]
@@ -20,6 +21,7 @@
 additionally it can be downloaded using the links below.

 <wiki:comment>download placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/fixml/fixml.py?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/fixml/fixml.py Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/fixml/fixml.py Version 2.1.3] * [http://robotframework.googlecode.com/hg/tools/fixml/fixml.py Development version]
=======================================
--- /ScreenshotLibrary.wiki     Thu Apr 21 05:16:23 2011
+++ /ScreenshotLibrary.wiki     Tue Jul 26 07:01:02 2011
@@ -12,6 +12,7 @@
 applicable with earlier minor versions.

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/doc/libraries/Screenshot.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/hg/doc/libraries/Screenshot.html?r=2.5.7 Version 2.5.7] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.4/doc/libraries/Screenshot.html Version 2.5.4] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/doc/libraries/Screenshot.html Version 2.1.3]
=======================================
--- /StringLibrary.wiki Thu Apr 21 05:16:23 2011
+++ /StringLibrary.wiki Tue Jul 26 07:01:02 2011
@@ -15,6 +15,7 @@
 applicable with earlier minor versions.

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/doc/libraries/String.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/hg/doc/libraries/String.html?r=2.5.7 Version 2.5.7] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/doc/libraries/String.html Version 2.1.3] * [http://robotframework.googlecode.com/hg/doc/libraries/String.html Development version]
=======================================
--- /TelnetLibrary.wiki Thu Apr 21 05:16:23 2011
+++ /TelnetLibrary.wiki Tue Jul 26 07:01:02 2011
@@ -11,6 +11,7 @@
 applicable with earlier minor versions.

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/doc/libraries/Telnet.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/hg/doc/libraries/Telnet.html?r=2.5.7 Version 2.5.7] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/doc/libraries/Telnet.html Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/doc/libraries/Telnet.html Version 2.0.4]
=======================================
--- /TestDataDocumentationTool.wiki     Wed Mar 16 04:31:28 2011
+++ /TestDataDocumentationTool.wiki     Tue Jul 26 07:01:02 2011
@@ -8,6 +8,7 @@
 Version specific documentation of this tool can be found below:

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/testdoc/doc/testdoc.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/testdoc/doc/testdoc.html Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/testdoc/doc/testdoc.html Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/testdoc/doc/testdoc.html Version 2.0.4]
@@ -20,6 +21,7 @@
 can be downloaded directly:

 <wiki:comment>download placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/testdoc/testdoc.py?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/testdoc/testdoc.py Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/testdoc/testdoc.py Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/testdoc/testdoc.py Version 2.0.4]
=======================================
--- /TestResultDiffingTool.wiki Wed Mar 16 04:31:28 2011
+++ /TestResultDiffingTool.wiki Tue Jul 26 07:01:02 2011
@@ -8,6 +8,7 @@
 Version specific documentation of this tool can be found below:

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/robotdiff/doc/robotdiff.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/robotdiff/doc/robotdiff.html Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/robotdiff/doc/robotdiff.html Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/robotdiff/doc/robotdiff.html Version 2.0.4]
@@ -20,6 +21,7 @@
 can be downloaded directly:

 <wiki:comment>download placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/robotdiff/robotdiff.py?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/robotdiff/robotdiff.py Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/robotdiff/robotdiff.py Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/robotdiff/robotdiff.py Version 2.0.4]
=======================================
--- /TestStatusCheckerTool.wiki Wed Mar 16 04:31:28 2011
+++ /TestStatusCheckerTool.wiki Tue Jul 26 07:01:02 2011
@@ -8,6 +8,7 @@
 Version specific documentation of this tool can be found below:

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/statuschecker/doc/statuschecker.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/statuschecker/doc/statuschecker.html Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/statuschecker/doc/statuschecker.html Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/statuschecker/doc/statuschecker.html Version 2.0.4]
@@ -20,6 +21,7 @@
 can be downloaded directly:

 <wiki:comment>download placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/tools/statuschecker/statuschecker.py?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.5.6/tools/statuschecker/statuschecker.py Version 2.5.6] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/tools/statuschecker/statuschecker.py Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/tools/statuschecker/statuschecker.py Version 2.0.4]
=======================================
--- /UserGuide.wiki     Mon Apr 25 04:06:42 2011
+++ /UserGuide.wiki     Tue Jul 26 07:01:02 2011
@@ -8,6 +8,7 @@
Different user guide versions can be [http://code.google.com/p/robotframework/downloads/list downloaded] separately and they are also included in source distributions. They are also available online through this page:

 <wiki:comment>doc placefolder</wiki:comment>
+ * [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.6.0 Version 2.6.0] * [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.5.7 Version 2.5.7] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.1.3/doc/userguide/RobotFrameworkUserGuide.html Version 2.1.3] * [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/doc/userguide/RobotFrameworkUserGuide.html Version 2.0.4]

==============================================================================
Revision: 8b74f250e5b1
Author:   Jussi Malinen
Date:     Tue Jul 26 07:01:29 2011
Log: Automated merge with https://code.google.com/p/robotframework.wiki/
http://code.google.com/p/robotframework/source/detail?repo=wiki&r=8b74f250e5b1


Reply via email to