X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fresolve_svn.sh;h=15acfd4afe79badf1a396228187445a0e1383583;hb=7bc1dbe73d6a795d595419fa6a88fd1c06a1072a;hp=b75979738722604de485d217b321a6dc64104009;hpb=2ab1cf327d1637a4660147eabc7f32bbe0039b7d;p=feisty_meow.git diff --git a/scripts/rev_control/resolve_svn.sh b/scripts/rev_control/resolve_svn.sh index b7597973..15acfd4a 100644 --- a/scripts/rev_control/resolve_svn.sh +++ b/scripts/rev_control/resolve_svn.sh @@ -6,6 +6,8 @@ source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" source "$FEISTY_MEOW_SCRIPTS/rev_control/version_control.sh" +save_terminal_title + ############## filename="$1"; shift @@ -16,6 +18,7 @@ if [ -z "$filename" ]; then fi svn resolve --accept=working "$filename" -test_or_die "resolving tree conflict by accepting the working directory as the right one" +exit_on_error "resolving tree conflict by accepting the working directory as the right one" +restore_terminal_title