version 1.1, 2014/12/14 02:51:25
|
version 1.2, 2014/12/14 02:56:04
|
Line 26 somewhere that constitutes the master co
|
Line 26 somewhere that constitutes the master co
|
|
|
Therefore, the basic usage is almost entirely unchanged: |
Therefore, the basic usage is almost entirely unchanged: |
|
|
CVS Mercurial |
CVS | Mercurial |
|
|
cvs checkout hg clone |
cvs checkout | hg clone |
cvs update -dP hg pull && hg update |
cvs update -dP | hg pull && hg update |
cvs -n update hg status |
cvs -n update | hg status |
cvs log file hg log file [or just hg log] |
cvs log file | hg log file [or just hg log] |
cvs update -p file hg cat file |
cvs update -p file hg cat file |
cvs annotate hg annotate |
cvs annotate hg annotate |
cvs diff -u hg diff |
cvs diff -u hg diff |