summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--obnamlib/repo_interface.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/obnamlib/repo_interface.py b/obnamlib/repo_interface.py
index f948c68e..26bc1d34 100644
--- a/obnamlib/repo_interface.py
+++ b/obnamlib/repo_interface.py
@@ -546,6 +546,8 @@ class RepositoryInterface(object):
def flush_client(self, client_name):
'''Flush cached data from client. This is not a commit.
+ This requires the client to be locked.
+
This is a NOP, unless the a specific repository format gives
it meaning.