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 -j, --json
32 output results in json format, useful in conjunction with the
33 filter subcommand. Format of the json output is a dictionary
34 keyed by project id, with associated data being a list of mr
35 iids matching the list filter (ex: {'1234567': [1, 2, 3]})
36
37
38 -k KEYWORD, --keyword KEYWORD, --search KEYWORD
39 Filter results based on search KEYWORDs provided.
40
41
42 -s {opened,closed,locked,merged}, --state {opened,closed,locked,merged}
43 State of the requests to list
44
45
46 -a AUTHOR, --author AUTHOR
47 List MRs opened by this user
48
49
50 -l LABEL[,LABEL...], --labels LABEL[,LABEL...]
51 List MR's containing the specified list of labels
52
53
55 git-lab-updatemr(1), git-lab-closemr(1)
56
57
59 git-lab was written by Neil Horman <nhorman@redhat.com>.
60
61
63 The latest version of git-lab may be downloaded from
64 ⟨https://gitlab.com/nhorman/git-lab-porcelain⟩
65
66
67
68git-lab 0.5 2020/03/12 GIT-LAB-LISTMR(1)