Show More
@@ -4917,7 +4917,6 b' def revert(ui, repo, *pats, **opts):' | |||||
4917 | """restore files to their checkout state |
|
4917 | """restore files to their checkout state | |
4918 |
|
4918 | |||
4919 | .. note:: |
|
4919 | .. note:: | |
4920 |
|
||||
4921 | To check out earlier revisions, you should use :hg:`update REV`. |
|
4920 | To check out earlier revisions, you should use :hg:`update REV`. | |
4922 | To cancel an uncommitted merge (and lose your changes), use |
|
4921 | To cancel an uncommitted merge (and lose your changes), use | |
4923 | :hg:`update --clean .`. |
|
4922 | :hg:`update --clean .`. |
@@ -7,8 +7,8 b' Valid URLs are of the form::' | |||||
7 | ssh://[user@]host[:port]/[path][#revision] |
|
7 | ssh://[user@]host[:port]/[path][#revision] | |
8 |
|
8 | |||
9 | Paths in the local filesystem can either point to Mercurial |
|
9 | Paths in the local filesystem can either point to Mercurial | |
10 |
repositories or to bundle files (as created by :hg:`bundle` or |
|
10 | repositories or to bundle files (as created by :hg:`bundle` or | |
11 | incoming --bundle`). See also :hg:`help paths`. |
|
11 | :hg:`incoming --bundle`). See also :hg:`help paths`. | |
12 |
|
12 | |||
13 | An optional identifier after # indicates a particular branch, tag, or |
|
13 | An optional identifier after # indicates a particular branch, tag, or | |
14 | changeset to use from the remote repository. See also :hg:`help |
|
14 | changeset to use from the remote repository. See also :hg:`help |
General Comments 0
You need to be logged in to leave comments.
Login now