hg.rst
changeset 851 ebf1ef1c1615
parent 818 f73cf47ef8f6
child 852 089b0a96a3c7
equal deleted inserted replaced
850:76d34941eccf 851:ebf1ef1c1615
    58 
    58 
    59 or put into ~/.hgrc:
    59 or put into ~/.hgrc:
    60 
    60 
    61   [defaults]
    61   [defaults]
    62   log = -f
    62   log = -f
       
    63 
       
    64 * Clone specific branches.
       
    65 
       
    66   $ hg clone http://your/repo -r $branchname
    63 
    67 
    64 * Remove/rename files history from repo.
    68 * Remove/rename files history from repo.
    65 
    69 
    66   $ cat >filemap.txt <<EOF
    70   $ cat >filemap.txt <<EOF
    67 exclude path/to/file-or-dir
    71 exclude path/to/file-or-dir