In the mercurial documentation, it's seems to always be like this:
- you clone something off the server
- you do some changes
- you push the changes back
$ basename `pwd` test $ hg init $ touch x.c $ hg add Füge x.c hinzu $ hg commit -m "just a test" $ hg init ssh://<user>@<host>:<port>/<repository-path>/test $ hg push ssh://<user>@<host>:<port>/<repository-path>/test Übertrage nach ssh://<user>@<host>:<port>/<repository-path>/test Suche nach Änderungen Entfernt: adding changesets Entfernt: adding manifests Entfernt: adding file changes Entfernt: added 1 changesets with 1 changes to 1 files |