I checked this morning and pushing to a non-default synchronize URL doesn't change the setting for your default synchronize URL. To change your default sync URL setting right click on the project and select properties. Then go to the Mercurial properties page.
I'm not sure I understand the second question. When you push changesets they only get pushed to the repository you push them to. They don't implicitly get pushed to other repositories. On Sun, Nov 25, 2012 at 11:06 AM, [email protected] < [email protected]> wrote: > Hi John, > > Thanks for the suggestion. > > 1. I did team --> push, selected test_repo2, that worked fine :). > > 2. And the synchronous option, will it change in both test_repo and > test_repo2 ? or only in test_repo2. > > Thanks :) > > Sent from my HTC > Excuse for typo. > > > ----- Reply message ----- > From: "John Peberdy" <[email protected]> > Date: Sun, Nov 25, 2012 8:53 pm > Subject: [mercurialeclipse] Mercurial default push > To: <[email protected]> > > Hi, > For each repository MercurialEclipse stores the default synchronize URL and > any number of alternative URLs that are known to sync with. So this > workflow isn't supported exactly as stated. What I'd do is set the default > sync URL to test_repo because usually you pull/check incoming more that > push, then once you're ready to push do Team->Synchronize With.. or > Team->Push.. and use test_repo2 in that case. > > > On Sun, Nov 25, 2012 at 12:37 AM, <[email protected]> wrote: > > > Hello All, > > > > I have two repo: > > 1. ssh://[email protected]/jeshwanth/test_repo > > 2. ssh://[email protected]/jeshwanth/test_repo2 > > > > How to configure in eclipse to behave as below ? > > 1. clone and pull from test_repo. > > 2. push to test_repo2. > > > > > > > > Thanks in advance > > > > -- > > > > > > > > > > -- > John Peberdy > > -- > > > > > -- John Peberdy --
