diff mercurial/commands.py @ 9893:af873901b575 stable

commands, dates: use real lists instead of literal blocks
author Martin Geisler <mg@lazybytes.net>
date Thu, 19 Nov 2009 23:29:02 +0100
parents 4322e39bd525
children b755a886e8b7
line wrap: on
line diff
--- 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