Activity for ar-tortisehg

  • AlexRayne AlexRayne committed [ef7be0] on Code

    sync: push: hgsubs-target - stop eliminate this option to hg

  • AlexRayne AlexRayne committed [2df891] on Code

    sync: editOptions: user options - provided a set of user-provided options

  • AlexRayne AlexRayne committed [9c0946] on Code

    < stable v7.0.1

  • Yuya Nishihara Yuya Nishihara committed [e6e241] on Code

    Added tag 7.0.1 for changeset a51aefc2bad2

  • mharbison mharbison committed [a51aef] on Code

    build: quote environment variables that may have spaces on Windows

  • Joris Lijssens committed [2e46a4] on Code

    docker rhel9: add support for rocky9

  • Antonio Muci committed [cacdb6] on Code

    makefile: factor out common code in the canned recipe check_hgpath

  • Antonio Muci committed [c05fe6] on Code

    makefile: apply consistently the checks on HGPATH to the "app" target, too

  • Antonio Muci committed [337ca2] on Code

    makefile: when HGPATH needs to be defined, but it's not, fail with an example

  • Antonio Muci committed [235d7f] on Code

    makefile: for HGPATH, split the existence check and the "is a directory" check

  • Antonio Muci committed [2aae74] on Code

    makefile: add missing PHONY targets for docker-rhel{7,8,9}

  • Antonio Muci committed [019aed] on Code

    blockmatcher: add missing import introduced two commits ago

  • Antonio Muci committed [4306fd] on Code

    blockmatcher: fix crash on Qt6 when clicking on the left minimap

  • Antonio Muci committed [cde4a4] on Code

    blockmatcher: add type hints to four functions in BlockList. Fix a type error

  • mharbison mharbison committed [ae24d8] on Code

    packaging: adapt the macOS installer build to the core changes for PEP 517

  • mharbison mharbison committed [dabfd8] on Code

    packaging: adapt the Windows installer build to the core changes for PEP 517

  • mharbison mharbison committed [0f45dd] on Code

    wix: drop the zope module reference

  • mharbison mharbison committed [91939e] on Code

    packaging: bump py2exe to 0.11.1.1

  • mharbison mharbison committed [85f845] on Code

    typing: convert (pycompat|hglib).TYPE_CHECKING to typing.TYPE_CHECKING

  • mharbison mharbison committed [abb351] on Code

    py3: drop redundant `u''` prefixes on string literals

  • mharbison mharbison committed [92d0e1] on Code

    pyupgrade: drop `coding=UTF-8` comments

  • mharbison mharbison committed [b38d4f] on Code

    pyupgrade: convert `str.format()` to f-strings

  • mharbison mharbison committed [6f125e] on Code

    pyupgrade: drop redundant `open()` modes

  • mharbison mharbison committed [fc04e1] on Code

    pyupgrade: use set literals where possible

  • mharbison mharbison committed [6f0390] on Code

    pyupgrade: replace `dict(...)` with dict comprehensions

  • mharbison mharbison committed [15f287] on Code

    pyupgrade: drop the usage of `typing.Text`

  • mharbison mharbison committed [92483b] on Code

    pyupgrade: drop the quoting around type annotations

  • mharbison mharbison committed [e33e8a] on Code

    pyupgrade: rewrite `yield` statements in a loop to `yield from`

  • mharbison mharbison committed [bb5c10] on Code

    pyupgrade: modernize calls to superclass methods

  • mharbison mharbison committed [6c26eb] on Code

    pyupgrade: run the `unpack_list_comprehension` fixer

  • mharbison mharbison committed [eb51d7] on Code

    py3: drop usage of py3 aliases for `OSError`

  • mharbison mharbison committed [1946cc] on Code

    py3: convert to new style classes

  • mharbison mharbison committed [b9b153] on Code

    packaging: fetch gettext dependencies from m-s.o instead of sourceforge

  • mharbison mharbison committed [673a63] on Code

    thg: avoid referencing `__file__` in the main script in frozen builds

  • mharbison mharbison committed [371600] on Code

    thg: drop some macOS code from the main script

  • mharbison mharbison committed [1da8d8] on Code

    serve: refactor a function to help pytype

  • mharbison mharbison committed [51422b] on Code

    hglib: handle moving `mercurial.rcutil` to `mercurial.configuration.rcutil`

  • AlexRayne AlexRayne committed [2998dd] on Code

    < stable v6.9

  • Antonio Muci committed [ae2a65] on Code

    thg: reuse thg_base_path instead of duplicating code

  • Antonio Muci committed [326e8d] on Code

    thg: centralize the computation of the directory containing the thg main script

  • mharbison mharbison committed [a1332f] on Code

    packaging: conditionalize the macOS build script to support both Qt5 and Qt6

  • mharbison mharbison committed [8c082e] on Code

    packaging: normalize the name of the requirements files for macOS builds

  • mharbison mharbison committed [9a83b8] on Code

    packaging: update `pygments` for Qt6 builds on macOS

  • mharbison mharbison committed [bb28a1] on Code

    packaging: update `py2app` and its dependencies on macOS

  • mharbison mharbison committed [03488b] on Code

    packaging: update the Qt6 dependencies on macOS

  • mharbison mharbison committed [ab3b42] on Code

    hgversion: add 6.9

  • Yuya Nishihara Yuya Nishihara committed [2de799] on Code

    Added tag 6.9 for changeset 578c7efb935b

  • mharbison mharbison committed [578c7e] on Code

    qt5: apply the recent lexer fix to all other users

  • mharbison mharbison committed [293657] on Code

    fileview: set a font after clearing the lexer too (fixes #6003)

  • mharbison mharbison committed [dd839f] on Code

    prune: use a utility method to convert QByteArray to bytes

  • mharbison mharbison committed [91e5f7] on Code

    csinfo: migrate several callers to the new `updateItems()` method

  • mharbison mharbison committed [d3777c] on Code

    cmdcore: work around a possible QBuffer.readLine() bug on PyQt6

  • mharbison mharbison committed [14f6de] on Code

    tests: fix a cast of QByteArray to bytes

  • mharbison mharbison committed [61d218] on Code

    tests: skip QTextCodec dependent tests with Qt6 (fixes #6010)

  • mharbison mharbison committed [aef6c9] on Code

    tests: fix a NameError in qt_manifestmodel_test.py on Windows and macOS

  • mharbison mharbison committed [5dd383] on Code

    wconfig_test: expect the configuration to be written with native EOL

  • mharbison mharbison committed [987c28] on Code

    tests: close all items that were opened so Windows can cleanup

  • AlexRayne AlexRayne committed [f1ec49] on Code

    < stable hg6.9

  • mharbison mharbison committed [5ddaf2] on Code

    copyright: update to 2025

  • Yuya Nishihara Yuya Nishihara committed [0ff107] on Code

    Added tag 6.9rc0 for changeset 8aa97d83492b

  • mharbison mharbison committed [8aa97d] on Code

    csinfo: simplify `SummaryBase.update()` to use kwargs

  • mharbison mharbison committed [d6687b] on Code

    csinfo: add missing `style` argument to `updateItems()`

  • mharbison mharbison committed [069387] on Code

    packaging: bump PyQt5 to 5.15.11 on Windows

  • mharbison mharbison committed [95ab09] on Code

    qt5: ensure a font is set before setting a lexer (fixes #5776)

  • mharbison mharbison committed [aa49ab] on Code

    packaging: bump Mercurial to 6.9 in all requirements files

  • mharbison mharbison committed [83b6a9] on Code

    packaging: update hg-git to 1.1.4 on Windows

  • AlexRayne AlexRayne committed [0128b1] on Code

    < stable

  • AlexRayne AlexRayne committed [2e8dc4] on Code

    < stable

  • Antonio Muci committed [2dcff6] on Code

    csinfo: fix crash when stripping commits

  • mharbison mharbison committed [4e1831] on Code

    typing: convert the rest of `tortoisehg.hgqt` to py3 type annotations

  • mharbison mharbison committed [db8d00] on Code

    typing: convert the trivial parts of `tortoisehg.hgqt` to py3 type annotations

  • mharbison mharbison committed [873660] on Code

    typing: convert py2 instance variable comments to py3 type annotations

  • mharbison mharbison committed [9bc9f4] on Code

    typing: convert the rest of `tortoisehg.util` to py3 type annotations

  • mharbison mharbison committed [77ab27] on Code

    typing: convert `tortoisehg/util/hglib.py` to py3 type annotations

  • mharbison mharbison committed [ec5410] on Code

    typing: convert `TortoiseHgOverlayServer.py` to py3 type annotations

  • mharbison mharbison committed [15b9d3] on Code

    typing: convert py2 type comments to py3 type annotations in `nautilus-thg.py`

  • mharbison mharbison committed [555b2f] on Code

    typing: add an assertion to `tortoisehg/hgqt/updatecheck.py` to help pytype

  • mharbison mharbison committed [6cbff0] on Code

    typing: correct a few missing `Optional` types where `None` is the default arg

  • mharbison mharbison committed [043700] on Code

    contrib: update the CI generation script to drop a Python 3.6 hack

  • mharbison mharbison committed [3cc970] on Code

    ci: print the version of python, pytype, and the installed packages

  • mharbison mharbison committed [771955] on Code

    ci: refactor the `image` selection to a project variable

  • mharbison mharbison committed [d68e2d] on Code

    ci: refactor the `python` executable references to a project variable

  • mharbison mharbison committed [a46665] on Code

    typing: suppress a new error detected by pytype in `tortoisehg.hgqt.bugreport`

  • mharbison mharbison committed [3c24fc] on Code

    ci: build Mercurial locally in pytype test targets

  • mharbison mharbison committed [db570c] on Code

    make: set the minimum python version to 3.8 for pytype

  • mharbison mharbison committed [f314a6] on Code

    ci: bump the container images to v2.1

  • mharbison mharbison committed [a7f5a7] on Code

    status: fix the missing file extension column content (fixes #5996)

  • mharbison mharbison committed [1f17ab] on Code

    typing: add `from __future__ import annotations` to remaining source files

  • mharbison mharbison committed [3aea83] on Code

    typing: add `from __future__ import annotations` for delayed evaluation

  • mharbison mharbison committed [b5029a] on Code

    ci: regenerate for the currently supported versions

  • mharbison mharbison committed [e7ad8b] on Code

    hgversion: drop support for 5.9 through 6.2

  • mharbison mharbison committed [2212df] on Code

    hgversion: add 6.7 and 6.8

  • mharbison mharbison committed [dbd013] on Code

    typing: induce pytype to use the standard `attr` instead of the vendored copy

  • mharbison mharbison committed [89d27b] on Code

    typing: fix a bogus(?) [name-error] in tortoisehg/hgqt/run.py

  • mharbison mharbison committed [a015c0] on Code

    cslist: fix [signature-mismatch] issues overriding QWidget.update()

  • mharbison mharbison committed [789c31] on Code

    blockmatcher: fix [signature-mismatch] issues overridding BlockList methods

  • mharbison mharbison committed [4914d9] on Code

    typing: disable a few issues flagged by pytype in the bugtraq module

  • mharbison mharbison committed [471d40] on Code

    reggen: check that a pattern match worked before using the matcher

  • mharbison mharbison committed [4f975d] on Code

    typing: add an assertion to tortoisehg/util/hglib.py to help pytype

  • kiilerix kiilerix committed [4f74c2] on Code

    qt: Don't pass '.desktop' to setDesktopFileName

1 >
MongoDB Logo MongoDB