version 1.12, 2014/12/14 09:52:59
|
version 1.13, 2014/12/18 00:58:55
|
Line 369 commit, it auto-commits.
|
Line 369 commit, it auto-commits.
|
In CVS you can keep uncommitted changes in your tree indefinitely with |
In CVS you can keep uncommitted changes in your tree indefinitely with |
no ill effects. |
no ill effects. |
(Or at least, no ill effects until you want to commit other changes to |
(Or at least, no ill effects until you want to commit other changes to |
the same files, run into merge conflicts, or hit PR 42961.) |
the same files, run into merge conflicts, or hit [[!template id=pr |
|
number=42961]].) |
|
|
In Mercurial having uncommitted changes keeps you from doing explicit |
In Mercurial having uncommitted changes keeps you from doing explicit |
merges, which you need to do much more often than in CVS. |
merges, which you need to do much more often than in CVS. |