Fix escape

Mon, 06 May 2019 12:34:51 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 06 May 2019 12:34:51 -0500
changeset 759
656f6f6f63cf
parent 758
949b2d4df5fd
child 760
d439bf421f1b

Fix escape

bin/git-histedit file | annotate | diff | comparison | revisions
--- 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