mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
allow multi line mercurial messages
This commit is contained in:
@@ -45,7 +45,8 @@ credentials = os.environ['SCM_CREDENTIALS']
|
||||
def printMessages(ui, msgs):
|
||||
for line in msgs:
|
||||
if line.startswith("_e") or line.startswith("_n"):
|
||||
ui.warn(line[2:]);
|
||||
line = line[2:];
|
||||
ui.warn(line);
|
||||
|
||||
def callHookUrl(ui, repo, hooktype, node):
|
||||
abort = True
|
||||
|
||||
Reference in New Issue
Block a user