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