projects
/
gimrr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73384b7
)
git-mr-update: owner's tags moved to mrlib
author
Frantisek Hrbata
<frantisek@hrbata.com>
Wed, 16 Dec 2020 16:42:04 +0000
(17:42 +0100)
committer
Frantisek Hrbata
<frantisek@hrbata.com>
Wed, 16 Dec 2020 16:42:04 +0000
(17:42 +0100)
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
git-mr-update
patch
|
blob
|
history
diff --git
a/git-mr-update
b/git-mr-update
index d4c48b48772676607091b062cb0e86bc86e75873..9e7dc033d07e71e6c9fe78d9fd8dac6b6db2c6cd 100755
(executable)
--- a/
git-mr-update
+++ b/
git-mr-update
@@
-150,7
+150,7
@@
elif ref_type == "tags":
if user == mr_owner:
sys.exit()
- for t in
["S", "D"]
:
+ for t in
mrlib.owners_tags
:
if t in mr_tags:
sys.exit("Tag '{}' can be set only by MR owner.".format(t))