changeset 3:ebd9c2539ebd draft

Change the "hostname" to REVSETS
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 25 Sep 2013 13:58:12 -0400
parents e4f64c12923c
children 91ff6ba9d825
files sh-replay
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sh-replay
+++ b/sh-replay
@@ -51,7 +51,7 @@
 
     hg_id = get_hg_id()
 
-    sys.stdout.write(yellow("jordi@Iris", style="bold") + ":"
+    sys.stdout.write(yellow("jordi@REVSETS", style="bold") + ":"
                      + blue(cwd, style="bold") + " "
                      + magenta(hg_id, style="bold") + "$ ")