On 01/23/2012 09:22 PM, [email protected] wrote: > Author: uwestoehr > Date: Mon Jan 23 22:22:34 2012 > New Revision: 40668 > URL: http://www.lyx.org/trac/changeset/40668 > > Log: > lyx_2_1.py: there is no need for a comma here, it is already the last entry > of the list > > Modified: > lyx-devel/trunk/lib/lyx2lyx/lyx_2_1.py > > Modified: lyx-devel/trunk/lib/lyx2lyx/lyx_2_1.py > ============================================================================== > --- lyx-devel/trunk/lib/lyx2lyx/lyx_2_1.py Mon Jan 23 18:20:07 2012 > (r40667) > +++ lyx-devel/trunk/lib/lyx2lyx/lyx_2_1.py Mon Jan 23 22:22:34 2012 > (r40668) > @@ -488,7 +488,7 @@ > [422, [convert_use_packages]], > [423, [convert_use_mathtools]], > [424, [convert_cite_engine_type]], > - [425, []], > + [425, []] > ] > > revert = [
The comma in the last line is not necessary but it helps the difference between different versions because then it only changes one line instead of two. Sure it is a style issue but then it allows for nicer diffs. -- José Matos
