release: remove merge override
This commit is contained in:
@@ -79,12 +79,6 @@ Use the `merge` subcommand to merge your feature branch changes to the standard
|
|||||||
feature merge
|
feature merge
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also override the default standard branch by specifying another branch.
|
|
||||||
|
|
||||||
```
|
|
||||||
feature merge integration
|
|
||||||
```
|
|
||||||
|
|
||||||
#### End
|
#### End
|
||||||
|
|
||||||
Use the `end` subcommand to safely close out the feature.
|
Use the `end` subcommand to safely close out the feature.
|
||||||
|
|||||||
@@ -4,11 +4,11 @@ module Feature
|
|||||||
|
|
||||||
class Merge < Feature::Base
|
class Merge < Feature::Base
|
||||||
def valid?
|
def valid?
|
||||||
[1,2].include? argv.size
|
[1].include? argv.size
|
||||||
end
|
end
|
||||||
|
|
||||||
def help
|
def help
|
||||||
"feature merge [branch]"
|
"feature merge"
|
||||||
end
|
end
|
||||||
|
|
||||||
def execute
|
def execute
|
||||||
|
|||||||
Reference in New Issue
Block a user