# HG changeset patch # User Meredith Howard # Date 1557164091 18000 # Node ID 656f6f6f63cf0d83adc961f3c867d226a6a60e95 # Parent 949b2d4df5fd991a14f5dbe8b51631ecbbd49f3b Fix escape diff --git a/bin/git-histedit b/bin/git-histedit --- 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