Sublime Tortoise is a plugin for Sublime Text 2 that gives context-sensitive keyboard shortcuts, context menu entries and sidebar menu entries for SVN, Git and Mercurial through the TortoiseSVN, TortoiseGit and TortoiseHg programs on Windows.
Simply enter one of the shortcuts, or click the appropriate menu item, and Sublime Tortoise will start the appropriate Tortoise* window for the working copy the file is located inside of, in the case of working copy operations, or the file that is selected. No configuration is necessary and it works on any file.
wbond.net/sublime_packages/tortoise includes full documentation including installation instructions, keyboard bindings and settings.
[size=150]Updates[/size]
Version 1.2.0
- Added keyboard shortcut and file menu entry for blame command
Version 1.1.4
-
Fixed TortoiseHg support
-
Fixed handling of nested mercurial repositories
-
Improved TortoiseHg support so a cmd window is not shown even when a file path contains a space
Version 1.1.3
- Fixed a bug with TortoiseProc.process_status()
not properly referencing self.root_dir
Version 1.1.2
- Fixed a bug with the Log and Diff menu entries showing for folders that were not under version control
Version 1.1.1
- Removed a print line used for debugging
Version 1.1.0
-
Tweaked handling of statuses
-
Added the ability to disable menus
-
Added debug option
Version 1.0.8
- Updated the keymap to actually require the ctrl+alt+v
before the ctrl+alt+(letter) for the different commands
Version 1.0.7
- Increased the status cache length to help prevent right-click lag on slower machines
Version 1.0.6
- Fixed a bug with the detection of the svn binary for the Tortoise SVN context menu
Version 1.0.5
-
Fixed the plugin to work when custom paths are set for the Tortoise* binaries
-
Fixed the example Tortoise.sublime-settings
Version 1.0.4
- Updated the plugin to work with TortoiseHg 2.x
Version 1.0.3
-
Changed references of Delete to Remove
-
Added documentation for menu items
-
Added the revert keyboard shortcut
Version 1.0.2
- Added context menu and sidebar menu entries based on the current state of the file or folder
Version 1.0.1
- Added an error message when trying to execute command on an unsaved file
Version 1.0.0
- Initial release