comparison mercurial/commands.py @ 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 52ea9ce5b641
children 3e66d00b3026
comparison
equal deleted inserted replaced
17140:54714fc4ae33 17141:b558c9fa39c1
4894 any dirstate changes since that time. This command does not alter 4894 any dirstate changes since that time. This command does not alter
4895 the working directory. 4895 the working directory.
4896 4896
4897 Transactions are used to encapsulate the effects of all commands 4897 Transactions are used to encapsulate the effects of all commands
4898 that create new changesets or propagate existing changesets into a 4898 that create new changesets or propagate existing changesets into a
4899 repository. For example, the following commands are transactional, 4899 repository.
4900 and their effects can be rolled back: 4900
4901 For example, the following commands are transactional, and their
4902 effects can be rolled back:
4901 4903
4902 - commit 4904 - commit
4903 - import 4905 - import
4904 - pull 4906 - pull
4905 - push (with this repository as the destination) 4907 - push (with this repository as the destination)