mercurial/commands.py
branchstable
changeset 17142 3e66d00b3026
parent 17141 b558c9fa39c1
child 17143 c9e6c6ae4ea1
--- a/mercurial/commands.py	Wed Jul 11 09:08:26 2012 +0200
+++ b/mercurial/commands.py	Wed Jul 11 09:12:31 2012 +0200
@@ -4898,18 +4898,20 @@
     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:
-
-    - commit
-    - import
-    - pull
-    - push (with this repository as the destination)
-    - unbundle
-
-    To avoid permanent data loss, rollback will refuse to rollback a
-    commit transaction if it isn't checked out. Use --force to
-    override this protection.
+    .. container:: verbose
+
+      For example, the following commands are transactional, and their
+      effects can be rolled back:
+
+      - commit
+      - import
+      - pull
+      - push (with this repository as the destination)
+      - unbundle
+
+      To avoid permanent data loss, rollback will refuse to rollback a
+      commit transaction if it isn't checked out. Use --force to
+      override this protection.
 
     This command is not intended for use on public repositories. Once
     changes are visible for pull by other users, rolling a transaction