- 24 Jul, 2021 1 commit
-
-
Aay Jay Chan authored
Since b85e65f3a070 (visdiff: use qtlib.gettempdir(), 2010-05-08), temporary files are cleaned up on application exit. `dodiffwrapper()` doesn't do any actual work, only logs a misleading message.
-
- 13 Jul, 2021 1 commit
-
-
Yuya Nishihara authored
-
- 12 Jul, 2021 1 commit
-
-
Mathias De Mare authored
--HG-- branch : stable
-
- 11 Jul, 2021 6 commits
-
-
Yuya Nishihara authored
I have no idea which get_path() should be used here, and I'm not willing to set up test environment for remotefilelog thingy. So let's leave it for now.
-
Yuya Nishihara authored
profiling.output should be a local filesystem path, not a repository URL.
-
Yuya Nishihara authored
See hg e7d082e4ace6, which should be the copy source of our dispatcher.
-
Yuya Nishihara authored
See hg 82366464190a, 3800a6aafb6f, etc. for the choice of substitutions.
-
Yuya Nishihara authored
I intentionally leave the wrapper functions with comments as I think they will give a hint for future refactoring.
-
Yuya Nishihara authored
-
- 09 Jul, 2021 8 commits
-
-
Mathias De Mare authored
This avoids a crash when passing '--profile' because the pprint function assumes bytes instead of str. --HG-- branch : stable
-
Mathias De Mare authored
This avoids Tortoisehg not properly starting because of a mismatch between the installed Mercurial and Tortoisehg versions. --HG-- branch : stable
-
Mathias De Mare authored
cmake on CentOS 8.3 has an issue during the libgit2 build: cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd There is not CentOS 8.4 docker image yet, so switch to rockylinux instead to continue being able to build the rpm. --HG-- branch : stable
-
Mathias De Mare authored
--HG-- branch : stable
-
Mathias De Mare authored
--HG-- branch : stable
-
Mathias De Mare authored
This fixes a bug where 'thg log <subdirectory>' no longer worked on CentOS (and neither did any other additional thg arguments). --HG-- branch : stable
-
Mathias De Mare authored
Note: I'm a bit surprised about how many lines disappeared when I ran pip-compile, maybe Matt can clarify if this is expected. --HG-- branch : stable
-
Yuya Nishihara authored
--HG-- branch : stable
-
- 28 Jun, 2021 1 commit
-
-
Steve Borho authored
I've long found this behavior irritating; my clipboard is important to my workflow. In those instances where I want a hash, I will copy it out of the rev details or use the context menu
-
- 09 Jul, 2021 1 commit
-
-
Yuya Nishihara authored
-
- 09 Jun, 2021 2 commits
-
-
Yuya Nishihara authored
Otherwise "Topic" action wouldn't be enabled/disabled on phase change for example. --HG-- branch : stable
-
Yuya Nishihara authored
Otherwise outgoing actions could be triggered by shortcut key. --HG-- branch : stable
-
- 08 Jun, 2021 1 commit
-
-
André Klitzing authored
--HG-- branch : stable
-
- 01 Jun, 2021 1 commit
-
-
Yuya Nishihara authored
-
- 28 May, 2021 1 commit
-
-
expeehaa authored
-
- 19 May, 2021 1 commit
-
-
i.ivanov authored
--HG-- branch : stable
-
- 17 May, 2021 1 commit
-
-
Lesvek authored
When using the remotefilelog extension, the _filelog attribute is not available. This result in a crash. To prevent this, we return a big number instead. We cannot fallback to fctx.size() as it would fetch the file and freeze the UI while it does so. --HG-- branch : stable
-
- 13 May, 2021 2 commits
-
-
Gleb Popov authored
-
Yuya Nishihara authored
-
- 11 May, 2021 1 commit
-
-
Yuya Nishihara authored
--HG-- branch : stable
-
- 07 May, 2021 2 commits
-
-
Matt Harbison authored
This is needed for the built in git extension to be usable. The last version to support python2 isn't API compatible with the current extension. --HG-- branch : stable
-
Matt Harbison authored
--HG-- branch : stable
-
- 29 Apr, 2021 1 commit
-
-
Matt Harbison authored
We've been doing this in core for a couple of releases, and it's convenient to know when an old version of evolve/topics may be causing the issue. --HG-- branch : stable
-
- 26 Apr, 2021 1 commit
-
-
Steve Borho authored
rb string prefix for a raw byte string literal --HG-- branch : stable
-
- 24 Apr, 2021 3 commits
-
-
Yuya Nishihara authored
--HG-- branch : stable
-
Yuya Nishihara authored
--HG-- branch : stable
-
Yuya Nishihara authored
-
- 20 Apr, 2021 1 commit
-
-
Matt Harbison authored
This class was moved in hg ffd3e823a7e5. The usual try/except trick to import both the new and old symbol where needed doesn't work because pytype complains it wants a constant.
-
- 18 Apr, 2021 1 commit
-
-
Matt Harbison authored
Alternately, there's a repo that looks actively maintained[1], and mention in the mailing list[2] from a year ago that the next version will be bundled with type stubs. [1] https://github.com/python-qt-tools/PyQt5-stubs [2] https://www.riverbankcomputing.com/pipermail/pyqt/2020-April/042854.html
-
- 17 Apr, 2021 1 commit
-
-
Matt Harbison authored
Not sure why, but typing the constructor with `Optional[IniConfig]` from typelib causes pytype to complain that None and `config.config` lack the methods called inside the `if isinstance(data, self.__class__)` conditional. Additionally it complains about passing `_wconfig` in the copy function a few lines below that, even though it prints out `_wconfig` as part of the type it was expecting.
-
- 18 Apr, 2021 1 commit
-
-
Yuya Nishihara authored
The wrapping strategy of wconfig is no longer compatible with hg, but let's add minimal changes to work around the redesign of the core config module.
-