File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ Publication checklist. Do these from _outside_ the webdiff directory:
158158
159159- Run ` webdiff webdiff/testdata/.../{left,right} `
160160- Run ` git webdiff 52aa15f^..52aa15f ` in the codediff.js repo
161+ - Run ` git webshow 52aa15f ` from the codediff.js repo (should be same as previous command)
161162- Run ` webdiff https://github.com/danvk/webdiff/pull/160 `
162163
163164## Implementation notes
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def any_nonflag_args(args):
1111 return len ([x for x in args if not x .startswith ('-' )]) > 0
1212
1313
14- def run (argv ):
14+ def run (argv = sys . argv ):
1515 if os .environ .get ('DEBUG' ):
1616 sys .stderr .write (f'git webdiff invoked as: { argv } \n ' )
1717
You can’t perform that action at this time.
0 commit comments