Mercurial > public > mercurial-scm > hg
diff tests/test-help.t @ 22423:edf07a804ac4
files: add new command unifying locate and manifest functionality
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 12 Sep 2014 18:32:46 -0500 |
parents | 9a299c39de01 |
children | d9446e43cd40 |
line wrap: on
line diff
--- a/tests/test-help.t Tue Sep 02 14:42:30 2014 -0400 +++ b/tests/test-help.t Fri Sep 12 18:32:46 2014 -0500 @@ -66,6 +66,7 @@ copy mark files as copied for the next commit diff diff repository (or selected files) export dump the header and diffs for one or more changesets + files list tracked files forget forget the specified files on the next commit graft copy changes from other branches onto the current branch grep search for a pattern in specified files and revisions @@ -142,6 +143,7 @@ copy mark files as copied for the next commit diff diff repository (or selected files) export dump the header and diffs for one or more changesets + files list tracked files forget forget the specified files on the next commit graft copy changes from other branches onto the current branch grep search for a pattern in specified files and revisions @@ -684,6 +686,7 @@ copy mark files as copied for the next commit diff diff repository (or selected files) export dump the header and diffs for one or more changesets + files list tracked files forget forget the specified files on the next commit graft copy changes from other branches onto the current branch grep search for a pattern in specified files and revisions @@ -1444,6 +1447,13 @@ mark files as copied for the next commit </td></tr> <tr><td> + <a href="/help/files"> + files + </a> + </td><td> + list tracked files + </td></tr> + <tr><td> <a href="/help/graft"> graft </a>