Diff
Not logged in

Differences From:

File src/sync.c part of check-in [49b59bc559] - Issue a warning after a commit if the commit causes a fork. by drh on 2008-02-09 00:11:04. [view]

To:

File src/sync.c part of check-in [676fdd088a] - Enable proxy support using the "fossil setting proxy" command. This check-in is made using a proxy. by drh on 2008-05-01 22:49:57. [view]

@@ -59,8 +59,9 @@
     printf("Autosync:  http://%s:%d%s\n", g.urlName, g.urlPort, g.urlPath);
   }else{
     printf("Autosync:  http://%s%s\n", g.urlName, g.urlPath);
   }
+  url_enable_proxy("via proxy: ");
   client_sync((flags & AUTOSYNC_PUSH)!=0, 1, 0);
   return 1;
 }
 
@@ -93,8 +94,9 @@
     }else{
       printf("Server:    http://%s%s\n", g.urlName, g.urlPath);
     }
   }
+  url_enable_proxy("via proxy: ");
 }
 
 /*
 ** COMMAND: pull