--- wikisrc/users/dholland/hgnb.mdwn 2014/12/14 02:56:48 1.3 +++ wikisrc/users/dholland/hgnb.mdwn 2014/12/14 03:01:49 1.7 @@ -26,22 +26,22 @@ somewhere that constitutes the master co Therefore, the basic usage is almost entirely unchanged: -| CVS | Mercurial + CVS Mercurial -| cvs checkout | hg clone -| cvs update -dP | hg pull && hg update -| cvs -n update | hg status -| cvs log file | hg log file [or just hg log] - - cvs update -p file hg cat file - cvs annotate hg annotate - cvs diff -u hg diff - cvs add hg add - cvs rm hg rm - [no can do] hg cp - [no can do] hg mv - cvs commit hg commit && hg push - cvs tag hg tag + cvs checkout hg clone + cvs update -dP hg pull && hg update + cvs -n update hg status + cvs log file hg log file [or just hg log] + + cvs update -p file hg cat file + cvs annotate hg annotate + cvs diff -u hg diff + cvs add hg add + cvs rm hg rm + [no can do] hg cp + [no can do] hg mv + cvs commit hg commit && hg push + cvs tag hg tag You will notice that CVS's update and commit have been divided into two now-separable actions: in Mercurial, pull fetches changes from a