The --oldversion switch is dead.
This commit is contained in:
parent
6ce967d869
commit
c900eff1fa
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue