Note on hg strip.
This commit is contained in:
parent
5d294ba293
commit
668d5c3d4d
10
pep-0374.txt
10
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
|
||||
|
|
Loading…
Reference in New Issue