I have a small mercurial project, local and also on bitbucket.
I want to add a .zip of the whole thing and push it to the repository but I can't get it to push.
I've created the zip, added it, committed it. So locally all is well:-
chris$ hg manifest License.text README.md action.php plugin.info.txt rst.zip syntax.php chris$
However it won't push it:-
chris$ hg push pushing to /home/chris/dev/dokuwiki/plugins/rst searching for changes no changes found chris$
So how do I get rst.zip added to the remote repository, it's definitely not there, it's at:-
https://bitbucket.org/chrisisbd/dokuwiki-plugin-rst