Commit c354c7dcad
c354c7dcad61cf3a02ce9b7b62d4854842520323
parent: 47d3c4db23
Verified · cmc ci/build: success ci/test: success
cmc <hello@cleberg.net> · 2026-09-19 00:32 UTC
wiki: document closing a merge request in favour of another
Ref #223
Closes #223
.gitbay/wiki/Parity.org
+1
| @@ -41,6 +41,7 @@ browser-only and the iOS build screen unable to say more than the log. |
| 41 | 41 | | comment on a diff line | yes | yes | yes | |
| 42 | 42 | | merge (all strategies) | yes | yes | yes | |
| 43 | 43 | | close | yes | yes | yes | |
| 44 | | close in favour of another | yes | yes | no | |
| 44 | 45 | | create | yes | yes | yes | |
| 45 | 46 | | draft, ready | yes | yes | yes | |
| 46 | 47 | | search title and body | yes | yes | yes | |
.gitbay/wiki/Users.org
+5
| @@ -415,6 +415,11 @@ gitbay mr merge 4 [--strategy ff|merge|squash|rebase] |
| 415 | 415 | gitbay mr close 4 |
| 416 | 416 | #+end_src |
| 417 | 417 | |
| 418 | A merge request closed without merging can name the one that carries |
| 419 | its change forward: =mr close 4 --by 7= records it and both pages show |
| 420 | it, and =mr edit 4 --superseded-by 7|none= sets or clears it |
| 421 | afterwards, refused on anything but a closed merge request. |
| 422 | |
| 418 | 423 | Semantics worth knowing: |
| 419 | 424 | |
| 420 | 425 | - the MR head lives in the *target* repository as |