##// END OF EJS Templates
tests: fix breakage from locate deprecation
Matt Mackall -
r22432:d9446e43 default
parent child Browse files
Show More
@@ -311,7 +311,6 b' Testing -h/--help:'
311 import import an ordered set of patches
311 import import an ordered set of patches
312 incoming show new changesets found in source
312 incoming show new changesets found in source
313 init create a new repository in the given directory
313 init create a new repository in the given directory
314 locate locate files matching specific patterns
315 log show revision history of entire repository or files
314 log show revision history of entire repository or files
316 manifest output the current or given revision of the project manifest
315 manifest output the current or given revision of the project manifest
317 merge merge working directory with another revision
316 merge merge working directory with another revision
@@ -394,7 +393,6 b' Testing -h/--help:'
394 import import an ordered set of patches
393 import import an ordered set of patches
395 incoming show new changesets found in source
394 incoming show new changesets found in source
396 init create a new repository in the given directory
395 init create a new repository in the given directory
397 locate locate files matching specific patterns
398 log show revision history of entire repository or files
396 log show revision history of entire repository or files
399 manifest output the current or given revision of the project manifest
397 manifest output the current or given revision of the project manifest
400 merge merge working directory with another revision
398 merge merge working directory with another revision
@@ -76,7 +76,6 b' Short help:'
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 locate locate files matching specific patterns
80 log show revision history of entire repository or files
79 log show revision history of entire repository or files
81 manifest output the current or given revision of the project manifest
80 manifest output the current or given revision of the project manifest
82 merge merge working directory with another revision
81 merge merge working directory with another revision
@@ -153,7 +152,6 b' Short help:'
153 import import an ordered set of patches
152 import import an ordered set of patches
154 incoming show new changesets found in source
153 incoming show new changesets found in source
155 init create a new repository in the given directory
154 init create a new repository in the given directory
156 locate locate files matching specific patterns
157 log show revision history of entire repository or files
155 log show revision history of entire repository or files
158 manifest output the current or given revision of the project manifest
156 manifest output the current or given revision of the project manifest
159 merge merge working directory with another revision
157 merge merge working directory with another revision
@@ -696,7 +694,6 b' Test that default list of commands omits'
696 import import an ordered set of patches
694 import import an ordered set of patches
697 incoming show new changesets found in source
695 incoming show new changesets found in source
698 init create a new repository in the given directory
696 init create a new repository in the given directory
699 locate locate files matching specific patterns
700 log show revision history of entire repository or files
697 log show revision history of entire repository or files
701 manifest output the current or given revision of the project manifest
698 manifest output the current or given revision of the project manifest
702 merge merge working directory with another revision
699 merge merge working directory with another revision
@@ -1503,13 +1500,6 b' Dish up an empty repo; serve it cold.'
1503 show new changesets found in source
1500 show new changesets found in source
1504 </td></tr>
1501 </td></tr>
1505 <tr><td>
1502 <tr><td>
1506 <a href="/help/locate">
1507 locate
1508 </a>
1509 </td><td>
1510 locate files matching specific patterns
1511 </td></tr>
1512 <tr><td>
1513 <a href="/help/manifest">
1503 <a href="/help/manifest">
1514 manifest
1504 manifest
1515 </a>
1505 </a>
General Comments 0
You need to be logged in to leave comments. Login now