diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-17 18:59:09 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-17 18:59:09 +0200 |
| commit | 61ae6bdef78181c8a243d7974f66481fadc0834a (patch) | |
| tree | 9fe4c9bfeb03c2a961d0688d3ea94e2f6bc9cc4a /etc/functions | |
| parent | d86950e1013e5b35974238354da53bce481ec386 (diff) | |
Switched hgd and gitd back into functions
Diffstat (limited to 'etc/functions')
| -rw-r--r-- | etc/functions/gitd | 1 | ||||
| -rw-r--r-- | etc/functions/hgd | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/etc/functions/gitd b/etc/functions/gitd deleted file mode 100644 index 80b7d34..0000000 --- a/etc/functions/gitd +++ /dev/null @@ -1 +0,0 @@ -git-diff $* | highlight diff | less diff --git a/etc/functions/hgd b/etc/functions/hgd deleted file mode 100644 index 6200d8b..0000000 --- a/etc/functions/hgd +++ /dev/null @@ -1 +0,0 @@ -hg diff $* | highlight diff | less |
