Mercurial
Mercurial
>
hg
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
mercurial/__init__.py
author
Kevin Bullock <kbullock@ringworld.org>
Mon, 20 Jun 2011 22:15:52 -0500
branch
stable
changeset 14713
88a53081fb21
parent 0
9117c6561b0b
child 27220
4374d819ccd5
permissions
-rw-r--r--
revert: be more explicit that changes are lost BEFORE: $ hg revert abort: no files or directories specified (use --all to revert all files) AFTER: $ hg revert abort: no files or directories specified (use --all to discard all changes)