# HG changeset patch # User Augie Fackler # Date 1238697817 18000 # Node ID 5232fa3d7ad312a8506810549c9a2ec04d116f96 # Parent e4aa44f30f2cc7e0b69114c3f43e99f1f658c890 Changes required by log being back to the default. diff --git a/.shell.d/50.vcs_functions.sh b/.shell.d/50.vcs_functions.sh --- 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 ' --template '{branches}\n' | sort | uniq` + for b in `hg log -u 'Augie Fackler ' --template '{branches}\n' | sort | uniq` do echo "rebase $b" hg co $b