Why is that?
Mercurial Pull
--------------
INFO Pulling From: http://localhost/hg/hg/PorjectName/ ...
comparing with http://localhost/hg/hg/PorjectName/
searching for changes
no changes found
INFO Pulled From: http://localhost/hg/hg/PorjectName/
INFO To: Project Name - /Users/myusername/Sites/projects/PorjectName
INFO: End of Mercurial Pull
I’m 100% sure there are changes, I can see it by browsing the repository.
Please help. Thanks.
Have you done an
hg updateafter pulling? As this will update the working directory with the changes that were pulled from the repository.Also, look at your local repository to see what changesets are on your local repository.