I just made my first push into a Mercurial repository and now I am trying to see if I can delete a directory from the repository. I deleted that directory from my local file system and tried this command from Ubuntu:
sudo hg push https://alex.genadinik:mypassword@udfr.googlecode.com/hg/ "some comment"
and I got the error that:
hg push: invalid arguments
But that was the command I used to originally push. What did I do wrong here?
Here is what I tried:
$ sudo hg commit -m "removing file"
$ sudo hg push
abort: repository default-push not found!
Why would that happen?