Skip to content
Snippets Groups Projects
Commit c839fafd authored by Justin Hileman's avatar Justin Hileman
Browse files

[bobthefish] Mention hg in README :)

parent 5662032b
No related merge requests found
...@@ -29,9 +29,9 @@ This theme is based loosely on [agnoster][agnoster]. ...@@ -29,9 +29,9 @@ This theme is based loosely on [agnoster][agnoster].
* You currently have superpowers ($) * You currently have superpowers ($)
* User@Host (unless you're the default user) * User@Host (unless you're the default user)
* Abbreviated parent directory * Abbreviated parent directory
* Current directory or Git project name * Current directory, or Git or Mercurial project name
* Current project's Git branch ( master) or detached head (➦ d0dfd9b) * Current project's repo branch ( master) or detached head (➦ d0dfd9b)
* Git status, via colors and flags: * Git or Mercurial status, via colors and flags:
* Dirty working directory (*) * Dirty working directory (*)
* Untracked files (…) * Untracked files (…)
* Staged changes (~) * Staged changes (~)
...@@ -39,6 +39,7 @@ This theme is based loosely on [agnoster][agnoster]. ...@@ -39,6 +39,7 @@ This theme is based loosely on [agnoster][agnoster].
* Unpulled commits (-) * Unpulled commits (-)
* Unpushed commits (+) * Unpushed commits (+)
* Unpulled *and* unpushed commits (±) * Unpulled *and* unpushed commits (±)
* _Note that not all of these have been implemented for hg yet :)_
* Abbreviated project-relative path * Abbreviated project-relative path
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment