Why is this?
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 am 100% sure that there are changes, I can see this by browsing the repository.
Please, help. Thanks.
Did you do hg update after a pull? As this will update the working directory with the changes that have been pulled from the repository.
hg update
Also, look at your local repository to see what changes are in your local repository.
After I cloned an empty repository, he saw that all the files that I already had were not changed, so I could not push them through. I had to use IDE update statuses
http://www.jetbrains.com/pycharm/webhelp/refreshing-status.html
which basically reports that all files have been modified and pushes them all
I would only do this in the new repository.