comparison tests/test-globalopts.t @ 20570:c21e1e3ab915

config: move showconfig code and add config as primary alias Preparation for adding config --edit to launch an editor
author Matt Mackall <mpm@selenic.com>
date Thu, 27 Feb 2014 12:42:09 -0600
parents bf6bc4681383
children 0c6cdbb697d9
comparison
equal deleted inserted replaced
20569:0d4be103c734 20570:c21e1e3ab915
295 branches list repository named branches 295 branches list repository named branches
296 bundle create a changegroup file 296 bundle create a changegroup file
297 cat output the current or given revision of files 297 cat output the current or given revision of files
298 clone make a copy of an existing repository 298 clone make a copy of an existing repository
299 commit commit the specified files or all outstanding changes 299 commit commit the specified files or all outstanding changes
300 config show combined config settings from all hgrc files
300 copy mark files as copied for the next commit 301 copy mark files as copied for the next commit
301 diff diff repository (or selected files) 302 diff diff repository (or selected files)
302 export dump the header and diffs for one or more changesets 303 export dump the header and diffs for one or more changesets
303 forget forget the specified files on the next commit 304 forget forget the specified files on the next commit
304 graft copy changes from other branches onto the current branch 305 graft copy changes from other branches onto the current branch
324 rename rename files; equivalent of copy + remove 325 rename rename files; equivalent of copy + remove
325 resolve redo merges or set/view the merge status of files 326 resolve redo merges or set/view the merge status of files
326 revert restore files to their checkout state 327 revert restore files to their checkout state
327 root print the root (top) of the current working directory 328 root print the root (top) of the current working directory
328 serve start stand-alone webserver 329 serve start stand-alone webserver
329 showconfig show combined config settings from all hgrc files
330 status show changed files in the working directory 330 status show changed files in the working directory
331 summary summarize working directory state 331 summary summarize working directory state
332 tag add one or more tags for the current or given revision 332 tag add one or more tags for the current or given revision
333 tags list repository tags 333 tags list repository tags
334 unbundle apply one or more changegroup files 334 unbundle apply one or more changegroup files
377 branches list repository named branches 377 branches list repository named branches
378 bundle create a changegroup file 378 bundle create a changegroup file
379 cat output the current or given revision of files 379 cat output the current or given revision of files
380 clone make a copy of an existing repository 380 clone make a copy of an existing repository
381 commit commit the specified files or all outstanding changes 381 commit commit the specified files or all outstanding changes
382 config show combined config settings from all hgrc files
382 copy mark files as copied for the next commit 383 copy mark files as copied for the next commit
383 diff diff repository (or selected files) 384 diff diff repository (or selected files)
384 export dump the header and diffs for one or more changesets 385 export dump the header and diffs for one or more changesets
385 forget forget the specified files on the next commit 386 forget forget the specified files on the next commit
386 graft copy changes from other branches onto the current branch 387 graft copy changes from other branches onto the current branch
406 rename rename files; equivalent of copy + remove 407 rename rename files; equivalent of copy + remove
407 resolve redo merges or set/view the merge status of files 408 resolve redo merges or set/view the merge status of files
408 revert restore files to their checkout state 409 revert restore files to their checkout state
409 root print the root (top) of the current working directory 410 root print the root (top) of the current working directory
410 serve start stand-alone webserver 411 serve start stand-alone webserver
411 showconfig show combined config settings from all hgrc files
412 status show changed files in the working directory 412 status show changed files in the working directory
413 summary summarize working directory state 413 summary summarize working directory state
414 tag add one or more tags for the current or given revision 414 tag add one or more tags for the current or given revision
415 tags list repository tags 415 tags list repository tags
416 unbundle apply one or more changegroup files 416 unbundle apply one or more changegroup files