projects
/
gimrr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75f1876
)
git-mr-update: use reserved tag names from mrlib
author
Frantisek Hrbata
<frantisek@hrbata.com>
Wed, 16 Dec 2020 16:32:16 +0000
(17:32 +0100)
committer
Frantisek Hrbata
<frantisek@hrbata.com>
Wed, 16 Dec 2020 16:32:16 +0000
(17:32 +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 0bedda1d0caf6ab54a6f8dd62aa67f18d870f46d..d4c48b48772676607091b062cb0e86bc86e75873 100755
(executable)
--- a/
git-mr-update
+++ b/
git-mr-update
@@
-143,7
+143,7
@@
elif ref_type == "tags":
if not mr_tags:
sys.exit()
- for t in
["M", "B", "A", "C", "CC", "AN", "AE", "AT"]
:
+ for t in
mrlib.reserved_tags
:
if t in mr_tags:
sys.exit("Tag '{}' is reserved and cannot be set.".format(t))