comparison .hgrc @ 250:3a5ce01ccea1

hgrc: add utip alias for finding upstream tip
author Augie Fackler <durin42@gmail.com>
date Thu, 05 May 2011 11:00:27 -0500
parents 4313117237ed
children c7de7cfb5b2b
comparison
equal deleted inserted replaced
249:fed8445581bb 250:3a5ce01ccea1
24 filemerge.args = $local $other -ancestor $base -merge $output 24 filemerge.args = $local $other -ancestor $base -merge $output
25 25
26 [alias] 26 [alias]
27 ll=log --graph -l 6 27 ll=log --graph -l 6
28 upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n' 28 upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n'
29 utip = log -r 'limit(heads(upstream()), 1)'
29 30
30 wc-out = log -r 'ancestors(.) and not upstream()' 31 wc-out = log -r 'ancestors(.) and not upstream()'
31 wc-email = email -r 'ancestors(.) and not upstream()' 32 wc-email = email -r 'ancestors(.) and not upstream()'
32 33
33 [ui] 34 [ui]