hg.rst
changeset 674 6429d14cfc2a
parent 673 faa365425ff0
child 675 47d4ad70738f
equal deleted inserted replaced
673:faa365425ff0 674:6429d14cfc2a
     1 -*- mode: outline; coding: utf-8 -*-
     1 -*- mode: outline; coding: utf-8 -*-
     2 
     2 
     3 * Useful customization.
     3 * About.
       
     4 
       
     5     http://mercurial.selenic.com/wiki/ProjectsUsingMercurial
       
     6                 Some Projects that Use Mercurial
       
     7 
       
     8 * User config.
     4 
     9 
     5 Put to your ~/.hgrc:
    10 Put to your ~/.hgrc:
     6 
    11 
     7   [ui]
    12   [ui]
     8   ; Editor for editing commit message.
    13   ; Editor for editing commit message.
    47 
    52 
    48 or put into ~/.hgrc:
    53 or put into ~/.hgrc:
    49 
    54 
    50   [defaults]
    55   [defaults]
    51   log = -f
    56   log = -f
       
    57 
       
    58 * Publishing config.
       
    59 
       
    60   http://mercurial.selenic.com/wiki/PublishingRepositories
       
    61                 Publishing Mercurial Repositories
    52 
    62 
    53 * Manage patches with MQ.
    63 * Manage patches with MQ.
    54 
    64 
    55 First enable MQ, add following to your ~/.hgrc:
    65 First enable MQ, add following to your ~/.hgrc:
    56 
    66