目录一、什么是事务二、事务的属性及使用2.1 事务的 ACID 属性2.2 为什么存在事务2.3 事务的版本支持2.4 事务的提交方式2.5 事务的常见操作方式一、什么是事务
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I\'m only pushing changes to the default branch. H