diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-08-17 15:33:06 +0000 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-08-17 15:33:06 +0000 |
| commit | 76cad67b29b040686a32bae517b6206f70cf2852 (patch) | |
| tree | 90c50a71e46114f63bde906806c7380c57529d92 | |
| parent | 6f6bfc5e40281f326f7062ce8ef68c7ce6d9b7f0 (diff) | |
| download | dotfiles-76cad67b29b040686a32bae517b6206f70cf2852.tar.gz dotfiles-76cad67b29b040686a32bae517b6206f70cf2852.zip | |
Added the down alias in the mercurial config
| -rw-r--r-- | hgrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ preupdate = hg status --rev .:$HG_PARENT1 [alias] show = log -pr +down = !$HG pull; $HG update [pager] pager = LESS='FSRX' less |
