8000 Implementing potodo command as a replacement for make todo by Seluj78 · Pull Request #500 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Implementing potodo command as a replacement for make todo #500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ progress:

.PHONY: todo
todo:
python3 scripts/todo.py

potodo --github python/python-docs-fr

.PHONY: merge
merge: upgrade_venv
Expand Down Expand Up @@ -86,4 +85,4 @@ endif

.PHONY: fuzzy
fuzzy:
for file in *.po */*.po; do echo $$(msgattrib --only-fuzzy --no-obsolete "$$file" | grep -c '#, fuzzy') $$file; done | grep -v ^0 | sort -gr
potodo --github python/python-docs-fr -f
61 changes: 0 additions & 61 deletions scripts/todo.py

This file was deleted.

3AB5
0