-
Very nice tutorial about mercurial, the …
club rencontre aire sur la lys Very nice tutorial about mercurial, the version control system http://hginit.com/index.html
-
Use hg summary to check the status of my …
site de rencontre adultere francais gratuit Use hg summary to check the status of my files. Looking for (clean) to make sure the changes are committed and there is nothing to merge. Example of clean status > hg summary parent: 12:267d20bf2b03 tip merged rev.tex branch: default commit: 20 unknown (clean) update: (current) Example when the changed is not committed and there […]
-
Difference between hg clone and hg pull (Backing up Mercurial Repository)
hg clone will make a new repository (.hg). hg pull will pull changeset from the depository to the current *existing* repository. So hg clone can be used at first if you want to backup your repository and afterthat, use hg pull to update the backup.
-
List all files that Mercurial is trackin…
List all files that Mercurial is tracking. >hg status -a -c -m -d