Mercurial > dotfiles
changeset 81:5b1c3bfcf4b8
Remove special case for hgsubversion that is no longer needed.
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Mon, 13 Apr 2009 10:59:31 -0500 |
| parents | 423b8666e6f6 |
| children | 89f6d05cd7d5 |
| files | .shell.d/50.vcs_functions.sh |
| diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.shell.d/50.vcs_functions.sh +++ b/.shell.d/50.vcs_functions.sh @@ -121,10 +121,6 @@ function update_source_trees() { if [ -e .svn ] ; then echo $aa 'is an svn checkout, updating' svn up - elif [ -e .hg/svn ] ; then - echo $aa 'is an hg-svn checkout, updating' - hg svn pull - hg up elif [ -e .git/svn ] ; then echo $aa 'is a git-svn checkout, updating' git svn fetch
