Your message dated Wed, 22 May 2013 21:34:31 +0000
with message-id <[email protected]>
and subject line Bug#709289: Removed package(s) from unstable
has caused the Debian Bug report #520302,
regarding bzr-rebase: Can't rebase a bound branch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
520302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520302
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bzr-rebase
Version: 0.4.4-1
Severity: normal

It seems one can't rebase a branch when it's bound.  Unbinding allows
the rebase, but then one has to push --overwrite to propagate the
changes to the "master" branch.  Sample session:

,----
| guest@mirexpress:~$ mkdir trunk
| guest@mirexpress:~$ cd trunk/
| guest@mirexpress:~/trunk$ bzr init
| Created a standalone tree (format: pack-0.92)                                 
                                                                         
| guest@mirexpress:~/trunk$ date > foo
| guest@mirexpress:~/trunk$ bzr add
| adding foo
| guest@mirexpress:~/trunk$ bzr commit -mfoo
| Committing to: /home/guest/trunk/                                             
                                                                         
| added foo
| Committed revision 1.                                                         
                                                                         
| guest@mirexpress:~/trunk$ cd ../
| guest@mirexpress:~$ bzr branch trunk/ branch-master
| Branched 1 revision(s).                                                       
                                                                         
| guest@mirexpress:~$ bzr checkout branch-master/ branch-checkout
| guest@mirexpress:~$ cd branch-checkout                                        
                                                                         
| guest@mirexpress:~/branch-checkout$ date > bar
| guest@mirexpress:~/branch-checkout$ bzr add
| adding bar
| guest@mirexpress:~/branch-checkout$ bzr commit -mbar
| Committing to: /home/guest/branch-master/                                     
                                                                         
| added bar
| Committed revision 2.                                                         
                                                                         
| guest@mirexpress:~/branch-checkout$ cd ../trunk/
| guest@mirexpress:~/trunk$ date > baz
| guest@mirexpress:~/trunk$ bzr add
| adding baz
| guest@mirexpress:~/trunk$ bzr commit -mbaz
| Committing to: /home/guest/trunk/                                             
                                                                         
| added baz
| Committed revision 2.                                                         
                                                                         
| guest@mirexpress:~/trunk$ cd ../branch-checkout/
| guest@mirexpress:~/branch-checkout$ bzr missing --line ../trunk/
| You have 1 extra revision(s):
| 2: Invité 2009-03-18 bar
| 
| 
| 
| You are missing 1 revision(s):
| 2: Invité 2009-03-18 baz
| guest@mirexpress:~/branch-checkout$ bzr rebase ../trunk/
| All changes applied successfully.                                             
                                                                         
| /usr/lib/python2.5/site-packages/bzrlib/plugins/rebase/rebase.py:397: 
DeprecationWarning: bzrlib.revision.Revision.get_apparent_author was deprecated 
in version 1.13.
|   author = oldrev.get_apparent_author()
| bzr: ERROR: Bound branch BzrBranch6('file:///home/guest/branch-checkout/') is 
out of date with master branch BzrBranch6('file:///home/guest/branch-master/').
| guest@mirexpress:~/branch-checkout$ bzr rebase-abort
| guest@mirexpress:~/branch-checkout$ bzr unbind                                
                                                                         
| guest@mirexpress:~/branch-checkout$ bzr rebase ../trunk/
| All changes applied successfully.                                             
                                                                         
| /usr/lib/python2.5/site-packages/bzrlib/plugins/rebase/rebase.py:397: 
DeprecationWarning: bzrlib.revision.Revision.get_apparent_author was deprecated 
in version 1.13.
|   author = oldrev.get_apparent_author()
| Committing to: /home/guest/branch-checkout/
| added bar
| Committed revision 3.                                                         
                                                                         
| guest@mirexpress:~/branch-checkout$ 
`----

  I'm pretty sure I used to rebase bound branches in a not too distant
past (before the latest batch of uploads to sid).

Roland.
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bzr-rebase depends on:
ii  bzr                           1.13~rc1-1 easy to use distributed version co
ii  python                        2.5.4-2    An interactive high-level object-o
ii  python-central                0.6.11     register and build utility for Pyt

bzr-rebase recommends no packages.

bzr-rebase suggests no packages.

-- no debconf information

-- 
Roland Mas

When you have a hammer in your hand, most things look like a nail.



--- End Message ---
--- Begin Message ---
Version: 0.6.3+bzr256-1+rm

Dear submitter,

as the package bzr-rewrite has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/709289

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to