.hgrc
changeset 270 19082e26bea6
parent 261 d8ec70cb1e4c
child 626 ec0fb611d885
equal deleted inserted replaced
269:48b3cbdac750 270:19082e26bea6
     5 username = Oleksandr Gavenko <gavenkoa@gmail.com>
     5 username = Oleksandr Gavenko <gavenkoa@gmail.com>
     6 ; Use internal merge engine. When merge fail you see <<<<<< ====== >>>>>> and a .orig file.
     6 ; Use internal merge engine. When merge fail you see <<<<<< ====== >>>>>> and a .orig file.
     7 merge = internal:merge
     7 merge = internal:merge
     8 editor = emacs -q
     8 editor = emacs -q
     9 ignore = ~/.hgignore
     9 ignore = ~/.hgignore
       
    10 
       
    11 style = ~/.hgstyle
    10 
    12 
    11 [defaults]
    13 [defaults]
    12 log = -v -f
    14 log = -v -f
    13 incoming = -v
    15 incoming = -v
    14 outgoing = -v
    16 outgoing = -v
    31 hgext.graphlog =
    33 hgext.graphlog =
    32 ; Enable '.hgeol' tracking (fix for CR/LF).
    34 ; Enable '.hgeol' tracking (fix for CR/LF).
    33 hgext.eol =
    35 hgext.eol =
    34 ; Allow cherry-picking.
    36 ; Allow cherry-picking.
    35 transplant =
    37 transplant =
       
    38 ; Show progress on operations.
       
    39 progress =
       
    40 ; Delete untracked files from the working directory.
       
    41 hgext.purge=
       
    42 
       
    43 [progress]
       
    44 ; Number of seconds (float) before showing the progress bar.
       
    45 delay = 2
       
    46 ; Time in seconds between refreshes of the progress bar.
       
    47 refresh = 0.5
       
    48 ; Format of the progress bar: topic bar number estimate.
       
    49 format = topic bar number estimate
       
    50 ; Clear the progress bar after it's done.
       
    51 clear-complete = False
       
    52 ; If true, don't show a progress bar.
       
    53 disable = False
       
    54 ; If true, ALWAYS show a progress bar, unless disable is given.
       
    55 assume-tty = False
       
    56 
       
    57 [trusted]
       
    58 ; http://mercurial.selenic.com/wiki/Trust
       
    59 ; Do not include: nobody.
       
    60 groups = apache, daemon, www-data