version 1.3, 2014/12/14 02:56:48
|
version 1.4, 2014/12/14 02:57:24
|
Line 28 Therefore, the basic usage is almost ent
|
Line 28 Therefore, the basic usage is almost ent
|
|
|
| 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 |