Skip to content

feat mr: remove prefix in ID of MR just like Issue

Kerri Miller requested to merge github/fork/atusy/mr-prefix into trunk

Created by: atusy

This change

Description

This change adds support for a prefix in MR ID like below.

glab mr view \!1

Related Issue

Resolves #789 (closed)

How Has This Been Tested?

Run below on manjaro linux.

glab repo clone gitlab-org/gitlab-foss -- --depth 1
glab mr view "\!1"

Screenshots (if appropriate):

image

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