Brief article on benchmarks of Python repository with leading DVCSen

Ben Finney bignose+hates-spam at benfinney.id.au
Fri Feb 13 23:44:15 GMT 2009


Paul Moore <p.f.moore at gmail.com> writes:

> 2009/2/13 Barry Warsaw <barry at canonical.com>:
> > Wow, you just described 'bzr send'ing a bundle to Launchpad's bug
> > tracker. :)
> 
> Neat :-) Does that rely on Launchpad functionality, or is the same
> possible on any tracker (thinking Roundup for Python, here)?

Using ‘bzr send’ will (by default) create a changeset and send it to a
specified email address. That changeset looks like a patch generated
by ‘diff -u’, but with extra stuff that Bazaar can understand.

Sending one to Roundup (or any email address, really) will simply
result in a file attachment that ‘patch’ will understand as a normal
‘diff -u’ patch file. Users that feed it to ‘bzr merge’, though, will
get extra functionality.

-- 
 \        “You can be a victor without having victims.” —Harriet Woods |
  `\                                                                   |
_o__)                                                                  |
Ben Finney




More information about the bazaar mailing list