Commit 4c59f30
committed
mr show: Fix --patch and --comments option output
Users have been setting "comments = true" for the mr show command. This
causes weird output with the --patch output in which the git log is output,
then the comments from the MR is output.
Make a note that --patch and --comments do not work together and stop
the output after the git log is output.
Signed-off-by: Prarit Bhargava <prarit@redhat.com>1 parent 4871910 commit 4c59f30
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
242 | | - | |
| 243 | + | |
243 | 244 | | |
244 | | - | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| |||
0 commit comments