diff options
author | Richard Wilbur <richard.wilbur@gmail.com> | 2014-06-02 20:58:47 -0600 |
---|---|---|
committer | Richard Wilbur <richard.wilbur@gmail.com> | 2014-06-02 20:58:47 -0600 |
commit | 6978da619c1c9dbee6554ffa70484e48b7f1e9d1 (patch) | |
tree | 55f02323fb2f16cd6328112f7be61e402b0f74c2 /branch_updater.py | |
parent | b7b3d7f360c9f8c0d7315aae56bca63ad9f48411 (diff) | |
parent | b7e626f15fd3059686b8925b4e854568519fd92c (diff) | |
download | bzr-fastimport-trunk.tar.gz |
Diffstat (limited to 'branch_updater.py')
-rw-r--r-- | branch_updater.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branch_updater.py b/branch_updater.py index e9a8aa5..0a4d5e1 100644 --- a/branch_updater.py +++ b/branch_updater.py @@ -22,6 +22,7 @@ from bzrlib.trace import show_error, note from bzrlib.plugins.fastimport.helpers import ( best_format_for_objects_in_a_repository, + single_plural, ) @@ -149,7 +150,6 @@ class BranchUpdater(object): :return: whether the branch was changed or not """ - from fastimport.helpers import single_plural last_rev_id = self.cache_mgr.lookup_committish(last_mark) self.repo.lock_read() try: |