add swh-diff.py; displays SWH revision changes as a unified diff
add swh-log-oneline.py; displays a one-line summary for each revision in history
Details
Details
Diff Detail
Diff Detail
- Repository
- rDSNIP Code snippets
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I've proposed something to improve readability (i think)
It's not blocking at all, you can push as is.
Cheers,
stsp/swh-diff.py | ||
---|---|---|
24 | jsyk, not blocking at all, we tend to use click [1]. It allows to be a bit more explicit on the parameter and arguments on the cli. | |
stsp/swh-log-oneline.py | ||
15–36 ↗ | (On Diff #24399) | something like ^ disclaimer: not tested ;) |
stsp/swh-log-oneline.py | ||
---|---|---|
15–36 ↗ | (On Diff #24399) | Indeed, this looks nice. I will do this when I find another reason to touch the scripts again. |