From f3193b1dd9ebd3f24ec5d470302ac6b847d175a1 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 16 Nov 2011 14:00:17 +0100 Subject: Make 'hg k' work similar to 'git k' --- .hgrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hgrc b/.hgrc index 626c912..ea0a00b 100644 --- a/.hgrc +++ b/.hgrc @@ -13,3 +13,6 @@ hgext.progress = [hooks] commit.diffstat = python:~/.hgext/hgdiffstat.py:diffstat changegroup.diffstat = python:~/.hgext/hgdiffstat.py:diffstat + +[alias] +k = view -- cgit v1.2.3-70-g09d2 d>
summaryrefslogtreecommitdiff
Commit message (Expand)AuthorFilesLines
2009-08-14Add function to add _ to namespaceRené 'Necoro' Neumann1-0/+5
2009-08-14Make LazyElement use __slots__ - to decrease memory consumptionRené 'Necoro' Neumann1-0/+1
2009-08-14Allow to pass the number of elements in a vectorRené 'Necoro' Neumann1-4/+8
2009-08-14Add 'skip' parameter to header ... this is ignored thoughRené 'Necoro' Neumann1-1/+1
2009-08-14Add header-objectRené 'Necoro' Neumann2-10/+41
2009-08-14Add LazyElementRené 'Necoro' Neumann1-1/+23
2009-08-14Rename DictDatabase to HashDatabaseRené 'Necoro' Neumann2-5/+5
2009-07-27Moved eix stuff to its own module. Also make all the parsing stuff being func...René 'Necoro' Neumann4-146/+155
2009-07-27Implemented vectors and soRené 'Necoro' Neumann1-2/+35
2009-07-27Moved from Cython to normal PythonRené 'Necoro' Neumann6-142/+115
2009-07-26Add libeix to setup.pyRené 'Necoro' Neumann1-2/+9
2009-07-26Implement reading a number in the EixReaderRené 'Necoro' Neumann1-14/+102
2009-07-26Get rid of the self-implemented file-stuff. Use the normal python-API insteadRené 'Necoro' Neumann2-87/+0
2009-07-24First eix stuffRené 'Necoro' Neumann4-0/+133
2009-07-05Translation and stuffRené 'Necoro' Neumann3-348/+412
2009-07-05TypoRené 'Necoro' Neumann1-1/+1
2009-07-05Allow ':' in expression names. Thus removing the colon as an assignment operatorRené 'Necoro' Neumann2-6/+2
2009-07-05DocRené 'Necoro' Neumann1-1/+14
2009-07-05Install package_details.pyRené 'Necoro' Neumann1-1/+1
2009-07-05Sort plugins in the windowRené 'Necoro' Neumann2-13/+12
2009-07-05Port DependencyDetailRené 'Necoro' Neumann4-129/+118
2009-07-05Also port FilesDetailRené 'Necoro' Neumann3-43/+24
2009-07-05Also ported EbuildDetailRené 'Necoro' Neumann3-27/+14