- 18 Apr, 2020 1 commit
-
-
Yuya Nishihara authored
-
- 24 Jan, 2020 1 commit
-
-
Matt Harbison authored
-
- 08 Nov, 2019 1 commit
-
-
Yuya Nishihara authored
-
- 17 Jul, 2019 1 commit
-
-
Yuya Nishihara authored
-
- 29 Apr, 2019 1 commit
-
-
Yuya Nishihara authored
-
- 05 Jan, 2019 1 commit
-
-
Yuya Nishihara authored
-
- 21 Oct, 2018 1 commit
-
-
Yuya Nishihara authored
-
- 22 May, 2018 1 commit
-
-
Yuya Nishihara authored
-
- 21 Apr, 2018 1 commit
-
-
Yuya Nishihara authored
-
- 02 Jan, 2018 1 commit
-
-
Yuya Nishihara authored
-
- 27 Aug, 2017 1 commit
-
-
Yuya Nishihara authored
4.7.5 is the minimum version as we stopped using QSettings.value(..., type=). Backed out changeset 99ed17f90a6c.
-
- 17 Jul, 2017 1 commit
-
-
Yuya Nishihara authored
-
- 27 Aug, 2017 2 commits
-
-
Yuya Nishihara authored
Mercurial 4.3 dropped the support for Python 2.6.
-
Yuya Nishihara authored
-
- 22 Jul, 2017 1 commit
-
-
Yuya Nishihara authored
This allows us to use QSettings.value(..., type=). > v4.8.3 23rd January 2011 > - Added the optional type keyword argument to QSettings.value() to allow the > type of the returned value to be specified.
-
- 29 May, 2017 1 commit
-
-
muxator authored
Otherwise the rpm build process fails under CentOS 7: Checking for unpackaged file(s): /usr/lib/rpm/check-files /opt/mercurial/thg/contrib/rpmbuild/[...] error: Installed (but unpackaged) file(s) found: /usr/lib/python2.7/site-packages/hgext3rd/__init__.py /usr/lib/python2.7/site-packages/hgext3rd/__init__.pyc /usr/lib/python2.7/site-packages/hgext3rd/__init__.pyo /usr/lib/python2.7/site-packages/hgext3rd/thg.py /usr/lib/python2.7/site-packages/hgext3rd/thg.pyc /usr/lib/python2.7/site-packages/hgext3rd/thg.pyo A similar change was done in Mercurial in March 2016: Mercurial repo: b927fe8bf0b95c29f7e271d75f554a08cfc4dfda https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-March/081855.html --HG-- branch : stable
-
- 25 Mar, 2017 1 commit
-
-
Yuya Nishihara authored
I have no idea if tortoisehg.org is permanently dead, but using https should be strictly better. I'm surprised that .rtf file can be edited by emacs. --HG-- branch : stable
-
- 18 Mar, 2017 1 commit
-
-
Yuya Nishihara authored
-
- 16 Jan, 2017 1 commit
-
-
Yuya Nishihara authored
-
- 19 Oct, 2016 1 commit
-
-
Yuya Nishihara authored
-
- 18 Jul, 2016 1 commit
-
-
Yuya Nishihara authored
--HG-- branch : stable
-
- 17 Apr, 2016 1 commit
-
-
Yuya Nishihara authored
-
- 20 Jan, 2016 1 commit
-
-
Yuya Nishihara authored
-
- 18 Oct, 2015 1 commit
-
-
Yuya Nishihara authored
-
- 10 Sep, 2016 1 commit
-
-
Yuya Nishihara authored
In other words, RHEL6 is no longer supported. We need to switch our codebase to new-style signals to support PyQt5, but old PyQt versions are known to have bugs leading to crash. Supporting these versions would be a mess. https://bitbucket.org/tortoisehg/thg/wiki/developers/PyQtPitfalls
-
- 06 Jun, 2015 1 commit
-
-
Yuya Nishihara authored
-
- 19 May, 2015 2 commits
-
-
Yuya Nishihara authored
-
Yuya Nishihara authored
-
- 07 Aug, 2013 3 commits
-
-
Mads Kiilerich authored
This will make running thg's show up with the right icon in GNOME 3. --HG-- branch : stable
-
Mads Kiilerich authored
Tested on Fedora 19. --HG-- branch : stable
-
Mads Kiilerich authored
--HG-- branch : stable
-
- 11 Jul, 2012 2 commits
-
-
Jairo Llopis authored
The nautilus extension was not working because its installation folder was obsolete after the resolution of Fedora's bug #509633 [1]. Fixing this also means that now the RPM packages generated by tortoisehg.spec build in noarch, which simplifies their maintenance. Now the nautilus extension should work out of the box, finally fixing TortoiseHg's issue #869 [2] and Fedora's bug #730049 [3]. While solving them, I detected more errors in the spec file, but they are corrected here too. Now this spec should build flawlessly in Fedora 17. Links: [1] https://bugzilla.redhat.com/show_bug.cgi?id=509633 [2] https://bitbucket.org/tortoisehg/thg/issue/869/tortoisehg-nautilus-doesnt-work-at-all [3] https://bugzilla.redhat.com/show_bug.cgi?id=730049
-
Jairo Llopis authored
Autoremove some trailing spaces. Replace some tabs with spaces. Commit this separately to avoid obfuscating the rest of the patch. The replace of tabs by spaces is needed to avoid a rpmlint warning in the spec file. The others just came automatically so... well, this way is cleaner.
-
- 03 Jan, 2012 1 commit
-
-
Steve Borho authored
--HG-- branch : stable
-
- 20 Apr, 2011 1 commit
-
-
Gilles Moris authored
First I have replaced control statement that are invalid in py24: - try ... except ... finally only appears in py25 - yield is forbidden inside a try ... finally Then the RPM spec file has been modified so that: - the mandatory --vendor option is a nil operation as it use the same name as the prefix - egg-info is not generated on older platform (typically py2.4) --HG-- branch : stable
-
- 23 Jul, 2010 1 commit
-
-
Toshi MARUYAMA authored
These directories are already owned by Mercurial which already is required. --HG-- branch : stable
-
- 19 Jun, 2010 1 commit
-
-
Yuya Nishihara authored
--HG-- branch : stable
-
- 26 Oct, 2010 1 commit
-
-
Toshi MARUYAMA authored
-
- 16 May, 2010 1 commit
-
-
Gilles Moris authored
--HG-- branch : stable
-
- 15 May, 2010 1 commit
-
-
Gilles Moris authored
The doc/build/html/.buildinfo is usually not present. The ReleaseNotes.txt file has been removed since 7fe3d0982e15. --HG-- branch : stable
-