tests/test-help.t
changeset 20618 c5ce03a898c5
parent 20582 02c303f64917
child 20622 352abbb0be88
equal deleted inserted replaced
20608:a3ca1d032926 20618:c5ce03a898c5
   197    subrepos      Subrepositories
   197    subrepos      Subrepositories
   198    templating    Template Usage
   198    templating    Template Usage
   199    urls          URL Paths
   199    urls          URL Paths
   200 
   200 
   201 Test extension help:
   201 Test extension help:
   202   $ hg help extensions --config extensions.rebase= --config extensions.children=
   202   $ hg help extensions --config extensions.rebase= --config extensions.children= | grep -v inotify
   203   Using Additional Features
   203   Using Additional Features
   204   """""""""""""""""""""""""
   204   """""""""""""""""""""""""
   205   
   205   
   206       Mercurial has the ability to add new features through the use of
   206       Mercurial has the ability to add new features through the use of
   207       extensions. Extensions may add new commands, add options to existing
   207       extensions. Extensions may add new commands, add options to existing
   257        gpg           commands to sign and verify changesets
   257        gpg           commands to sign and verify changesets
   258        hgcia         hooks for integrating with the CIA.vc notification service
   258        hgcia         hooks for integrating with the CIA.vc notification service
   259        hgk           browse the repository in a graphical way
   259        hgk           browse the repository in a graphical way
   260        highlight     syntax highlighting for hgweb (requires Pygments)
   260        highlight     syntax highlighting for hgweb (requires Pygments)
   261        histedit      interactive history editing
   261        histedit      interactive history editing
   262        inotify       accelerate status report using Linux's inotify service
       
   263        interhg       expand expressions into changelog and summaries
   262        interhg       expand expressions into changelog and summaries
   264        keyword       expand keywords in tracked files
   263        keyword       expand keywords in tracked files
   265        largefiles    track large binary files
   264        largefiles    track large binary files
   266        mq            manage a stack of patches
   265        mq            manage a stack of patches
   267        notify        hooks for sending email push notifications
   266        notify        hooks for sending email push notifications