# HG changeset patch
# User Augie Fackler <durin42@gmail.com>
# Date 1228419929 21600
# Node ID 0de17fe9c42887985150cd0dd6334d19be76d0cd
# Parent  a757a99bc8855d4f1f8d3562ecc72c96e79cfaf4
gentags no longer needed.

diff --git a/.zsh/50.vcs_functions.zsh b/.zsh/50.vcs_functions.zsh
--- a/.zsh/50.vcs_functions.zsh
+++ b/.zsh/50.vcs_functions.zsh
@@ -47,7 +47,6 @@ function update_source_trees() {
         elif [ -e .hg/svn ] ; then
             echo $aa 'is an hg-svn checkout, updating'
             hg svn pull
-            hg svn gentags
             hg up
         elif [ -e .git/svn ] ; then
             echo $aa 'is a git-svn checkout, updating'