diff --git a/pep-0374.txt b/pep-0374.txt index e3e24273c..00898207e 100644 --- a/pep-0374.txt +++ b/pep-0374.txt @@ -547,8 +547,8 @@ hg hg commit -m "Reverted changeset 9150dd9c6d30" hg push -Note, you can use "hg rollback" to revert the last change you committed in -your local repository. +Note, you can use "hg rollback" and "hg strip" to revert changes you committed +in your local repository, but did not yet push to other repositories. git ''' @@ -1322,9 +1322,9 @@ hg Alexander Solovyov comments: Mercurial has easy to use extensive API with hooks for main events - and ability to extend commands. Also there is mq (mercurial queues) - extension, distributed with Mercurial, which simplifies work with - patches. + and ability to extend commands. Also there is the mq (mercurial + queues) extension, distributed with Mercurial, which simplifies + work with patches. git