Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 82:0b67280c980c
Reword comment (no more svn)
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Tue, 23 Apr 2013 12:15:04 -0400 |
parents | 7d4e0869d09d |
children | cdfa42697eec |
comparison
equal
deleted
inserted
replaced
81:e2f98d3b4b5b | 82:0b67280c980c |
---|---|
11 | 11 |
12 # The 'stat' and 'date' commands are here since the syntax of the commands | 12 # The 'stat' and 'date' commands are here since the syntax of the commands |
13 # is different between Linux and Mac OS X. If this is run elsewhere, the | 13 # is different between Linux and Mac OS X. If this is run elsewhere, the |
14 # eval will be false and the test not done below, so it's safe to not | 14 # eval will be false and the test not done below, so it's safe to not |
15 # bother checking for zero-length variables on the test - it just won't | 15 # bother checking for zero-length variables on the test - it just won't |
16 # run the svn status, so you won't be prompted if there's newer files | 16 # run the hg incoming, so you won't be prompted if there's newer files |
17 # available in your repository. These are safe to export since they're | 17 # available in your repository. These are safe to export since they're |
18 # the commands to be evaulated, not the output - you're storing how to get | 18 # the commands to be evaulated, not the output - you're storing how to get |
19 # the answer, not the answer itself. | 19 # the answer, not the answer itself. |
20 | 20 |
21 # Also note, the full paths are stored since GNU coreutils might be | 21 # Also note, the full paths are stored since GNU coreutils might be |