projects
/
pubbin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e836580
)
tag: better messages
author
Dan White
<dan@whiteaudio.com>
Thu, 19 Jan 2023 21:46:28 +0000
(15:46 -0600)
committer
Dan White
<dan@whiteaudio.com>
Thu, 19 Jan 2023 21:46:28 +0000
(15:46 -0600)
tag
patch
|
blob
|
history
diff --git
a/tag
b/tag
index 7d6215c041a0037cd3a7542c1d445f0af641bd5c..6b8a060114403d992070ecae8b6c1d8765149de0 100755
(executable)
--- a/
tag
+++ b/
tag
@@
-97,8
+97,9
@@
def addTag(tag, baseDir):
def deleteTag(tag, baseDir):
try:
os.remove(baseDir + '/' + TAG_PREFIX + tag)
+ print('Removed tag: %s' % tag)
except OSError:
- print('
tag already not present (%s)
' % tag)
+ print('
Tag not present so cannot delete: %s
' % tag)