343e70cc44f9

Remove the outgoing and incoming keywords from my prompt.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 16 Jul 2009 02:17:13 -0400
parents 423385c9d967
children bb49bc7240a3
branches/tags (none)
files .bashrc

Changes

--- a/.bashrc	Wed Jul 15 18:44:03 2009 -0400
+++ b/.bashrc	Thu Jul 16 02:17:13 2009 -0400
@@ -35,7 +35,7 @@
 ORANGE=$'\e[33;40m'
 
 hg_ps1() {
-    hg prompt "{${D} on ${GREEN}{[+{incoming|count}]-->}${PINK}{branch}}${GREEN}{-->[+{outgoing|count}]}{${D} at ${ORANGE}{bookmark}}{${GREEN}{status}}" 2> /dev/null
+    hg prompt "{${D} on ${PINK}{branch}}{${D} at ${ORANGE}{bookmark}}{${GREEN}{status}}" 2> /dev/null
 }
 
 export PS1='\n${PINK}\u ${D}at ${ORANGE}\h ${D}in ${GREEN}\w$(hg_ps1)\