[Libreoffice-commits] core.git: bin/convwatch.py

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Thu Jan 16 12:05:26 UTC 2020


 bin/convwatch.py |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 0c0ff7c0251f1e475d86a2f4885c06642ea43c9c
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Thu Jan 16 14:02:58 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Jan 16 14:04:15 2020 +0200

    add some comments to convwatch script
    
    explanation courtesy of caolan
    
    Change-Id: Ic34d5f863bf20188556836acbbcaccba5eab5ce3

diff --git a/bin/convwatch.py b/bin/convwatch.py
index 55849fdfb081..aeff93fdd42c 100644
--- a/bin/convwatch.py
+++ b/bin/convwatch.py
@@ -6,6 +6,10 @@
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
+# Conversion watch, initially intended to detect if document layout changed since the last time it was run.
+#
+# Print a set of docs, compare the ps (or was it pdf) against the old run and highlight the different pieces
+#
 
 import getopt
 import os


More information about the Libreoffice-commits mailing list