From 3e1758b80e7f463927503af1501c33fd6096f4d2 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Fri, 18 Jan 2008 22:40:10 +0100 Subject: [PATCH] Removed embedded history comments as it is now in git. --- iotop.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/iotop.py b/iotop.py index b5fdf9c..d09a768 100755 --- a/iotop.py +++ b/iotop.py @@ -3,14 +3,6 @@ # Copyright (c) 2007 Guillaume Chazarain , GPLv2 # See ./iotop.py --help for some help -# 20070723: Added support for taskstats version > 4 -# 20070813: Handle short replies, and fix bandwidth calculation when delay != 1s -# 20070819: Fix "-P -p NOT_A_TGID", optimize -p, handle empty process list -# 20070825: More accurate cutting of the command line, handle terminal resizing -# 20070826: Document taskstats bug: http://lkml.org/lkml/2007/8/2/185 -# 20070930: Fixed -b -# 20071219: Tolerate misconfigured terminals - import curses import errno import optparse -- 2.11.4.GIT