Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Review Request 3424: Add bazaar support to post-review
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Max Rabkin  
View profile  
 More options Oct 17 2012, 7:33 am
From: "Max Rabkin" <mrab...@nimbula.com>
Date: Wed, 17 Oct 2012 11:33:14 -0000
Local: Wed, Oct 17 2012 7:33 am
Subject: Review Request 3424: Add bazaar support to post-review

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.reviewboard.org/r/3424/
-----------------------------------------------------------

Review request for RBTools.

Description
-------

I updated the change from http://reviews.reviewboard.org/r/1739/ which added support for Bazaar to post-review, but is now out of date.

Diffs
-----

  rbtools/clients/__init__.py 7985973ec0286d8a656246282717d60d0fa97e02
  rbtools/clients/bazaar.py PRE-CREATION
  rbtools/clients/tests.py f5ed3957517af80ad914aa20ab4a13eed79b4ab4
  rbtools/postreview.py 5e0da4fa2c6474a5d4483c80ec3d8589848ea853
  rbtools/tests.py 645956c83574cd0036c0dd8ca38021062f8b96fd

Diff: http://reviews.reviewboard.org/r/3424/diff/

Testing
-------

Ran the unit tests included, and used it locally to submit some changes.

Thanks,

Max Rabkin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Max Rabkin  
View profile  
 More options Oct 18 2012, 4:49 am
From: "Max Rabkin" <mrab...@nimbula.com>
Date: Thu, 18 Oct 2012 08:49:54 -0000
Local: Thurs, Oct 18 2012 4:49 am
Subject: Re: Review Request 3424: Add bazaar support to post-review

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.reviewboard.org/r/3424/
-----------------------------------------------------------

(Updated Oct. 18, 2012, 8:49 a.m.)

Review request for RBTools.

Description
-------

I updated the change from http://reviews.reviewboard.org/r/1739/ which added support for Bazaar to post-review, but is now out of date.

This addresses bug 773.
    http://code.google.com/p/reviewboard/issues/detail?id=773

Diffs
-----

  rbtools/clients/__init__.py 7985973ec0286d8a656246282717d60d0fa97e02
  rbtools/clients/bazaar.py PRE-CREATION
  rbtools/clients/tests.py f5ed3957517af80ad914aa20ab4a13eed79b4ab4
  rbtools/postreview.py 5e0da4fa2c6474a5d4483c80ec3d8589848ea853
  rbtools/tests.py 645956c83574cd0036c0dd8ca38021062f8b96fd

Diff: http://reviews.reviewboard.org/r/3424/diff/

Testing
-------

Ran the unit tests included, and used it locally to submit some changes.

Thanks,

Max Rabkin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Max Rabkin  
View profile  
 More options Oct 19 2012, 5:26 am
From: "Max Rabkin" <mrab...@nimbula.com>
Date: Fri, 19 Oct 2012 09:26:16 -0000
Local: Fri, Oct 19 2012 5:26 am
Subject: Re: Review Request 3424: Add bazaar support to post-review

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.reviewboard.org/r/3424/
-----------------------------------------------------------

(Updated Oct. 19, 2012, 9:26 a.m.)

Review request for RBTools.

Description
-------

I updated the change from http://reviews.reviewboard.org/r/1739/ which added support for Bazaar to post-review, but is now out of date.

This addresses bug 773.
    http://code.google.com/p/reviewboard/issues/detail?id=773

Diffs (updated)
-----

  rbtools/clients/__init__.py 7985973ec0286d8a656246282717d60d0fa97e02
  rbtools/clients/bazaar.py PRE-CREATION
  rbtools/clients/tests.py f5ed3957517af80ad914aa20ab4a13eed79b4ab4
  rbtools/postreview.py 5e0da4fa2c6474a5d4483c80ec3d8589848ea853
  rbtools/tests.py 645956c83574cd0036c0dd8ca38021062f8b96fd

Diff: http://reviews.reviewboard.org/r/3424/diff/

