1GIT-LAB-LISTMR(1) git-lab Manual GIT-LAB-LISTMR(1)
2
3
4
6 git-lab-listmr - List merge-requests
7
8
10 git-lab listmr [-h] [-p] [-k KEYWORD] [-s
11 {opened,closed,locked,merged}] [-a AUTHOR] [remote]
12
13
15 List merge-requests of the parent project of your fork.
16
17
19 -h, --help
20 Show help message and exit
21
22
23 remote The remote to use (default: upstream tracking remote)
24
25
26 -p, --parent
27 Use the remote's parent project, rather than the remote's
28 project
29
30
31 -k KEYWORD, --keyword KEYWORD, --search KEYWORD
32 Filter results based on search KEYWORDs provided.
33
34
35 -s {opened,closed,locked,merged}, --state {opened,closed,locked,merged}
36 State of the requests to list
37
38
39 -a AUTHOR, --author AUTHOR
40 List MRs opened by this user
41
42
43 -l LABEL[,LABEL...], --labels LABEL[,LABEL...]
44 List MR's containing the specified list of labels
45
46
48 git-lab-updatemr(1), git-lab-closemr(1)
49
50
52 git-lab was written by Neil Horman <nhorman@redhat.com>.
53
54
56 The latest version of git-lab may be downloaded from
57 ⟨https://gitlab.com/nhorman/git-lab-porcelain⟩
58
59
60
61git-lab 0.5 2020/03/12 GIT-LAB-LISTMR(1)