Hi Ameya, It seems to me that what you're looking to run is not hg clone, but instead hg pull. For example, to pull for latest changes in our "central" branch, run: hg pull central.
Generally you'd only clone a repository once (the very first time you set things up), and subsequently you will pull for updates. As for "Checking for incoming changes" message in the IDE, I think that it's just a by-product of a crummy Mercurial integration in Android Studio itself. I wouldn't worry about it. I think you'll benefit from learning the basics of Mercurial first: https://www.mercurial-scm.org/guide cheers, Grisha. On Tue, Aug 23, 2016 at 5:55 PM, Ameya Chaudhary <ameyadev...@gmail.com> wrote: > Hi team, > > I am trying to get the latest code of Firefox for Android. I am able to > build and run the code on a Android device, but I want to get the latest > code. Following are my environment details : > > System information: uBuntu 16.04 LTS, 64 bit, 4 GB RAM > Android Studio version : 2.1.3 > Java version: openjdk version "1.8.0_91" > OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-0ubuntu4~16. > 04.1-b14) > OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode) > > > The mozilla-central directory and the bootstrap.py is located in -> > /Work/Projects/android/ > > I am executing the following command at one level up where I have my > source code : > /Work/Projects/android$ hg clone https://hg.mozilla.org/mozilla-central > > The output is : > destination directory: mozilla-central > abort: destination 'mozilla-central' is not empty > > In my android studio, the IDE keeps on showing "Checking incoming and > outgoing changes" and the operation never ends( I have left it open for > almost 10 hours). > > Is there a way I could get the latest code ? > > Any help appreciated. > > -- > Thanks, > Ameya > > _______________________________________________ > mobile-firefox-dev mailing list > mobile-firefox-dev@mozilla.org > https://mail.mozilla.org/listinfo/mobile-firefox-dev > >
_______________________________________________ mobile-firefox-dev mailing list mobile-firefox-dev@mozilla.org https://mail.mozilla.org/listinfo/mobile-firefox-dev