comparison tests/test-help.t @ 24364:135b23868f45

commands: replace "working copy" with "working directory" in help/messages "working directory" is the standard term, we should use it consistently. But I didn't touch the hint, "run 'hg update' to get a working copy", because "get a working directory" sounds a bit odd.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 17 Mar 2015 22:47:08 +0900
parents 1bcfecbbf569
children e22248f6d257
comparison
equal deleted inserted replaced
24363:852801178a63 24364:135b23868f45
70 forget forget the specified files on the next commit 70 forget forget the specified files on the next commit
71 graft copy changes from other branches onto the current branch 71 graft copy changes from other branches onto the current branch
72 grep search for a pattern in specified files and revisions 72 grep search for a pattern in specified files and revisions
73 heads show branch heads 73 heads show branch heads
74 help show help for a given topic or a help overview 74 help show help for a given topic or a help overview
75 identify identify the working copy or specified revision 75 identify identify the working directory or specified revision
76 import import an ordered set of patches 76 import import an ordered set of patches
77 incoming show new changesets found in source 77 incoming show new changesets found in source
78 init create a new repository in the given directory 78 init create a new repository in the given directory
79 log show revision history of entire repository or files 79 log show revision history of entire repository or files
80 manifest output the current or given revision of the project manifest 80 manifest output the current or given revision of the project manifest
145 forget forget the specified files on the next commit 145 forget forget the specified files on the next commit
146 graft copy changes from other branches onto the current branch 146 graft copy changes from other branches onto the current branch
147 grep search for a pattern in specified files and revisions 147 grep search for a pattern in specified files and revisions
148 heads show branch heads 148 heads show branch heads
149 help show help for a given topic or a help overview 149 help show help for a given topic or a help overview
150 identify identify the working copy or specified revision 150 identify identify the working directory or specified revision
151 import import an ordered set of patches 151 import import an ordered set of patches
152 incoming show new changesets found in source 152 incoming show new changesets found in source
153 init create a new repository in the given directory 153 init create a new repository in the given directory
154 log show revision history of entire repository or files 154 log show revision history of entire repository or files
155 manifest output the current or given revision of the project manifest 155 manifest output the current or given revision of the project manifest
688 forget forget the specified files on the next commit 688 forget forget the specified files on the next commit
689 graft copy changes from other branches onto the current branch 689 graft copy changes from other branches onto the current branch
690 grep search for a pattern in specified files and revisions 690 grep search for a pattern in specified files and revisions
691 heads show branch heads 691 heads show branch heads
692 help show help for a given topic or a help overview 692 help show help for a given topic or a help overview
693 identify identify the working copy or specified revision 693 identify identify the working directory or specified revision
694 import import an ordered set of patches 694 import import an ordered set of patches
695 incoming show new changesets found in source 695 incoming show new changesets found in source
696 init create a new repository in the given directory 696 init create a new repository in the given directory
697 log show revision history of entire repository or files 697 log show revision history of entire repository or files
698 manifest output the current or given revision of the project manifest 698 manifest output the current or given revision of the project manifest
1654 <tr><td> 1654 <tr><td>
1655 <a href="/help/identify"> 1655 <a href="/help/identify">
1656 identify 1656 identify
1657 </a> 1657 </a>
1658 </td><td> 1658 </td><td>
1659 identify the working copy or specified revision 1659 identify the working directory or specified revision
1660 </td></tr> 1660 </td></tr>
1661 <tr><td> 1661 <tr><td>
1662 <a href="/help/import"> 1662 <a href="/help/import">
1663 import 1663 import
1664 </a> 1664 </a>