[PATCH] Add diff section to hgrc man page

Brendan Cully brendan at kublai.com
Thu Sep 13 17:24:59 CDT 2007


On Thursday, 13 September 2007 at 13:52, Steve Borho wrote:
> # HG changeset patch
> # User Steve Borho <steve at borho.org>
> # Date 1189709489 18000
> # Node ID 3935711b38968e65d5e86b3b524d0276b62347db
> # Parent  81575b7b505e49dcb5744fc857286c0de3a36dbc
> Add diff section to hgrc man page
> 
> diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt
> +++ b/doc/hgrc.5.txt
> @@ -560,6 +560,20 @@ web::
>    templates;;
>      Where to find the HTML templates. Default is install path.
>  
> +diff::
> +  Diff generator configuration
> +  git;;
> +    use git extended diff format
> +  nodates;;
> +    don't include dates in diff headers
> +  show_function;;
> +    show which function each change is in, also showfunc
> +  ignore_all_space;;
> +    ignore white space when comparing lines, also ignorews
> +  ignore_space_change;;
> +    ignore changes in the amount of white space, also ignorewsamount
> +  ignore_blank_lines;;
> +    ignore changes whose lines are all blank, also ignoreblanklines

Diff was added in 3910:15955d84bc68, 8 months ago.



More information about the Mercurial-devel mailing list