Mercurial > dotfiles
diff .hgrc @ 261:a5ec16bba8a9
hgrc: move opendiff support to another file to stop breaking merge on linux
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 16 Aug 2010 12:30:39 -0500 |
parents | 5698bf7ae5b9 |
children | 09c0d4ed07f3 |
line wrap: on
line diff
--- a/.hgrc +++ b/.hgrc @@ -19,10 +19,6 @@ hgsubversion= hg_histedit= hg_remotebranches= -[merge-tools] -filemerge.executable = opendiff-w -filemerge.args = $local $other -ancestor $base -merge $output - [alias] ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n'