comparison tests/test-globalopts.t @ 15238:2d710c12ffc0

graft: add initial implementation
author Matt Mackall <mpm@selenic.com>
date Wed, 12 Oct 2011 18:45:36 -0500
parents 6ab8b17adc03
children cc2da4a5ed9a
comparison
equal deleted inserted replaced
15237:7196ed7a1505 15238:2d710c12ffc0
294 commit commit the specified files or all outstanding changes 294 commit commit the specified files or all outstanding changes
295 copy mark files as copied for the next commit 295 copy mark files as copied for the next commit
296 diff diff repository (or selected files) 296 diff diff repository (or selected files)
297 export dump the header and diffs for one or more changesets 297 export dump the header and diffs for one or more changesets
298 forget forget the specified files on the next commit 298 forget forget the specified files on the next commit
299 graft copy changes from other branches onto the current branch
299 grep search for a pattern in specified files and revisions 300 grep search for a pattern in specified files and revisions
300 heads show current repository heads or show branch heads 301 heads show current repository heads or show branch heads
301 help show help for a given topic or a help overview 302 help show help for a given topic or a help overview
302 identify identify the working copy or specified revision 303 identify identify the working copy or specified revision
303 import import an ordered set of patches 304 import import an ordered set of patches
375 commit commit the specified files or all outstanding changes 376 commit commit the specified files or all outstanding changes
376 copy mark files as copied for the next commit 377 copy mark files as copied for the next commit
377 diff diff repository (or selected files) 378 diff diff repository (or selected files)
378 export dump the header and diffs for one or more changesets 379 export dump the header and diffs for one or more changesets
379 forget forget the specified files on the next commit 380 forget forget the specified files on the next commit
381 graft copy changes from other branches onto the current branch
380 grep search for a pattern in specified files and revisions 382 grep search for a pattern in specified files and revisions
381 heads show current repository heads or show branch heads 383 heads show current repository heads or show branch heads
382 help show help for a given topic or a help overview 384 help show help for a given topic or a help overview
383 identify identify the working copy or specified revision 385 identify identify the working copy or specified revision
384 import import an ordered set of patches 386 import import an ordered set of patches