From c839fafda30d232bb39493662c1ac2cd0ce080d5 Mon Sep 17 00:00:00 2001
From: Justin Hileman <justin@justinhileman.info>
Date: Mon, 17 Nov 2014 20:45:13 -0800
Subject: [PATCH] [bobthefish] Mention hg in README :)

---
 themes/bobthefish/README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/themes/bobthefish/README.md b/themes/bobthefish/README.md
index 3f30f0e..07861ee 100644
--- a/themes/bobthefish/README.md
+++ b/themes/bobthefish/README.md
@@ -29,9 +29,9 @@ This theme is based loosely on [agnoster][agnoster].
      * You currently have superpowers ($)
  * User@Host (unless you're the default user)
  * Abbreviated parent directory
- * Current directory or Git project name
- * Current project's Git branch ( master) or detached head (➦ d0dfd9b)
- * Git status, via colors and flags:
+ * Current directory, or Git or Mercurial project name
+ * Current project's repo branch ( master) or detached head (➦ d0dfd9b)
+ * Git or Mercurial status, via colors and flags:
      * Dirty working directory (*)
      * Untracked files (…)
      * Staged changes (~)
@@ -39,6 +39,7 @@ This theme is based loosely on [agnoster][agnoster].
      * Unpulled commits (-)
      * Unpushed commits (+)
      * Unpulled *and* unpushed commits (±)
+     * _Note that not all of these have been implemented for hg yet :)_
  * Abbreviated project-relative path
 
 
-- 
GitLab