bzr 0.8 release coming up
Michael Ellerman
michael at ellerman.id.au
Fri Mar 17 15:09:23 GMT 2006
On 3/17/06, Martin Pool <mbp at sourcefrog.net> wrote:
> I'm shortly going to make an 0.8pre1 tarball, just to get things moving
> along. There are still a few issues for 0.8 final:
>
> * There may be some bugs which are either serious, have outstanding
> patches, or are easy to fix and should be in; if anyone would like to
> triage them and pick these out either by posting here or merging into an
> integration branch that would be great.
There's still a few bug fixes and minor features sitting on my branch at:
http://michael.ellerman.id.au/files/bzr/mpe
Some of these have already got a +2, but not all.
cheers
1541 Michael Ellerman 2006-03-18
Correctly return number of revisions pulled when pulling, rather than the
difference between old_revision_history and
new_revision_history. Print the
actual number of revisions pulled, plus the new revno in cmd_pull().
1540 Michael Ellerman 2006-03-18
Fix error message when we can't find a message editor for commit.
1539 Michael Ellerman 2006-03-18
Skip over EPERM and EACCESS when looking for a commit editor.
1538 Michael Ellerman 2006-03-18
Look for more standard editors when looking for commit editor.
1537 Michael Ellerman 2006-03-09
Make the "ignore line" in the commit message editor the "right" width, so
that if you make your message that wide it won't wrap in bzr log output.
Just as a visual aid.
1536 Michael Ellerman 2006-03-08
Define __str__ for BranchFormat, just return the format string with the
trailing newline stripped. Override __str__ for BranchFormat4 because
it doesn't have a format string. This fixes ugliness in the UI where
people print branch._format, bzr check for one. Fixes bug #33453.
More information about the bazaar
mailing list