diff .shell.d/50.vcs_functions.sh @ 69:5232fa3d7ad3

Changes required by log being back to the default.
author Augie Fackler <durin42@gmail.com>
date Thu, 02 Apr 2009 13:43:37 -0500
parents 9f8bd97da0d4
children 5b1c3bfcf4b8
line wrap: on
line diff
--- a/.shell.d/50.vcs_functions.sh
+++ b/.shell.d/50.vcs_functions.sh
@@ -55,7 +55,7 @@ function hg-svn-merge-branch() {
 }
 
 function hg-svn-rebase-all() {
-    for b in `hg llog -u 'Augie Fackler <durin42@gmail.com>' --template '{branches}\n' | sort | uniq`
+    for b in `hg log -u 'Augie Fackler <durin42@gmail.com>' --template '{branches}\n' | sort | uniq`
     do
         echo "rebase $b"
         hg co $b