- 03 Oct, 2018 1 commit
-
-
Matt Harbison authored
I triggered this by accidentally double clicking a file in the shelved half of the shelf widget: Traceback (most recent call last): File "tortoisehg\hgqt\chunks.pyo", line 166, in vdiff File "tortoisehg\hgqt\visdiff.pyo", line 216, in visualdiff File "tortoisehg\hgqt\thgrepo.pyo", line 772, in __getitem__ File "mercurial\localrepo.pyo", line 856, in __getitem__ File "mercurial\context.pyo", line 439, in __init__ ProgrammingError: unsupported changeid 'patch' of type <type 'str'> Now it pops up a message saying 'Unable to find changeset'. Oddly, the value of --change in this case is 'patch', and I wasn't able to trigger this with visual diff. --HG-- branch : stable
-
- 02 Oct, 2018 1 commit
-
-
Yuya Nishihara authored
--HG-- branch : stable
-
- 29 Sep, 2018 1 commit
-
-
Steve Borho authored
--HG-- branch : stable
-
- 27 Sep, 2018 1 commit
-
-
Yuya Nishihara authored
Otherwise unparsable patch would be generated. --HG-- branch : stable
-
- 21 Sep, 2018 1 commit
-
-
Yuya Nishihara authored
Maybe it shouldn't look for the other namespaces such as bookmarks, but this is exactly what we did before. --HG-- branch : stable
-
- 18 Sep, 2018 2 commits
-
-
Yuya Nishihara authored
--HG-- branch : stable
-
Yuya Nishihara authored
We have to conditionalize it to support the new format. --HG-- branch : stable
-
- 16 Sep, 2018 1 commit
-
-
Steve Borho authored
--HG-- branch : stable
-
- 26 Aug, 2018 1 commit
-
- 22 Aug, 2018 2 commits
-
-
Yuya Nishihara authored
--HG-- branch : stable
-
Yuya Nishihara authored
--HG-- branch : stable
-
- 21 Aug, 2018 6 commits
-
-
Yuya Nishihara authored
--HG-- branch : stable
-
Yuya Nishihara authored
--HG-- branch : stable
-
Yuya Nishihara authored
--HG-- branch : stable
-
Yuya Nishihara authored
--HG-- branch : stable
-
Yuya Nishihara authored
It isn't needed since indexFromRev() can accept invalid revision number. --HG-- branch : stable
-
Yuya Nishihara authored
This makes the next patch clearer. --HG-- branch : stable
-
- 20 Aug, 2018 3 commits
-
-
Steve Borho authored
--HG-- branch : stable
-
Yuya Nishihara authored
--HG-- branch : stable
-
Steve Borho authored
--HG-- branch : stable
-
- 17 Aug, 2018 5 commits
-
-
Yuya Nishihara authored
--HG-- branch : stable
-
Yuya Nishihara authored
No idea how this could work before. --HG-- branch : stable
-
Yuya Nishihara authored
--HG-- branch : stable
-
Yuya Nishihara authored
--HG-- branch : stable
-
Yuya Nishihara authored
--HG-- branch : stable
-
- 16 Aug, 2018 1 commit
-
-
Yuya Nishihara authored
--HG-- branch : stable
-
- 15 Aug, 2018 1 commit
-
-
James Reynolds authored
closes #5151 --HG-- branch : stable
-
- 01 Aug, 2018 1 commit
-
-
Yuya Nishihara authored
--HG-- branch : stable
-
- 31 Jul, 2018 1 commit
-
-
Yuya Nishihara authored
I've confirmed the bug was fixed in Qt 5.11.1. See a1015dc91346 for details.
-
- 26 Jul, 2018 2 commits
-
-
Yuya Nishihara authored
util.stderr was moved to procutil at Mercurial 5be286db5fb5. As I said in 28501581c070, it's probably better to redirect stdio fds to the "nul" device, but I don't have a workable Windows machine to test such change.
-
Yuya Nishihara authored
Even though a QtNetwork request runs asynchronously, there's a cost enough to stop GUI rendering for 10-100msec. The additional 1000msec delay makes sure that the initial GUI rendering finished before running networking code.
-
- 25 Jul, 2018 1 commit
-
-
Steve Borho authored
--HG-- branch : stable
-
- 24 Jul, 2018 1 commit
-
-
Yuya Nishihara authored
-
- 08 Jul, 2018 2 commits
-
-
Yuya Nishihara authored
-
Yuya Nishihara authored
It can lead to data loss to rename/unlink patch files in the mq directory because they may still be managed by the mq. Don't do that. If we really need such feature, it should be implemented in the qrename command, not as a pre/post hack in the GUI process.
-
- 03 Jul, 2018 3 commits
-
-
Yuya Nishihara authored
QUrl() doesn't like a local string, and qtlib.openlocalurl() accepts both. --HG-- branch : stable
-
Sune Foldager authored
The linkActivated function now resembles _openLink in RepoWidget. --HG-- branch : stable
-
Sune Foldager authored
The new helper method qtlib.setContextMenuShortcut should now be used to add shortcuts to actions intended for context menu display.
-
- 27 Jun, 2018 1 commit
-
-
Sune Foldager authored
Otherwise we get a spurious display of a diff header followed by a new line. --HG-- branch : stable
-
- 22 Jun, 2018 1 commit
-
-
Steve Borho authored
'Follow copies and renames' is only applicable for history searches, moving that checkbox into that gap keeps the dialog from growing in width
-