Mercurial > dotfiles
changeset 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 | e4aa44f30f2c |
children | a36d89137c84 |
files | .shell.d/50.vcs_functions.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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