Skip to content

feat(commands/mr/checkout): accept OWNER:branch format for MRs

Kerri Miller requested to merge github/fork/maxice8/mr-checkout into trunk

Created by: maxice8

Description

This allows users to use mr checkout <branch> and mr checkout OWNER:branch to checkout by the branch instead of requiring to use the ID

Related Issue

Resolves #528 (closed)

How Has This Been Tested?

On gitlab.alpinelinux.org instance

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports