Updated todoes
Change-Id: I43707d38f31791ac770b09c277fd99bf4a74c8fc
diff --git a/rsync_remote.py b/rsync_remote.py
index 91aeebb..f448faa 100644
--- a/rsync_remote.py
+++ b/rsync_remote.py
@@ -27,6 +27,7 @@
# TODO: locking:
# https://review.openstack.org/#/c/147120/4/utils/simple_http_daemon.py
# create lock-files on remotes during operations
+ # symlink dir-timestamp.lock -> dir-timestamp
# for reading and writing
# special option for ignore lock-files (for manual fixing)
# all high-level functions (like ls) specify type of lock(read or
@@ -34,7 +35,6 @@
# also _do_rsync uses retry for waiting wnen resource will be unlocked
# TODO: check for url compatibility (local->remote, remote->local,
# local->local)
- # TODO: push method - upstream mirrors
dest = self.url.urljoin(dest)
allextra = self.rsync_extra_params
if extra is not None: