[Python-checkins] r68905 - peps/trunk/pep-0374.txt

georg.brandl python-checkins at python.org
Sat Jan 24 19:55:29 CET 2009


Author: georg.brandl
Date: Sat Jan 24 19:55:28 2009
New Revision: 68905

Log:
Note on hg strip.


Modified:
   peps/trunk/pep-0374.txt

Modified: peps/trunk/pep-0374.txt
==============================================================================
--- peps/trunk/pep-0374.txt	(original)
+++ peps/trunk/pep-0374.txt	Sat Jan 24 19:55:28 2009
@@ -547,8 +547,8 @@
   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 @@
 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


More information about the Python-checkins mailing list