Mercurial > dotfiles
comparison install.py @ 436:8986ec3a9c1c
Properly use the Mercurial log templates.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 15 Apr 2018 20:32:59 -0700 |
parents | 06a551d3fbb2 |
children | 21dd55ac743c |
comparison
equal
deleted
inserted
replaced
435:b7682004288d | 436:8986ec3a9c1c |
---|---|
174 'hggit = %s' % _p('lib/hg/hg-git/hggit/'), | 174 'hggit = %s' % _p('lib/hg/hg-git/hggit/'), |
175 'onsub = %s' % _p('lib/hg/onsub/onsub.py'), | 175 'onsub = %s' % _p('lib/hg/onsub/onsub.py'), |
176 'allpaths = %s' % _p('lib/hg/allpaths/mercurial_all_paths.py'), | 176 'allpaths = %s' % _p('lib/hg/allpaths/mercurial_all_paths.py'), |
177 'prompt = %s' % _p('lib/hg/hg-prompt/prompt.py'), | 177 'prompt = %s' % _p('lib/hg/hg-prompt/prompt.py'), |
178 'evolve = %s' % _p('lib/hg/mutable-history/hgext3rd/evolve'), | 178 'evolve = %s' % _p('lib/hg/mutable-history/hgext3rd/evolve'), |
179 'terse-status = %s' % _p('lib/hg/terse-status/terse-status.py') | 179 'terse-status = %s' % _p('lib/hg/terse-status/terse-status.py'), |
180 '[alias]', | |
181 ('dlog = log --pager=yes --style=%s' % | |
182 _p('lib/hg/mercurial-cli-templates/map-cmdline.dlog')), | |
183 ('slog = log --pager=yes --style=%s' % | |
184 _p('lib/hg/mercurial-cli-templates/map-cmdline.slog')), | |
185 ('nlog = log --pager=yes --style=%s' % | |
186 _p('lib/hg/mercurial-cli-templates/map-cmdline.nlog')), | |
187 ('sglog = glog --pager=yes --style=%s' % | |
188 _p('lib/hg/mercurial-cli-templates/map-cmdline.sglog')), | |
189 ('nglog = log --pager=yes -G --style=%s' % | |
190 _p('lib/hg/mercurial-cli-templates/map-cmdline.nlog')), | |
191 'wip = glog --pager=yes --style=$DOTFILESPATH/hgrc/wip.style --rev wip' | |
180 ]) | 192 ]) |
181 if is_nix: | 193 if is_nix: |
182 print("Building fast-hg-prompt...") | 194 print("Building fast-hg-prompt...") |
183 compile_ok = True | 195 compile_ok = True |
184 try: | 196 try: |