bin/git-histedit

changeset 759
656f6f6f63cf
parent 755
60ee3259bc01
child 798
d690f45fd713
--- a/bin/git-histedit
+++ b/bin/git-histedit
@@ -5,7 +5,7 @@ case ${1:-} in *help|-h)
   exec perldoc -T $0;;
 esac
 
-UPSTREAM="${1:-@{u\}}"
+UPSTREAM="${1:-@{u}}"
 BRANCH="${2:-$(git symbolic-ref --short -q HEAD || echo HEAD)}"
 
 [ "$#" -ne 0 ] && shift

mercurial