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
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 25276 Build 39506: arc lint + arc unit
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 | something like ^ disclaimer: not tested ;) | |
| stsp/swh-log-oneline.py | ||
|---|---|---|
| 15–36 | Indeed, this looks nice. I will do this when I find another reason to touch the scripts again. | |