summaryrefslogtreecommitdiff
path: root/index.txt
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2009-06-15 07:28:21 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2009-06-15 07:28:21 +0300
commit3c536e468adcefcba524c0aa844563c4eabdd4cb (patch)
treea65ba70c7407af2413a20adf8e7647a0e7c4cc8e /index.txt
parentfixed (for parse_git_status() only): files from parent directiry were shown i... (diff)
downloadgit-prompt-3c536e468adcefcba524c0aa844563c4eabdd4cb.tar.gz
git-prompt-3c536e468adcefcba524c0aa844563c4eabdd4cb.tar.bz2
git-prompt-3c536e468adcefcba524c0aa844563c4eabdd4cb.zip
fixed: PARSE_VCS_STATUS incorrectly initialized if git is not installed
Diffstat (limited to 'index.txt')
-rw-r--r--index.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/index.txt b/index.txt
index fb0d833..ede417e 100644
--- a/index.txt
+++ b/index.txt
@@ -34,20 +34,25 @@ image:screenshot-prompt-git.png[git module screenshot]
|================================================================
-== Subversion
+== Subversion/SVN
image:screenshot-svn.png[svn module screenshot]
SVN module disabled by default because even on moderate sized working
directories there is noticeable delay for prompt display. SVN is slower than
GIT. Enable if needed in <<config,config>>
+== Mercurial/HG
+Was recently added thanks to Lee Nussbaum <wln@scrunch.org>.
+
== Labels
Labels are visual cues to help figure out what terminal is running what command.
It is generalization of xterm-title but differ from xterm-title that it
can be displayed in other places (on Screen(1) windows titles for example).
-On screenshot below they are in red ovals.
+Also label can display currently executed command (when bash prompt obviously
+is not displayed).
+On screenshot below labels are in red ovals.
image:screenshot-labels.png["labels screenshot", width="300", link="screenshot-labels.png"]