# HG changeset patch # User Steve Huston # Date 1366733704 14400 # Node ID 0b67280c980cc2cd23383bf73c25eff02c4f86ea # Parent e2f98d3b4b5bc7dbe70c0980b21fdd9953383938 Reword comment (no more svn) diff -r e2f98d3b4b5b -r 0b67280c980c .bash_aliases --- 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.