summaryrefslogtreecommitdiff
path: root/obnamlib/repo_interface.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-01 12:38:43 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-01 13:37:40 +0300
commit510f24a45478aa1cfeb8823f64dec0f466b89d03 (patch)
tree8e41915a5dd2503c401499c22ff3884c95a2cc95 /obnamlib/repo_interface.py
parent5a52f89bb88d3ebfa0fc0927b02b4f25be725960 (diff)
downloadobnam-510f24a45478aa1cfeb8823f64dec0f466b89d03.tar.gz
Clarify that flush_chunks is for new chunks
Diffstat (limited to 'obnamlib/repo_interface.py')
-rw-r--r--obnamlib/repo_interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/repo_interface.py b/obnamlib/repo_interface.py
index f16d6925..515c29da 100644
--- a/obnamlib/repo_interface.py
+++ b/obnamlib/repo_interface.py
@@ -737,7 +737,7 @@ class RepositoryInterface(object):
raise NotImplementedError()
def flush_chunks(self):
- '''Flush any pending chunks.'''
+ '''Write any pending new chunks to repository.'''
raise NotImplementedError()
def lock_chunk_indexes(self):