Feature #881
* Output of URIs (during merge, pull, push) now omits passwords.
This commit is contained in:
@@ -112,7 +112,7 @@ int CmdPull::execute (std::string& output)
|
||||
}
|
||||
}
|
||||
|
||||
output += format (STRING_CMD_PULL_TRANSFERRED, uri._data) + "\n";
|
||||
output += format (STRING_CMD_PULL_TRANSFERRED, uri.ToString ()) + "\n";
|
||||
}
|
||||
else
|
||||
throw std::string (STRING_CMD_PULL_NO_URI);
|
||||
|
||||
Reference in New Issue
Block a user