diff options
author | 2017-08-28 15:04:25 -0400 | |
---|---|---|
committer | 2017-08-28 15:04:25 -0400 | |
commit | 1b4d1d63ab0d701b6f0a61de02bf06c09cfbde5f (patch) | |
tree | eeb609b0b42a3ffd39d33c226400542a69bbc725 /doc/design | |
parent | eaed3e05222b043f0a21a27f1f79dabf30900bb7 (diff) |
typo
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/exporting_trees_to_special_remotes.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/exporting_trees_to_special_remotes.mdwn b/doc/design/exporting_trees_to_special_remotes.mdwn index 773fe6896..d1abb689d 100644 --- a/doc/design/exporting_trees_to_special_remotes.mdwn +++ b/doc/design/exporting_trees_to_special_remotes.mdwn @@ -132,7 +132,7 @@ the [[external_special_remote_protocol]]. Requests the remote rename a file stored on it from OldName to NewName. The Key is provided in case the remote wants to use eg `SETURIMISSING` and `SETURIPRESENT`. - The remote responds with `RENAMEEXPORT-SUCCESS, + The remote responds with `RENAMEEXPORT-SUCCESS`, `RENAMEEXPORT-FAILURE`, or with `RENAMEEXPORT-UNSUPPORTED` if an efficient rename cannot be done. |