Changes To Auto-completion
Not logged in

Changes to "Auto-completion" between 2008-02-10 15:14:40 and 2008-02-10 15:15:50

     8      8   # sources /etc/bash.bashrc).
     9      9   if [ -f /etc/bash_completion ]; then
    10     10       . /etc/bash_completion
    11     11   fi
    12     12   </verbatim>
    13     13   
    14     14   It would be nice if we could develop and maintain a file that would enable this for fossil when copied to /etc/bash_completion.d. I do not know if this can be made in a portable (or at least automated) manner at all.
           15  +
           16  +Would attach the /etc/bash_completion.d/subversion file as example, but can't - and it's a bit too long to include here
    15     17