about summary refs log tree commit diff stats
path: root/ranger/ext/vcs/vcs.py
Commit message (Expand)AuthorAgeFilesLines
* vcs: Switch from deprecated isSet to is_settoonn2022-02-051-3/+3
* Revert "vcs: Drop disappeared Pylint options"toonn2022-02-051-0/+2
* vcs: Drop disappeared Pylint optionstoonn2022-02-051-2/+0
* vcs: Force UTF-8 encodingtoonn2021-09-011-1/+1
* vcs: Switch to io.opentoonn2021-09-011-2/+2
* vcs: Switch to open23toonn2021-08-271-1/+2
* ext.vcs.vcs: Disable frivolous lintstoonn2021-07-201-0/+2
* Possible bug caught in reviewtoonn2020-07-051-2/+2
* Drop unnecessary if-expressionstoonn2020-07-051-2/+3
* Drop redundant pass statementstoonn2020-07-051-5/+0
* Merge branch 'ormung-patch-1' of https://github.com/ormung/rangerhut2017-12-201-1/+5
|\
| * Faster mercurial vcsormung2017-09-181-1/+5
* | Fix the "inconsistent-return-statements" Pylint warningWojciech Siewierski2017-12-171-0/+1
|/
* ext.vcs.vcs: VcsThread: Fix overridden instance attribute exceptionnfnty2017-01-301-3/+4
* Improve shutdown error handling; Limit `VCSThread` waitnfnty2017-01-301-2/+2
* ext.vcs.vcs: VcsThread: Protect instance membersnfnty2017-01-291-33/+33
* core.main: Refactor exit handlingael-code2017-01-291-3/+15
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-19/+8
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: autopep8nfnty2017-01-171-0/+1
* Merge remote-tracking branch 'nfnty/spawn'nfnty2016-12-211-15/+13
|\
| * ext.spawn: Refactornfnty2016-12-181-15/+13
* | ext.vcs: Improve loggingnfnty2016-12-211-6/+12
|/
* Update all the log callsael-code2016-11-251-3/+4
* ext.vcs.vcs: code deduplicationhut2016-11-041-12/+6
* Merge branch 'subprocess_check_output' of https://github.com/richboss/rangerhut2016-11-041-1/+7
|\
| * fix argument orderRichard Boß2016-10-251-1/+1
| * fix issue #695: FileInfo Linemode crashes Ranger on Python 2.6Richard Boß2016-10-241-1/+7
* | VCS: Handle exceptionsnfnty2016-10-311-9/+14
|/
* VCS: Add _run rstrip_newlinenfnty2016-08-081-2/+9
* VCS: pause thread during ui.suspend()nfnty2016-02-291-2/+18
* VCS: Fix reinitialization on repodir deletionnfnty2016-02-101-31/+29
* VCS: Rename fileobj to fsobj, remove _hinderednfnty2016-02-091-40/+33
* VCS: Fix link handlingnfnty2016-02-091-35/+29
* VCS: Process queue more efficientlynfnty2016-02-091-31/+60
* VCS: Split Vcs root into VcsRootnfnty2016-02-081-61/+84
* VCS: hg: Disable remote status due to performance issuesnfnty2016-02-081-12/+12
* VCS: Fix root updatingnfnty2016-02-081-13/+11
* VCS: Disable background updating due to lock issuesnfnty2016-02-081-56/+10
* VCS: Rename _vcs to _runnfnty2016-02-081-2/+6
* VCS: Reorder importsnfnty2016-02-081-2/+2
* VCS: Minor fixesnfnty2016-02-081-3/+3
* VCS: pylint and flake8 compliancynfnty2016-02-081-12/+12
* VCS: Refactor VcsThread.run()nfnty2016-02-081-79/+90
* VCS: Fix browsercolumnnfnty2016-02-081-3/+12
* VCS: Initialize roots in VcsThreadnfnty2016-02-081-71/+128
* VCS: Fix python2 compatibilitynfnty2016-02-081-10/+13
* VCS: Move remotestatus to FileSystemObjectnfnty2016-02-081-6/+10
* VCS: Improve repodir detectionnfnty2016-02-081-7/+18