diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-04-05 23:04:32 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-04-05 23:04:32 +0300 |
commit | fb7f0097697f4a78861f6e026bb0444f268c335a (patch) | |
tree | 126b6e4ce2ab380c5b056e395a0e39e2d493e1db /README.md | |
parent | e427f7c0c9e196ae242b0c9ecfe8d6418b8dfe36 (diff) | |
parent | fddf341d5cee2f5d46a11443a90c57be42adede9 (diff) |
Merge pull request #21 from dritter/dritter/mercurial_show_bookmark
Mercurial: show bookmark in `vcs` segment.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,7 @@ information in configurable prompt segments. * being behind / ahead of your remote by some number of commits * number of stashes (git only) * conditionally shows remote tracking branch if the name differs from local + * current active bookmark (mercurial only) * various working tree statuses (e.g., unstaged, staged, etc.,) * Shows return-code of the last command if it is an error code * Indicates background jobs with a gear icon @@ -150,6 +151,7 @@ The `vcs` segment uses various symbols to tell you the state of your repository: * `✚` - There are staged changes in your working copy * `?` - There are files in your working copy, that are unknown to your repository * `→` - The name of your branch differs from its tracking branch. +* `☿` - A mercurial bookmark is active. ### Styling |