We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda485d commit 83ca428Copy full SHA for 83ca428
2 files changed
README.md
@@ -158,6 +158,7 @@ Publication checklist. Do these from _outside_ the webdiff directory:
158
159
- Run `webdiff webdiff/testdata/.../{left,right}`
160
- 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)
162
- Run `webdiff https://github.com/danvk/webdiff/pull/160`
163
164
## Implementation notes
webdiff/gitwebdiff.py
@@ -11,7 +11,7 @@ def any_nonflag_args(args):
11
return len([x for x in args if not x.startswith('-')]) > 0
12
13
14
-def run(argv):
+def run(argv=sys.argv):
15
if os.environ.get('DEBUG'):
16
sys.stderr.write(f'git webdiff invoked as: {argv}\n')
17
0 commit comments