Rev 1540: Split up update_revisions. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk
Jelmer Vernooij
jelmer at samba.org
Sun Aug 3 00:03:45 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/trunk
------------------------------------------------------------
revno: 1540
revision-id: jelmer at samba.org-20080802230339-3dczkpyap53305am
parent: jelmer at samba.org-20080802220011-yeyim9bmt1hhp7jb
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sun 2008-08-03 01:03:39 +0200
message:
Split up update_revisions.
modified:
branch.py svnbranch.py-20051017135706-11c749eb0dab04a7
=== modified file 'branch.py'
--- a/branch.py 2008-08-02 21:53:02 +0000
+++ b/branch.py 2008-08-02 23:03:39 +0000
@@ -500,7 +500,9 @@
todo = self.otherline_missing_revisions(other, stop_revision, overwrite)
if todo is None:
raise DivergedBranches(self, other)
-
+ self._push_missing_revisions(todo)
+
+ def _push_missing_revisions(self, todo):
pb = ui.ui_factory.nested_progress_bar()
try:
for revid in todo:
More information about the bazaar-commits
mailing list