Skip to content

Commit

Permalink
mr: Remove questionable aliases
Browse files Browse the repository at this point in the history
Those are likely copy+paste errors, in particular merging is pretty
much the opposite of deleting ...
  • Loading branch information
fmuellner authored and prarit committed Dec 4, 2020
1 parent fbca02d commit 465b8a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/mr_merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (

var mrMergeCmd = &cobra.Command{
Use: "merge [remote] <id>",
Aliases: []string{"delete"},
Short: "Merge an open merge request",
Long: `If the pipeline for the mr is still running, lab sets merge on success`,
PersistentPreRun: LabPersistentPreRun,
Expand Down
1 change: 0 additions & 1 deletion cmd/mr_rebase.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (

var mrRebaseCmd = &cobra.Command{
Use: "rebase [remote] <id>",
Aliases: []string{"delete"},
Short: "Rebase an open merge request",
PersistentPreRun: LabPersistentPreRun,
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 465b8a4

Please sign in to comment.