feature: muevo opciones para check y print a metodos para ejecutar git
This commit is contained in:
@@ -218,7 +218,7 @@ def tag_command():
|
||||
message = output[pos+1:]
|
||||
merged_branch = None
|
||||
|
||||
output = Git("describe", commit, tags=True, exact_match=True).without_checking().firstline()
|
||||
output = Git("describe", commit, tags=True, exact_match=True).firstline(check=False)
|
||||
|
||||
if output:
|
||||
print_error("El ultimo merge ya tiene tag: " + output)
|
||||
|
||||
Reference in New Issue
Block a user