--- a/mercurial/commands.py Thu Jul 12 09:58:40 2012 +0200
+++ b/mercurial/commands.py Wed Jul 11 09:08:26 2012 +0200
@@ -4896,8 +4896,10 @@
Transactions are used to encapsulate the effects of all commands
that create new changesets or propagate existing changesets into a
- repository. For example, the following commands are transactional,
- and their effects can be rolled back:
+ repository.
+
+ For example, the following commands are transactional, and their
+ effects can be rolled back:
- commit
- import