* Output of URIs (during merge, pull, push) now omits passwords.
This commit is contained in:
Johannes Schlatow
2011-11-28 22:45:31 +01:00
parent 93337f499e
commit ea44eaac1c
5 changed files with 28 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ public:
std::string name () const;
std::string parent () const;
std::string extension () const;
std::string ToString();
bool is_directory () const;
bool is_local () const;
bool append (const std::string&);