Testing
-------

Ran the unit tests included, and used it locally to submit some changes.

Thanks,

Max Rabkin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Trowbridge  
View profile  
 More options Oct 20 2012, 11:30 am
From: "David Trowbridge" <trowb...@gmail.com>
Date: Sat, 20 Oct 2012 15:30:02 -0000
Local: Sat, Oct 20 2012 11:30 am
Subject: Re: Review Request 3424: Add bazaar support to post-review

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.reviewboard.org/r/3424/#review4404
-----------------------------------------------------------

This looks pretty great. I have a handful of style comments.

rbtools/clients/bazaar.py
<http://reviews.reviewboard.org/r/3424/#comment7078>

    Please move this comment to be above BRANCH_REGEX, and use #s instead of a triple-quoted string.

rbtools/clients/bazaar.py
<http://reviews.reviewboard.org/r/3424/#comment7079>

    Remove this line.

rbtools/clients/bazaar.py
<http://reviews.reviewboard.org/r/3424/#comment7080>

    Remove this line.

rbtools/clients/bazaar.py
<http://reviews.reviewboard.org/r/3424/#comment7081>

    Remove this line. Same for other docstrings below.

rbtools/clients/tests.py
<http://reviews.reviewboard.org/r/3424/#comment7082>

    Remove this line.

- David Trowbridge

On Oct. 19, 2012, 9:26 a.m., Max Rabkin wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Max Rabkin  
View profile  
 More options Oct 22 2012, 4:27 am
From: "Max Rabkin" <mrab...@nimbula.com>
Date: Mon, 22 Oct 2012 08:27:49 -0000
Local: Mon, Oct 22 2012 4:27 am
Subject: Re: Review Request 3424: Add bazaar support to post-review

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.reviewboard.org/r/3424/
-----------------------------------------------------------

(Updated Oct. 22, 2012, 8:27 a.m.)

Review request for RBTools.

Changes
-------

Cleaned up comments and docstrings

Description
-------

I updated the change from http://reviews.reviewboard.org/r/1739/ which added support for Bazaar to post-review, but is now out of date.

This addresses bug 773.
    http://code.google.com/p/reviewboard/issues/detail?id=773

Diffs (updated)
-----

  rbtools/clients/__init__.py 7985973ec0286d8a656246282717d60d0fa97e02
  rbtools/clients/bazaar.py PRE-CREATION
  rbtools/clients/tests.py f5ed3957517af80ad914aa20ab4a13eed79b4ab4
  rbtools/postreview.py 5e0da4fa2c6474a5d4483c80ec3d8589848ea853
  rbtools/tests.py 645956c83574cd0036c0dd8ca38021062f8b96fd

Diff: http://reviews.reviewboard.org/r/3424/diff/

Testing
-------

Ran the unit tests included, and used it locally to submit some changes.

Thanks,

Max Rabkin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steven MacLeod  
View profile  
 More options Oct 23 2012, 2:46 pm
From: "Steven MacLeod" <ste...@smacleod.ca>
Date: Tue, 23 Oct 2012 18:46:16 -0000
Local: Tues, Oct 23 2012 2:46 pm
Subject: Re: Review Request 3424: Add bazaar support to post-review

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.reviewboard.org/r/3424/#review4420
-----------------------------------------------------------

Ship it!

Ship It!

- Steven MacLeod

On Oct. 22, 2012, 8:27 a.m., Max Rabkin wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Trowbridge  
View profile  
 More options Oct 30 2012, 10:39 pm
From: "David Trowbridge" <trowb...@gmail.com>
Date: Wed, 31 Oct 2012 02:39:44 -0000
Local: Tues, Oct 30 2012 10:39 pm
Subject: Re: Review Request 3424: Add bazaar support to post-review

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.reviewboard.org/r/3424/#review4465
-----------------------------------------------------------

Ship it!

Ship It!

- David Trowbridge

On Oct. 22, 2012, 8:27 a.m., Max Rabkin wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »