Sat, 27 Aug 2005 18:55:14 -0700 Updated manpage and help.
TK Soh <teekaysoh@yahoo.com> [Sat, 27 Aug 2005 18:55:14 -0700] rev 1113
Updated manpage and help. Updated manpage on change to hg status; standardized description of -print0 options.
Sat, 27 Aug 2005 18:40:25 -0700 hgweb: add mdiff / fix sorting of archives
mpm@selenic.com [Sat, 27 Aug 2005 18:40:25 -0700] rev 1112
hgweb: add mdiff / fix sorting of archives
Sat, 27 Aug 2005 18:27:45 -0700 Add an old-http test case
mpm@selenic.com [Sat, 27 Aug 2005 18:27:45 -0700] rev 1111
Add an old-http test case This uses a trivial Python http server to test pulling from a static http server.
Sat, 27 Aug 2005 18:11:32 -0700 Add a simple dummy ssh test
mpm@selenic.com [Sat, 27 Aug 2005 18:11:32 -0700] rev 1110
Add a simple dummy ssh test This uses the -e flag to run a dummy script rather than actual ssh to test the protocol over a local pipe.
Sat, 27 Aug 2005 17:26:26 -0700 Merge with TAH
mpm@selenic.com [Sat, 27 Aug 2005 17:26:26 -0700] rev 1109
Merge with TAH
Sat, 27 Aug 2005 23:36:25 +0200 Remove some options from 'hg grep':
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 27 Aug 2005 23:36:25 +0200] rev 1108
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)
Sat, 27 Aug 2005 23:35:30 +0200 Adjusted test-help for change to hg status.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 27 Aug 2005 23:35:30 +0200] rev 1107
Adjusted test-help for change to hg status.
Sat, 27 Aug 2005 23:25:55 +0200 Whitespace cleanup.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 27 Aug 2005 23:25:55 +0200] rev 1106
Whitespace cleanup.
Sat, 27 Aug 2005 23:23:32 +0200 Replaced hg status -p/--strip with -n/--no-status to not confuse with patch.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 27 Aug 2005 23:23:32 +0200] rev 1105
Replaced hg status -p/--strip with -n/--no-status to not confuse with patch.
Sat, 27 Aug 2005 16:42:03 -0700 Fix dirstate imports
mpm@selenic.com [Sat, 27 Aug 2005 16:42:03 -0700] rev 1104
Fix dirstate imports
Sat, 27 Aug 2005 16:40:24 -0700 Fix sshrepo imports
mpm@selenic.com [Sat, 27 Aug 2005 16:40:24 -0700] rev 1103
Fix sshrepo imports
Sat, 27 Aug 2005 16:34:54 -0700 localrepo: minor opener usage restructuring
mpm@selenic.com [Sat, 27 Aug 2005 16:34:54 -0700] rev 1102
localrepo: minor opener usage restructuring
Sat, 27 Aug 2005 16:28:53 -0700 Separate out old-http support
mpm@selenic.com [Sat, 27 Aug 2005 16:28:53 -0700] rev 1101
Separate out old-http support - create new statichttprepo class - pull remote bits out of localrepo - pull remote bits out of util.opener - switch hg.repository to use statichttprepo
Sat, 27 Aug 2005 15:35:37 -0700 localrepo: more import/namespace tidying
mpm@selenic.com [Sat, 27 Aug 2005 15:35:37 -0700] rev 1100
localrepo: more import/namespace tidying
Sat, 27 Aug 2005 15:19:36 -0700 Minor import fixups
mpm@selenic.com [Sat, 27 Aug 2005 15:19:36 -0700] rev 1099
Minor import fixups
Sat, 27 Aug 2005 15:13:52 -0700 manifest: convert sys.stderr bits to AssertionError
mpm@selenic.com [Sat, 27 Aug 2005 15:13:52 -0700] rev 1098
manifest: convert sys.stderr bits to AssertionError
Sat, 27 Aug 2005 15:09:46 -0700 localrepo: adjust some imports, remove sys dependency
mpm@selenic.com [Sat, 27 Aug 2005 15:09:46 -0700] rev 1097
localrepo: adjust some imports, remove sys dependency
Sat, 27 Aug 2005 15:05:59 -0700 sshrepo: adjust file comment
mpm@selenic.com [Sat, 27 Aug 2005 15:05:59 -0700] rev 1096
sshrepo: adjust file comment
Sat, 27 Aug 2005 15:05:43 -0700 changelog: adjust imports, comment
mpm@selenic.com [Sat, 27 Aug 2005 15:05:43 -0700] rev 1095
changelog: adjust imports, comment
Sat, 27 Aug 2005 14:59:25 -0700 Adjust some imports
mpm@selenic.com [Sat, 27 Aug 2005 14:59:25 -0700] rev 1094
Adjust some imports
Sat, 27 Aug 2005 14:56:58 -0700 commands: use revlog directly for debug commands
mpm@selenic.com [Sat, 27 Aug 2005 14:56:58 -0700] rev 1093
commands: use revlog directly for debug commands This eliminates the import in hg.py
Sat, 27 Aug 2005 14:55:07 -0700 commands: use node functions directly
mpm@selenic.com [Sat, 27 Aug 2005 14:55:07 -0700] rev 1092
commands: use node functions directly
Sat, 27 Aug 2005 14:43:20 -0700 Move hash function back to revlog from node
mpm@selenic.com [Sat, 27 Aug 2005 14:43:20 -0700] rev 1091
Move hash function back to revlog from node
Sat, 27 Aug 2005 14:31:41 -0700 Move opener to utils
mpm@selenic.com [Sat, 27 Aug 2005 14:31:41 -0700] rev 1090
Move opener to utils - move the opener code down to util - add docstring - change commands.py users to simply use file instead
Sat, 27 Aug 2005 14:21:25 -0700 Break apart hg.py
mpm@selenic.com [Sat, 27 Aug 2005 14:21:25 -0700] rev 1089
Break apart hg.py - move the various parts of hg.py into their own files - create node.py to store node manipulation functions
Sat, 27 Aug 2005 12:00:12 -0700 updated manpage for new options of status
TK Soh <teekaysoh@yahoo.com> [Sat, 27 Aug 2005 12:00:12 -0700] rev 1088
updated manpage for new options of status
Sat, 27 Aug 2005 01:55:10 -0700 hgweb: add catch for connection reset
mpm@selenic.com [Sat, 27 Aug 2005 01:55:10 -0700] rev 1087
hgweb: add catch for connection reset suggested by Jeff Sipek
Sat, 27 Aug 2005 01:50:18 -0700 Fix up help test
mpm@selenic.com [Sat, 27 Aug 2005 01:50:18 -0700] rev 1086
Fix up help test
Sat, 27 Aug 2005 01:49:41 -0700 status: added option -p and -0 to assist xargs
TK Soh <teekaysoh@yahoo.com> [Sat, 27 Aug 2005 01:49:41 -0700] rev 1085
status: added option -p and -0 to assist xargs The -p option strips the status prefix of each file, while -0 ends each file with a NUL character, instead of a newline. Together, selected group of files can be passed to 'xargs -0' for further processing.
Sat, 27 Aug 2005 01:49:35 -0700 updated manpage on global options and typo fix.
TK Soh <teekaysoh@yahoo.com> [Sat, 27 Aug 2005 01:49:35 -0700] rev 1084
updated manpage on global options and typo fix.
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip