[MERGE] cleanup blackbox tests
Marius Kruger
amanic at gmail.com
Wed Jun 27 06:02:02 BST 2007
hi,
just one note, see below.
On 6/26/07, Vincent Ladeuil <v.ladeuil+lp at free.fr> wrote:
...
> Summary, except for commit where we want to include spaces in the
> message, the list notation is rarely needed.
...
> Note: using commit messages without embedded spaces is the most
> useful trick-of-the-day :-)
- bzr('commit', '-m', 'add a')
+ bzr('commit -m add_a')
could have been
+ bzr('commit -m "add a"')
which is how I would do it on the commandline.
regards
marius
--
bazaar-vcs.org
Because I don't trust Version Control Systems with less than 6350 unit
tests.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20070627/974a34c7/attachment.htm
More information about the bazaar
mailing list