changeset 17141:b558c9fa39c1 stable

rollback: split off command example paragraph in help
author Adrian Buehlmann <adrian@cadifra.com>
date Wed, 11 Jul 2012 09:08:26 +0200
parents 54714fc4ae33
children 3e66d00b3026
files mercurial/commands.py
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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