about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* vcs: fix indentation in gui.contexthut2013-02-241-4/+4
|
* removed unused lib ranger.ext.run_forkedhut2013-02-241-25/+0
|
* vcs: move vcs import into load_vcshut2013-02-241-2/+1
|
* vcs: move some code from load_bit_by_bit to load_vcshut2013-02-242-28/+42
|
* fsobject.directory: dont load_vcs when not neededhut2013-02-241-2/+3
|
* Merge branch 'vcs'hut2013-02-2419-83/+1674
|\ | | | | | | | | Conflicts: ranger/gui/widgets/__init__.py
| * Merge branch 'master' into vcshut2013-02-2268-218/+242
| |\ | | | | | | | | | | | | Conflicts: ranger/gui/widgets/browsercolumn.py
| * \ Merge branch 'master' into vcshut2013-02-1910-6/+393
| |\ \
| * \ \ Merge branch 'master' into vcshut2013-02-1811-147/+166
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: doc/ranger.1
| * | | | document config options for vcs on the man pageAbdo Roig-Maranges2013-02-172-8/+16
| | | | |
| * | | | Merge branch 'master' into vcshut2013-02-165-11/+56
| |\ \ \ \
| * | | | | setup.py: s/ranger.vcs/ranger.ext.vcs/hut2013-02-161-1/+1
| | | | | |
| * | | | | ext.vcs.vcs: typo s/true/Truehut2013-02-161-1/+1
| | | | | |
| * | | | | config/rc.conf: typo in "set vcs_backend_hg disabled"hut2013-02-161-1/+1
| | | | | |
| * | | | | replace vcs_backends setting by vcs_backend_git, etc.Abdo Roig-Maranges2013-02-163-26/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The variables vcs_backend_git, vcs_backend_hg and vcs_backend_bzr have three possible values: disabled, local (only local info) and enabled (local and remote info).
| * | | | | config/rc.conf: Use only "git" vcs_backend by defaulthut2013-02-161-1/+2
| | | | | |
| * | | | | move ranger/vcs/* to ranger/ext/vcs/*hut2013-02-168-6/+6
| | | | | |
| * | | | | Merge branch 'master' into vcshut2013-02-169-22/+112
| |\ \ \ \ \
| * | | | | | Handle VcsError when scanning dir. Don't raiseAbdo Roig-Maranges2013-02-151-3/+8
| | | | | | |
| * | | | | | Added 'unknown' remote vcs statusAbdo Roig-Maranges2013-02-152-2/+4
| | | | | | |
| * | | | | | fix vcs log errors on empty reposAbdo Roig-Maranges2013-02-153-3/+40
| | | | | | |
| * | | | | | vcs.vcs: remove __init__ from VcsError(Exception)hut2013-02-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This breaks in python2. Leaving out __init__ in subclasses of Exceptions is usually fine.
| * | | | | | vcs.hg: fix python2 ImportError when importing configparserhut2013-02-131-1/+4
| | | | | | |
| * | | | | | Rebuilt manpageAbdo Roig-Maranges2013-02-121-1/+8
| | | | | | |
| * | | | | | Added version control system related commandsAbdo Roig-Maranges2013-02-121-0/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds commands to stage, unstage changes, and to display diffs and logs using the embedded pager.
| * | | | | | Adds config settings and documentation for the vcs featureAbdo Roig-Maranges2013-02-123-0/+16
| | | | | | |
| * | | | | | Displays version control data on the status barAbdó Roig-Maranges2013-02-121-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Data displayed: branch, repo status and summary of last commit.
| * | | | | | Displays version control data on browser columnAbdo Roig-Maranges2013-02-124-80/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * I have restructured BrowserColumn._draw_directory. Hopefully it is easier mantain now. Simplified horizontal space computations, etc. * Displays two symbols on the right of every entry, showing local status, and status regarding the remote vcs repo. * Added the necessary context to be able to change colors for individual symbols from the colorscheme.
| * | | | | | Support for extracting metadata from version control systemsAbdo Roig-Maranges2013-02-123-1/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makes fsobject aware of vcs. * Makes directory get vcs status data when loading content. * Adds a config option to enable/disable the vcs info feature.
| * | | | | | Merged code to manipulate version control systemsAbdo Roig-Maranges2013-02-126-1/+1211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Supports git, hg and bzr.
* | | | | | | Change name back to "ranger-master" in --version outputhut2013-02-241-1/+1
| | | | | | |
* | | | | | | Fire in the Hole! v1.6.0hut2013-02-224-4/+42
| | | | | | |
* | | | | | | Fix docstrings to comply with the PEP8hut2013-02-2243-298/+189
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | http://www.python.org/dev/peps/pep-0008/#documentation-strings
* | | | | | ext.rifle: remove -S from shebang line to allow site importshut2013-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this enables rifle to find the default rilfe.conf when installed via a package manager and when the user did not --copy-config=rifle.
* | | | | | use 4-space-indents in files that had 2-space-indentshut2013-02-222-15/+15
| | | | | |
* | | | | | core.main: added RANGER_LOAD_DEFAULT_RC environment variablehut2013-02-225-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this fixes the problem that examples/plugin_skip_default_rc doesn't work, because plugins are loaded after the rc.conf.
* | | | | | examples/plugin_chmod_keybindings.py: fixed crashhut2013-02-221-1/+1
| | | | | |
* | | | | | doc/ranger.1: update ENVIRONMENT sectionhut2013-02-222-8/+4
| | | | | |
* | | | | | ext.rifle: better searching for configuration filehut2013-02-221-0/+15
| | | | | |
* | | | | | doc/ranger.1: typohut2013-02-222-2/+2
| | | | | |
* | | | | | README: updated introductionhut2013-02-221-3/+5
| | | | | |
* | | | | | README: update dependencieshut2013-02-221-2/+2
| | | | | |
* | | | | | updated rest of the copyright noticeshut2013-02-223-3/+3
| | | | | |
* | | | | | updated copyright noticeshut2013-02-2257-57/+57
| | | | | |
* | | | | | update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-2261-62/+62
| | | | | |
* | | | | | doc/ranger.1: added chmod key bindings to man pagehut2013-02-222-0/+9
| | | | | |
* | | | | | doc/ranger.1: remove midnight commander bindings from man pagehut2013-02-222-64/+0
| | | | | | | | | | | | | | | | | | | | | | | | They are redundant. The user can always look them up in the rc.conf.
* | | | | | doc/ranger.1: update KEY BINDINGS sectionhut2013-02-222-21/+52
| | | | | |
* | | | | | doc/ranger.1: updated the CONCEPTS sectionhut2013-02-222-3/+27
| | | | | |
* | | | | | core.actions: fix a rare, silent exceptionhut2013-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | There was some code assuming that fm.thisfile is not None.