* The 'head' ref has to already exist for '<mr-sha-1>'.
* The 'head' and 'mr' ref have to be in the same user namespace. Meaning they
have to be created by the same user.
-* The commit it points to has to have the 'tag' file, which is in gimrr's format
- for tags.
-* The 'tag' file has to contain following tags: M, B, A, C, CC, AN, AE, AT.
+* The commit it points to has to have the 'tags' file, which is in gimrr's
+ format for tags.
+* The 'tags' file has to contain following tags: M, B, A, C, CC, AN, AE, AT.
* 'A' tag value has to match user on the server.
* 'M' tag value has to match rev the 'head' ref points to.
* 'B' tag value has to be ancestor of 'A'.
. 'refs/mrs/<mr-sha-1>/<user>/tags'
* The 'head' ref has to already exist for '<mr-sha-1>'.
-* The commit it points to has to have the 'tag' file, which is in gimrr's format
- for tags.
-* The 'tag' file must not to contain following tags: M, B, A, C, CC, AN, AE, AT.
+* The commit it points to has to have the 'tags' file, which is in gimrr's
+ format for tags.
+* The 'tags' file must not to contain following tags: M, B, A, C, CC, AN, AE,
+ AT.
* 'S' and 'D' tags can be set only by the MR author. Meaning only user with
'head' ref in his namespace can set these tags.
+* MR referenced in the 'tags' file has match '<mr-sha-1>'.
+* User referenced in the 'tags' file has to match user on server.
. 'refs/mrs/<mr-sha-1>/<user>/mbox'
* The 'head' ref has to already exist for '<mr-sha-1>'.