Skip to content

Commit

Permalink
warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcWeber committed Dec 1, 2022
1 parent dba55b6 commit 3aeaa91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tg-export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ fi
if [ "$driver" == "rebase" ]; then
name=$output
output=
echo "!! You've chosen the experimental rebase feature. the tg export --rebase command fails with non zero exit code check the result. It might have worked :-/"
else
if [ -n "$REBASE_FROM_TO" -o -n "$REBASE_DROP_PREFIX" -o -n "$REBASE_PREFIX" ]; then
die "--onto and --drop-prefix can only be used in --rebase mode"
Expand Down

0 comments on commit 3aeaa91

Please sign in to comment.