evcc: 0.131.4 -> 0.131.5
[NixPkgs.git] / pkgs / by-name / no / nox / nox-review-wip.patch
blobe82dc7a2c2669462178f9f5df5004681af3757fd
1 --- a/nox/review.py 2017-09-23 04:04:37.322484753 +0200
2 +++ a/nox/review.py 2017-09-23 04:18:31.582692181 +0200
3 @@ -84,7 +84,7 @@
4 ctx.obj['dry_run'] = dry_run
7 -@cli.command(short_help='difference between working tree and a commit')
8 +@cli.command('wip', short_help='difference between working tree and a commit')
9 @click.option('--against', default='HEAD')
10 @click.pass_context
11 @setup_nixpkgs_config