comparison contrib/bash_completion @ 18769:83a99f10c45c

bash_completion: tell an editor what type of file this is
author Bryan O'Sullivan <bryano@fb.com>
date Thu, 14 Mar 2013 16:56:10 -0700
parents e3e601969ba1
children fff3a8114510
comparison
equal deleted inserted replaced
18768:e3e601969ba1 18769:83a99f10c45c
1 # bash completion for the Mercurial distributed SCM 1 # bash completion for the Mercurial distributed SCM -*- sh -*-
2 2
3 # Docs: 3 # Docs:
4 # 4 #
5 # If you source this file from your .bashrc, bash should be able to 5 # If you source this file from your .bashrc, bash should be able to
6 # complete a command line that uses hg with all the available commands 6 # complete a command line that uses hg with all the available commands