199
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 19, 2024 — Nov 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
webconf: drop unneeded `pycompat.unicode` casts More... almost 3 years ago
workbench: drop unneeded `pycompat.unicode` casts More... almost 3 years ago
typehints: modify the `QAbstractTableModel.flags` signature to use enum return More... almost 3 years ago
fileview: replace the removed qtcore.QTime with qtcore.QElapsedTimer for Qt6 More... almost 3 years ago
run: convert str.splitlines(0) -> str.splitlines(False) to appease type checkers More... almost 3 years ago
reporegistry: properly set the default button on the prompt to remove a subrepo More... almost 3 years ago
qtcompat: avoid combining a Modifier and a Key with the addition operator in Qt6 More... almost 3 years ago
typing: update the return type of HgRepoListModel.flags() to enum type More... almost 3 years ago
cleanup: drop unused imports More... almost 3 years ago
bugreport: consistently return nothing from the `_openlink` slot More... almost 3 years ago
bisect: remove a redundant str() cast More... almost 3 years ago
bugreport: remove a redundant str() cast More... almost 3 years ago
customtools: remove redundant str() casts More... almost 3 years ago
typing: add some type hints to customtools.py to help find redundant str() casts More... almost 3 years ago
fileview: remove a redundant str() cast More... almost 3 years ago
hgemail: remove redundant str() casts More... almost 3 years ago
manifestmodel: remove a redundant str() cast More... almost 3 years ago
postreview: remove redundant str() casts More... almost 3 years ago
qtlib: remove redundant str() casts More... almost 3 years ago
cleanup: convert exceptions to string with the new utility function More... almost 3 years ago
run: honor the selection of kcachegrind for profiling output on py3 More... almost 3 years ago
run: convert bytes -> str when calling print() More... almost 3 years ago
repotreemodel: don't convert str -> bytes to call print() More... almost 3 years ago
repotreemodel: remove a redundant str() cast More... almost 3 years ago
repowidget: remove redundant str() casts More... almost 3 years ago
status: remove a redundant str() cast More... almost 3 years ago
wctxcleaner: remove a redundant str() cast More... almost 3 years ago
status: pass the exception hint formatting request to the proper method More... almost 3 years ago
repoview: fix a couple of improper attempts at exception formatting More... almost 3 years ago
cleanup: remove the rest of the `hglib.tounicode(str(...))` calls More... almost 3 years ago