Move dpush to bzr-foreign.
[jelmer/subvertpy.git] / branch.py
index 85062ca443b56ed10af334f411634466f54cd87f..0c82b12ea516e3c6fc9bd1a74cfa2e588c5f708e 100644 (file)
--- a/branch.py
+++ b/branch.py
@@ -338,6 +338,10 @@ class SvnBranch(Branch):
         # on large branches.
         return self.generate_revision_id(self.get_revnum())
 
+    def dpush(self, target, stop_revision=None):
+        from bzrlib.plugins.svn.commit import dpush
+        return dpush(target, self, stop_revision)
+
     def pull(self, source, overwrite=False, stop_revision=None, 
              _hook_master=None, run_hooks=True, _push_merged=None):
         """See Branch.pull()."""