Skip to content

Instantly share code, notes, and snippets.

@InFog
Forked from bralpassos/Arquivo de configuração do Mercurial
Created August 25, 2011 23:46

Revisions

  1. Evaldo Junior revised this gist Aug 26, 2011. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions hgrc
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    [ui]
    username = infog
    editor = vim
    verbose = True

    [extensions]

  2. Evaldo Junior revised this gist Aug 26, 2011. 1 changed file with 8 additions and 3 deletions.
    11 changes: 8 additions & 3 deletions hgrc
    Original file line number Diff line number Diff line change
    @@ -3,15 +3,20 @@ username = infog
    editor = vim

    [extensions]

    # relevância dos desenvolvedores (em linhas)
    churn =

    # use hg glog para ver o log "gráfico" no terminal
    graphlog =

    color =
    progress =
    pager =
    graphlog =

    [pager]
    pager = LESS='FSRX' less

    [progress]
    delay = 1.0
    format = bar

    format = bar
  3. Evaldo Junior revised this gist Aug 25, 2011. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion hgrc
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,12 @@
    [ui]
    username = saganium
    username = infog
    editor = vim

    [extensions]
    color =
    progress =
    pager =
    graphlog =

    [pager]
    pager = LESS='FSRX' less
  4. Evaldo Junior revised this gist Aug 25, 2011. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions hgrc
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,6 @@
    [ui]
    username = saganium

    [paths]
    default = ssh://[email protected]/[...]

    [extensions]
    color =
    progress =
  5. @bralpassos bralpassos created this gist Aug 25, 2011.
    18 changes: 18 additions & 0 deletions hgrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    [ui]
    username = saganium

    [paths]
    default = ssh://[email protected]/[...]

    [extensions]
    color =
    progress =
    pager =

    [pager]
    pager = LESS='FSRX' less

    [progress]
    delay = 1.0
    format = bar