Index: pagefromfile.py =================================================================== RCS file: /cvsroot/pywikipediabot/pywikipedia/pagefromfile.py,v retrieving revision 1.34 diff -r1.34 pagefromfile.py 26a27 > -minor set minor edit flag on page edits 112a114 > minor=False 146c148 < page.put(contents, comment = commenttext_top, minorEdit = False) --- > page.put(contents, comment = commenttext_top, minorEdit = minor) 153c155 < page.put(contents, comment = commenttext_bottom, minorEdit = False) --- > page.put(contents, comment = commenttext_bottom, minorEdit = minor) 158c160 < page.put(contents, comment = commenttext_force, minorEdit = False) --- > page.put(contents, comment = commenttext_force, minorEdit = minor) 163c165 < page.put(contents, comment = commenttext, minorEdit = False) --- > page.put(contents, comment = commenttext, minorEdit = minor) 202a205,206 > elif arg=='-minor': > minor=True