JMarc, this one is a no-brainer I think. I've changed my original submission 
as José suggested. Would you like me to commit it? If so, do I need to 
create a Changes file or something?
-- 
Angus
Index: lib/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v
retrieving revision 1.363
diff -u -p -r1.363 ChangeLog
--- lib/ChangeLog	4 Feb 2003 19:28:03 -0000	1.363
+++ lib/ChangeLog	7 Feb 2003 11:02:37 -0000
@@ -1,3 +1,7 @@
+2003-02-07  Angus Leeming  <[EMAIL PROTECTED]>
+
+	* lyx2lyx/lyx2lyx: enable the debug level to be set.
+
 2003-02-04  Joao Luis Meloni Assirati  <[EMAIL PROTECTED]>
 
 	* images/math/rbracket.xpm: new file.
Index: lib/lyx2lyx/lyx2lyx
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/lyx2lyx/lyx2lyx,v
retrieving revision 1.5
diff -u -p -r1.5 lyx2lyx
--- lib/lyx2lyx/lyx2lyx	7 Jan 2003 17:03:59 -0000	1.5
+++ lib/lyx2lyx/lyx2lyx	7 Feb 2003 11:02:38 -0000
@@ -55,9 +55,9 @@ Options:
 
 
 def parse_options(argv):
-    _options =  ["help", "version", "list", "from=", "to=", "output=", "quiet"]
+    _options =  ["help", "version", "list", "debug=", "from=", "to=", "output=", "quiet"]
     try:
-       opts, args = getopt.getopt(argv[1:], "f:hlo:qt:v", _options)
+       opts, args = getopt.getopt(argv[1:], "d:f:hlo:qt:v", _options)
     except getopt.error:
         usage()
         sys.exit(2)


Reply via email to