lp:lmirror
- Get this branch:
- bzr branch lp:lmirror
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/rbtcollins/lmirror.git.
Last successful import was .
Recent revisions
- 89. By Robert Collins
-
Handle deleting non-empty directories.
Previously we just errored, which isn't super helpful.
- 87. By Robert Collins
-
Fix converged files and streamed replacements.
When files were replaced and streaming was in use a error would be
thrown from the logging code if the file was ignored - which happens
when the content has converged with that already on disk (e.g. because
an earlier mirror run was interrupted).Secondly, when files had converged, we would end up deleting the file
rather than leaving it alone, due to a bug in replay() that would
affect all users, not just streaming. - 83. By Robert Collins
-
Handle changed files when stat has no mtime.
This is primarily useful for testing as the in-memory VFS we test against
has no mtime field.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)