199
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 14, 2024 — Nov 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hgversion: add 6.5 More... over 2 years ago
reporegistry: removed another unuseful "else" wrapping in addSubrepo() More... over 2 years ago
reporegistry: remove nop "return" at the end of void function addSubrepo() More... over 2 years ago
reporegistry: removed unuseful "else" branch in addSubrepo() More... over 2 years ago
reporegistry: in addSubrepo(), replace unneeded use of "elif" with simple "if" More... over 2 years ago
reporegistry: simplify conditional logic in addSubrepo() More... over 2 years ago
merge with stable More... over 2 years ago
reporegistry: pop up if the repo is already in the registry or if it is not a repo More... over 2 years ago
reporegistry: handle pressing the Cancel before handling the general case More... over 2 years ago
Added tag 6.4.2 for changeset 8017fdc7086c More... over 2 years ago
annotate: fix a revision number discrepancy between the margin and statusbar More... over 2 years ago
version: cache the calculated version information More... over 2 years ago
extensions: report the application version as the bundled thg extension version More... over 2 years ago
version: suppress the message about obsolete feature not being enabled More... over 2 years ago
hgignore: fix a py3 crash in the untracked files context menu (fixes #5886) More... over 2 years ago
typing: avoid a pytype warning accessing the commit options dictionary More... over 2 years ago
typing: add an `is not None` assertion to qtlib.py to help pytype More... over 2 years ago
typing: convert hints on a nested function in visdiff.py to py3 style More... over 2 years ago
Added tag 6.4 for changeset d78a9df71cf3 More... over 2 years ago
qtapp: avoid interpolating str into bytes in the garbage collector debugging More... over 2 years ago
typing: add type hints to tortoisehg/hgqt/hgignore.py More... over 2 years ago
qtapp: skip the default application font tweaking entirely with Qt6 More... over 2 years ago
qtapp: restore the default application font on Windows, but with DPI support More... over 2 years ago
qtapp: stop adjusting the default application font on Windows (fixes #5879) More... over 2 years ago
typing: add type hints to a few private i18n methods More... over 2 years ago
typing: convert to py3 style hints in tortoisehg/util/i18n.py More... over 2 years ago
strip: sync argument descriptions with core extension (fixes #5883) More... over 2 years ago
customtools: allow location specific tools to be edited via double click More... over 2 years ago
typing: apply pytype generated hints to tortoisehg/hgqt/customtools.py More... over 2 years ago
customtools: avoid passing str to core config API More... over 2 years ago