Skip to content

Commit 83ca428

Browse files
authored
bugfix, update checklist (#208)
1 parent eda485d commit 83ca428

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

webdiff/gitwebdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)