[Bps-public-commit] SD branch, master, updated. 07fe33cc2ce5a0c786853a03efd55f8bcaa2524f

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue May 19 03:02:34 EDT 2009


The branch, master has been updated
       via  07fe33cc2ce5a0c786853a03efd55f8bcaa2524f (commit)
      from  749988985081e806a6fd6dc9efa0e890f7a4aeac (commit)

Summary of changes:
 lib/App/SD/Replica/gcode/PullEncoder.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 07fe33cc2ce5a0c786853a03efd55f8bcaa2524f
Author: sunnavy <sunnavy at gmail.com>
Date:   Tue May 19 15:02:04 2009 +0800

    search all the tickets in gcode

diff --git a/lib/App/SD/Replica/gcode/PullEncoder.pm b/lib/App/SD/Replica/gcode/PullEncoder.pm
index 106700f..f1b9664 100644
--- a/lib/App/SD/Replica/gcode/PullEncoder.pm
+++ b/lib/App/SD/Replica/gcode/PullEncoder.pm
@@ -58,7 +58,8 @@ sub find_matching_tickets {
    my $last_changeset_seen_dt =   $self->_only_pull_tickets_modified_after();
     $self->sync_source->log("Searching for tickets");
     require Net::Google::Code::Issue::Search;
-    my $search = Net::Google::Code::Issue::Search->new( project =>  $self->sync_source->project, limit => '99999' ); 
+    my $search = Net::Google::Code::Issue::Search->new( project =>
+            $self->sync_source->project, limit => '99999', _can => 'all' ); 
     $search->search();
     my @base_results = @{$search->results};
     my @results;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list