Ticket Change Details
Not logged in
Overview

Artifact ID: 02c0ee60b3c9296f7b149a48b56f6881a5537df1
Ticket: 13fd567b51fac826aa1ffcdfa70e27715a7a9172
"new branch --private" tries to push
User & Date: dmitry 2011-08-23 01:52:02
Changes

  1. Appended to comment:
    
    <hr /><i>dmitry added on 2011-08-23 01:52:02 UTC:</i><br />
    Something like this might work?
    
    <verbatim>
    --- src/branch.c
    +++ src/branch.c
    @@ -173,12 +173,14 @@
     
     
       /* Commit */
       db_end_transaction(0);
       
    -  /* Do an autosync push, if requested */
    -  autosync(AUTOSYNC_PUSH);
    +  if( !isPrivate ) {
    +    /* Do an autosync push, if requested */
    +    autosync(AUTOSYNC_PUSH);
    +  }
     }
    </verbatim>
    
  2. resolution changed to: "Open"