mercurial/commands.py
branchstable
changeset 9893 af873901b575
parent 9892 4322e39bd525
child 9894 b755a886e8b7
--- a/mercurial/commands.py	Thu Nov 19 23:27:11 2009 +0100
+++ b/mercurial/commands.py	Thu Nov 19 23:29:02 2009 +0100
@@ -2740,13 +2740,13 @@
     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::
-
-      commit
-      import
-      pull
-      push (with this repository as destination)
-      unbundle
+    and their effects can be rolled back:
+
+    - commit
+    - import
+    - pull
+    - push (with this repository as destination)
+    - unbundle
 
     This command is not intended for use on public repositories. Once
     changes are visible for pull by other users, rolling a transaction