lp://staging/~beuno/bzr-upload/bug-499525
- Get this branch:
- bzr branch lp://staging/~beuno/bzr-upload/bug-499525
Branch merges
- Vincent Ladeuil: Disapprove
-
Diff: 46 lines (+17/-2)2 files modified__init__.py (+4/-2)
tests/test_upload.py (+13/-0)
Related bugs
Bug #499525: .bzrignore-upload not work for directories | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 71. By Martin Albisetti
-
Write a test that verifies that nested files in ignored dirs dont get uploaded
- 68. By Vincent Ladeuil
-
Cleanup some pending changes.
* tests/test_
upload. py:
Fix imports.
(TestUploadFromRemoteBranch. setUp): Refactor some setup common to
all tests.* __init__.py:
(CannotUploadToWorkingTree) : Renamed from
CannotUploadToWorkingTreeError , no need to prefix with error, we
know that.
(DivergedUploadedTree) : Replace DIvergedError.
(cmd_upload.run): Simplify locking. - 67. By Martin Albisetti
-
Allow ignoring files and directories for upload with a .bzrupload-ignore file (Martin Albisetti)
- 65. By Vincent Ladeuil
-
Fix spurious failures.
* tests/test_
upload. py:
(get_transport_scenarios) : Better ftp/sftp selection.
(TestUploadFromRemoteBranch. make_remote_ branch_ without_ working_ tree):
Skip some tests that escape isolation until I can find a better
way. - 64. By Vincent Ladeuil
-
Fix compatibility with bzr.
* __init__.py:
(_get_branch_ bool_option) : Ensure compatibility with earlier bzr
versions, at least for now. - 63. By Vincent Ladeuil
-
Make the doc more easily discoverable.
* __init__.py:
Populate the docstring with the README.
(cmd_upload): Add a pointer to the plugins/upload help topic.* README:
Move most of the content in the module docstring. - 62. By Vincent Ladeuil
-
Fix bug #423331 by adding a way to configure the path used to
store the revid.* tests/test_
upload. py:
(TestUploadMixin.test_ upload_ revid_path_ in_dir) : Smoke test that
we can force a different path.
(TestFullUpload.test_full_ upload_ empty_tree,
TestIncrementalUpload. test_upload_ for_the_ first_time_ do_a_full_ upload) :
Update references to the revid path.* __init__.py:
(get_upload_revid_location, set_upload_ revid_location) : New config
variable.
(BzrUploader.set_uploaded_ revid, BzrUploader. get_uploaded_ revid):
Use the config variable defining the path.* README:
Document the .bzr-upload.revid file and upload_revid_location
configuration variable.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/bzr-upload