Changes To Auto-completion
Not logged in

Changes to "Auto-completion" between 2008-02-10 15:15:50 and 2008-02-10 15:18:58

     1         -At least on my system (ubuntu) many programs feature auto-completion of subcommands; it is very useful. Fossil does not, svn and cvs do.
            1  +[MS] At least on my system (ubuntu) many programs feature auto-completion of subcommands; it is very useful. Fossil does not, svn and cvs do.
     2      2   
     3      3   My guess is that the feature is enabled by the following entry in .bashrc:
     4      4   
     5      5   <verbatim>
     6      6   # enable programmable completion features (you don't need to enable
     7      7   # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
     8      8   # sources /etc/bash.bashrc).