sapling/mercurial
Thomas Arendsen Hein 9aba3494a6 Remove some options from 'hg grep':
-Z (we have -0 as in locate)
-a (use "-r 0:tip" instead, or always grep all unless -r is given)
-e (we have the PATTERN argument)
-v (doesn't work, and this is more of a job for 'hg cat|grep')
-s (we have -q/--quiet)
-f (should be always enabled if -l used, or enable on -v/--verbose)
2005-08-27 23:36:25 +02:00
..
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
bdiff.c Fix possible unitialized variable warnings 2005-08-20 01:29:04 -07:00
byterange.py Make consistent use of str.startswith() in conditionals. 2005-07-10 16:14:56 -08:00
commands.py Remove some options from 'hg grep': 2005-08-27 23:36:25 +02:00
demandload.py implement demand loading hack 2005-06-05 10:48:39 -08:00
fancyopts.py Map long option names containing dashes to ones containing underscores. 2005-08-24 22:25:55 -07:00
hg.py Fixes for push corner case 2005-08-26 16:49:23 -07:00
hgweb.py hgweb: add catch for connection reset 2005-08-27 01:55:10 -07:00
httprangereader.py Move httprangereader into its own file 2005-06-15 19:58:48 -08:00
lock.py pep-0008 cleanup 2005-08-26 13:06:58 +02:00
mdiff.py Add automatic binary file detection to diff and export 2005-08-23 19:58:46 -07:00
mpatch.c [PATCH] use <arpa/inet.h> instead of <netinet/in.h> for ntohl/htonl 2005-07-03 12:26:45 -08:00
revlog.py Add some docstrings to revlog.py 2005-08-27 01:43:48 -07:00
transaction.py [PATCH] raise exceptions with Exception subclasses 2005-08-26 19:08:25 -07:00
ui.py Add support for extension modules 2005-08-26 14:05:52 -07:00
util.py Update util.py docstrings, fix walk test 2005-08-27 01:13:28 -07:00
version.py [PATCH] /dev/null for other OS 2005-06-24 22:58:14 -08:00