Rev 66: Fix missed rename in file:///home/jelmer/bzr-submit/trunk/

Jelmer Vernooij jelmer at samba.org
Wed Apr 11 15:34:59 BST 2007


At file:///home/jelmer/bzr-submit/trunk/

------------------------------------------------------------
revno: 66
revision-id: jelmer at samba.org-20070411143456-qy6d9qw5w4udvhnc
parent: jelmer at samba.org-20070411143422-wxjop3d3u006dyw5
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2007-04-11 16:34:56 +0200
message:
  Fix missed rename
modified:
  submit_helpers.py              submit_helpers.py-20060624164558-9aabyghnw7kxeuwg-2
=== modified file 'submit_helpers.py'
--- a/submit_helpers.py	2007-04-11 14:34:22 +0000
+++ b/submit_helpers.py	2007-04-11 14:34:56 +0000
@@ -184,7 +184,7 @@
     
 def get_bundle_text(branch, revision, remember):
     """Handle tempfile etc. during bundle creation"""
-    if base is not None:
+    if branch is not None:
         bundle_remember = remember
     else:
         bundle_remember = False




More information about the bazaar-commits mailing list