2 new revisions:

Revision: 3fe2aba7bd2e
Branch:   default
Author:   Pekka Klärck
Date:     Tue Feb 11 22:18:50 2014 UTC
Log:      version back to trunk
http://code.google.com/p/robotframework/source/detail?r=3fe2aba7bd2e

Revision: 64a175eeb56a
Branch:   default
Author:   Pekka Klärck
Date:     Tue Feb 11 22:24:27 2014 UTC
Log: ug: avoid options wrapping to multiple lines. they were often wrapped ...
http://code.google.com/p/robotframework/source/detail?r=64a175eeb56a

==============================================================================
Revision: 3fe2aba7bd2e
Branch:   default
Author:   Pekka Klärck
Date:     Tue Feb 11 22:18:50 2014 UTC
Log:      version back to trunk
http://code.google.com/p/robotframework/source/detail?r=3fe2aba7bd2e

Modified:
 /src/robot/version.py

=======================================
--- /src/robot/version.py       Fri Feb  7 10:31:04 2014 UTC
+++ /src/robot/version.py       Tue Feb 11 22:18:50 2014 UTC
@@ -2,9 +2,9 @@

 import sys

-VERSION = '2.8.4'
-RELEASE = 'final'
-TIMESTAMP = '20140207-122231'
+VERSION = 'trunk'
+RELEASE = '20140212'
+TIMESTAMP = '20140212-001810'

 def get_version(sep=' '):
     if RELEASE == 'final':

==============================================================================
Revision: 64a175eeb56a
Branch:   default
Author:   Pekka Klärck
Date:     Tue Feb 11 22:24:27 2014 UTC
Log: ug: avoid options wrapping to multiple lines. they were often wrapped from leading hyphens.
http://code.google.com/p/robotframework/source/detail?r=64a175eeb56a

Modified:
 /doc/userguide/RobotFrameworkUserGuide.html
 /doc/userguide/src/userguide.css

=======================================
--- /doc/userguide/RobotFrameworkUserGuide.html Fri Feb  7 10:31:04 2014 UTC
+++ /doc/userguide/RobotFrameworkUserGuide.html Tue Feb 11 22:24:27 2014 UTC
@@ -421,6 +421,7 @@
 }
 .opt {
     font-style: italic;
+    white-space: nowrap;
 }
 .prog, .code, .cli {
     background: #f4f4f4;
@@ -560,7 +561,7 @@
 <body>
 <div class="document" id="robot-framework-user-guide">
 <h1 class="title">Robot Framework User Guide</h1>
-<h2 class="subtitle" id="version-version">Version 2.8.4</h2>
+<h2 class="subtitle" id="version-version">Version trunk 20140212</h2>

 <!-- This data file has been placed in the public domain. -->
 <!-- Derived from the Unicode character mappings available from
@@ -17870,7 +17871,7 @@
 <div class="footer">
 <hr class="footer" />
<p>Generated by <a class="reference external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a>. Syntax highlighting by <a class="reference external" href="http://pygments.org/";>Pygments</a>.</p>
-<p>Generated on: 2014-02-07 10:24 UTC.
+<p>Generated on: 2014-02-11 22:19 UTC.
 </p>

 </div>
=======================================
--- /doc/userguide/src/userguide.css    Wed Oct 16 12:35:44 2013 UTC
+++ /doc/userguide/src/userguide.css    Tue Feb 11 22:24:27 2014 UTC
@@ -412,6 +412,7 @@
 }
 .opt {
     font-style: italic;
+    white-space: nowrap;
 }
 .prog, .code, .cli {
     background: #f4f4f4;

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to