Skip to content

Instantly share code, notes, and snippets.

@fernandoPalaciosGit
Last active August 5, 2017 18:25
Show Gist options
  • Select an option

  • Save fernandoPalaciosGit/687c8ccac090b0f6ec0a to your computer and use it in GitHub Desktop.

Select an option

Save fernandoPalaciosGit/687c8ccac090b0f6ec0a to your computer and use it in GitHub Desktop.
Mercurial configuration

[alias]

s = !$HG status ; $HG heads
lg = glog --template "\033[31m{node|short}\033[0m \033[1;34m<{author|person}>\033[0m \033[32m({date|age})\033[0m \n\t\t{desc}\n" --limit $1

[ui]

username = Fernando Palacios Landi <fernando.palacios@team.com> 

[extensions]

convert =
graphlog =
eol =
rebase =
shelve=
strip =
purge =
mq =
hgext.extdiff =

[eol]

native = CRLF
only-consistent = False

[tortoisehg]

confirmaddfiles = True
confirmdeletefiles = True
confirmpush = True
ciexclude =

[hooks]

post-pull = hg shelve & hg up -C & hg merge & hg commit -m "Merge companyteam with local@fpalacios" & grunt compile deploy default --force-update css
pre-push.check = grunt preci

[auth]

company.prefix = bitbucket.org
company.username = user_name
company.password = user_pass
company.schemes = https

[extdiff]

cmd.kdiff3 =

[merge-tools]

kdiff3.args = $base $local $other -o $output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment