The --oldversion switch is dead.

This commit is contained in:
Eric S. Raymond 2008-08-29 18:57:03 +00:00
parent 6ce967d869
commit c900eff1fa

View file

@ -77,9 +77,9 @@ editor_bindings:
# For performing test lifts of mainline
lift:
./wmllint --oldversion 1.3.1 --verbose $(MAINLINE) $(UMC)
./wmllint --verbose $(MAINLINE) $(UMC)
trylift:
./wmllint --oldversion 1.3.1 --dryrun --verbose $(MAINLINE) $(UMC)
./wmllint --dryrun --verbose $(MAINLINE) $(UMC)
diffs:
./wmllint --diffs $(MAINLINE) $(UMC)
revert: