# HG changeset patch # User Adrian Buehlmann # Date 1341990506 -7200 # Node ID b558c9fa39c1facbcdbe8092d5be32290fae6108 # Parent 54714fc4ae332c785d15e45d722f5009fb95e75f rollback: split off command example paragraph in help diff -r 54714fc4ae33 -r b558c9fa39c1 mercurial/commands.py --- 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