doc/hg.1.txt
changeset 5661 ba40e267762b
parent 5576 1c1ef561d541
child 6446 ee5313bc3c0c
child 6487 9e3bddb5fae2
equal deleted inserted replaced
5660:3c80ecdc1bcd 5661:ba40e267762b
    87     order.
    87     order.
    88 
    88 
    89     A range acts as a closed interval.  This means that a range of 3:5
    89     A range acts as a closed interval.  This means that a range of 3:5
    90     gives 3, 4 and 5.  Similarly, a range of 4:2 gives 4, 3, and 2.
    90     gives 3, 4 and 5.  Similarly, a range of 4:2 gives 4, 3, and 2.
    91 
    91 
    92 dot=.
       
    93 
       
    94 FILES
    92 FILES
    95 -----
    93 -----
    96  repo/.hgignore::
    94  repo/.hgignore::
    97     This file contains regular expressions (one per line) that describe file
    95     This file contains regular expressions (one per line) that describe file
    98     names that should be ignored by hg. For details, see hgignore(5).
    96     names that should be ignored by hg. For details, see hgignore(5).