Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Give warning for feature checkout/co
Browse files Browse the repository at this point in the history
This command will be deprecated per 2.0.0
  • Loading branch information
petervanderdoes committed Feb 18, 2014
1 parent 891341e commit 3135124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes.mdown
Expand Up @@ -34,6 +34,8 @@
feature originated from. It will show the committed changes.
* Problem when certain variables are set before executing git-flow.
When certain variables are set in the shell environment it causes problems.
* Warning for commands to be deprecated.
The command feature checkout/co will be deprecated per version 2.0

#### 1.7.0
[Peter van der Does][petervanderdoes]
Expand Down
1 change: 1 addition & 0 deletions git-flow-feature
Expand Up @@ -607,6 +607,7 @@ showcommands! Show git commands while executing them
# Parse arguments
parse_args "$@"

warn "The command 'git flow feature checkout/co' will be deprecated per version 2.0.0"
gitflow_require_name_arg

git_do checkout "$BRANCH" || die "Could not check out branch '$BRANCH'."
Expand Down

0 comments on commit 3135124

Please sign in to comment.