Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | redefinition of some aliases. |
|---|---|
| Timelines: | family | ancestors | descendants | both | dresden |
| Files: | files | file ages | folders |
| SHA1: |
7b6a25c3b1624637fa6e48fe4980955a |
| User & Date: | j 2013-07-24 14:27:24 |
Context
|
2013-07-24
| ||
| 16:43 | `timeline' output is now strictly one line per checkin, even if `-showfiles' is specified. check-in: 1626c88f0a user: j tags: dresden | |
| 14:27 | redefinition of some aliases. check-in: 7b6a25c3b1 user: j tags: dresden | |
| 14:16 | fixed erroneous comment block. added some comments to the config file definition as well. check-in: 2ee12c9c08 user: j tags: dresden | |
Changes
Changes to fsl.
| ︙ | ︙ | |||
66 67 68 69 70 71 72 |
# than the script file for `fsl' (which will happen
# each time the script file itself is edited).
# -- Aliases:
alias . changes
alias , ui
| | | | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
# than the script file for `fsl' (which will happen
# each time the script file itself is edited).
# -- Aliases:
alias . changes
alias , ui
alias alog {timeline -t ci -n 100000}
alias d diff
alias di diff
alias elog {timeline -t ci -n 100000 -showfiles}
alias flog {finfo}
alias heads leaves; # for hg refugees
alias log {timeline -t ci}
alias not {extras --dotfiles --ignore ""}
alias st status
alias stat status
alias t {timeline -t ci}
|
| ︙ | ︙ |