changeset 82:0b67280c980c

Reword comment (no more svn)
author Steve Huston <huston@srhuston.net>
date Tue, 23 Apr 2013 12:15:04 -0400
parents e2f98d3b4b5b
children c4dccb49471b
files .bash_aliases
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.bash_aliases	Mon Apr 22 17:00:58 2013 -0400
+++ b/.bash_aliases	Tue Apr 23 12:15:04 2013 -0400
@@ -13,7 +13,7 @@
     # is different between Linux and Mac OS X.  If this is run elsewhere, the
     # eval will be false and the test not done below, so it's safe to not
     # bother checking for zero-length variables on the test - it just won't
-    # run the svn status, so you won't be prompted if there's newer files
+    # run the hg incoming, so you won't be prompted if there's newer files
     # available in your repository.  These are safe to export since they're
     # the commands to be evaulated, not the output - you're storing how to get
     # the answer, not the answer itself.