summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * VCS: hg: Disable remote status due to performance issuesnfnty2016-02-082-28/+13
| * VCS: Fix root updatingnfnty2016-02-081-13/+11
| * VCS: hg: Use json templatenfnty2016-02-081-32/+20
| * VCS: Disable background updating due to lock issuesnfnty2016-02-082-57/+11
| * VCS: Implement Subversionnfnty2016-02-082-105/+109
| * VCS: Rename _vcs to _runnfnty2016-02-084-44/+36
| * VCS: hg: Fix statusesnfnty2016-02-081-2/+2
| * VCS: Reorder importsnfnty2016-02-085-8/+9
| * VCS: Add date to statusbarnfnty2016-02-083-2/+7
| * VCS: Fix output handlingnfnty2016-02-083-35/+58
| * VCS: Implement Mercurialnfnty2016-02-081-87/+111
| * VCS: Improve null handlingnfnty2016-02-082-5/+6
| * VCS: Minor fixesnfnty2016-02-086-23/+25
| * VCS: pylint and flake8 compliancynfnty2016-02-084-20/+16
| * VCS: Refactor VcsThread.run()nfnty2016-02-081-79/+90
| * VCS: Fix browsercolumnnfnty2016-02-083-24/+33
| * VCS: Initialize roots in VcsThreadnfnty2016-02-083-81/+134
| * VCS: Fix python2 compatibilitynfnty2016-02-081-10/+13
| * VCS: Move remotestatus to FileSystemObjectnfnty2016-02-086-44/+42
| * VCS: Improve repodir detectionnfnty2016-02-081-7/+18
| * VCS: _vcs remove args parameternfnty2016-02-083-10/+7
| * VCS: Implement GNU Bazaar: Disable data_status_remote for performancenfnty2016-02-081-15/+1
| * VCS: Implement GNU Bazaarnfnty2016-02-082-75/+145
| * VCS: Refactor _vcsnfnty2016-02-082-53/+51
| * VCS: Update comments, Minor fixesnfnty2016-02-0812-153/+147
| * VCS: Major cleanupnfnty2016-02-087-712/+100
| * VCS: Delay a minimum of 1 secondnfnty2016-02-082-2/+2
| * VCS: Fix python2 compatibilitynfnty2016-02-086-44/+24
| * VCS: Fix repo deletion racenfnty2016-02-081-11/+11
| * VCS: Only redraw when awokennfnty2016-02-081-7/+7
| * VCS: Fix flat: Only initialize subdir oncenfnty2016-02-083-14/+26
| * VCS: Fix symlinks pointing to root, Cleanupnfnty2016-02-086-86/+27
| * VCS: Rename vcslocal to vcsnonenfnty2016-02-083-3/+3
| * VCS: Minor fixesnfnty2016-02-083-11/+8
| * VCS: Implement symbolic link supportnfnty2016-02-082-34/+69
| * VCS: Fix class for non-root; fixes action commandsnfnty2016-02-082-21/+19
| * VCS: Handle FileNotFoundError during subprocess callsnfnty2016-02-081-0/+2
| * VCS: Fix redraw race conditionnfnty2016-02-082-5/+6
| * VCS: Escape special characters in git summarynfnty2016-02-081-2/+3
| * VCS: Separate VCS Threadnfnty2016-02-087-45/+160
| * VCS: All data is stored in rootnfnty2016-02-085-67/+63
| * VCS: Comment out REMOTE_STATUSnfnty2016-02-081-8/+8
| * VCS: Improve class changenfnty2016-02-083-20/+18
| * VCS: Remove vcsnamenfnty2016-02-085-5/+0
| * VCS: Implement vcs.tracknfnty2016-02-084-35/+32
| * VCS: Handle repodir pathsnfnty2016-02-083-18/+32
| * VCS: Implement cheap subpath repo updatingnfnty2016-02-086-35/+49
| * VCS: Implement directory statuses properly, Change function namesnfnty2016-02-085-21/+40
| * VCS: Return all statuses (including ignored) from get_status_allfilesnfnty2016-02-082-56/+25
| * VCS: Fix importsnfnty2016-02-086-22/+14