In repoview.py, computeunserved() and computemutable() functions had the same
documentation. The documentation of computemutable() is wrong. I was unable to
write documentation for the function but it's better to not having the
documentation than having it wrong.
Details
Details
- Reviewers
ryanmce - Group Reviewers
hg-reviewers - Commits
- rHG586645e0589c: repoview: remove incorrect documentation of the function
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
mercurial/repoview.py | ||
---|---|---|
104 | Maybe update the docstring instead of removing? |
Comment Actions
I agree that removing is better than leaving bad docs, so I'm +1 on this, but as @dlax suggests, improving it would be even better.
If you don't have ideas on how to improve it, feel free to re-request review and I can queue this.
Maybe update the docstring instead of removing?