Fri, 09 Sep 2005 10:59:05 -0700 patchbomb: add TLS and SMTP AUTH support.
Bryan O'Sullivan <bos@serpentine.com> [Fri, 09 Sep 2005 10:59:05 -0700] rev 1226
patchbomb: add TLS and SMTP AUTH support. Original patch from Lee Cantey <lcantey@gmail.com>.
Thu, 08 Sep 2005 17:09:31 -0700 Add --debugger global option
mpm@selenic.com [Thu, 08 Sep 2005 17:09:31 -0700] rev 1225
Add --debugger global option With this option, hg will drop into the Python debugger on execution. Running 'continue' will execute normally, and the debugger will be reinvoked if an exception is raised.
Thu, 08 Sep 2005 15:01:33 -0700 Fix Windows status problem from new dirstate walk code
mpm@selenic.com [Thu, 08 Sep 2005 15:01:33 -0700] rev 1224
Fix Windows status problem from new dirstate walk code
Thu, 08 Sep 2005 12:17:24 -0700 Update test-help for bundle/unbundle
mpm@selenic.com [Thu, 08 Sep 2005 12:17:24 -0700] rev 1223
Update test-help for bundle/unbundle
Thu, 08 Sep 2005 12:16:31 -0700 Fix missing docstring for unbundle
mpm@selenic.com [Thu, 08 Sep 2005 12:16:31 -0700] rev 1222
Fix missing docstring for unbundle
Thu, 08 Sep 2005 12:10:59 -0700 clone: directory names take precedence over symbolic names
TK Soh <teekaysoh@yahoo.com> [Thu, 08 Sep 2005 12:10:59 -0700] rev 1221
clone: directory names take precedence over symbolic names If source matches both a directory name and a symbolic name to repo, the directory will be taken.
Thu, 08 Sep 2005 12:10:43 -0700 import: fix bug in mail-format detection
mpm@selenic.com [Thu, 08 Sep 2005 12:10:43 -0700] rev 1220
import: fix bug in mail-format detection
Thu, 08 Sep 2005 10:49:33 -0700 hgweb: fix scope for RepoError
mpm@selenic.com [Thu, 08 Sep 2005 10:49:33 -0700] rev 1219
hgweb: fix scope for RepoError
Thu, 08 Sep 2005 01:27:25 -0700 Add preliminary support for the bundle and unbundle commands
mpm@selenic.com [Thu, 08 Sep 2005 01:27:25 -0700] rev 1218
Add preliminary support for the bundle and unbundle commands
Thu, 08 Sep 2005 00:13:52 -0700 Add missing import for hgwebdir
mpm@selenic.com [Thu, 08 Sep 2005 00:13:52 -0700] rev 1217
Add missing import for hgwebdir
Thu, 08 Sep 2005 09:11:17 +0200 Cleanup of tabs and trailing spaces in documentation.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 08 Sep 2005 09:11:17 +0200] rev 1216
Cleanup of tabs and trailing spaces in documentation.
Wed, 07 Sep 2005 23:57:59 -0700 Add reporting instructions to unknown exception backtraces
mpm@selenic.com [Wed, 07 Sep 2005 23:57:59 -0700] rev 1215
Add reporting instructions to unknown exception backtraces
Wed, 07 Sep 2005 23:38:28 -0700 Smarter handling of revlog key errors
mpm@selenic.com [Wed, 07 Sep 2005 23:38:28 -0700] rev 1214
Smarter handling of revlog key errors Use RevlogError for reporting exceptions Catch and report RevlogError exceptions at the command parser
Wed, 07 Sep 2005 23:13:12 -0700 Clean up hgweb imports
mpm@selenic.com [Wed, 07 Sep 2005 23:13:12 -0700] rev 1213
Clean up hgweb imports Use demandloading Pull function-local imports up to demandload Scope hg and ui bits
Wed, 07 Sep 2005 20:50:23 -0700 Change grep -e to grep --all
mpm@selenic.com [Wed, 07 Sep 2005 20:50:23 -0700] rev 1212
Change grep -e to grep --all We want to reserve -e for future use and grep compatibility. I've changed every-match to all out of a general preference for shorter long option names where short options don't exist.
Wed, 07 Sep 2005 20:09:16 -0700 Fold import -m option into import -f
mpm@selenic.com [Wed, 07 Sep 2005 20:09:16 -0700] rev 1211
Fold import -m option into import -f
Wed, 07 Sep 2005 20:05:22 -0700 Revert silly TypeError change
mpm@selenic.com [Wed, 07 Sep 2005 20:05:22 -0700] rev 1210
Revert silly TypeError change
Wed, 07 Sep 2005 19:37:11 -0700 Tighten up clone locking
mpm@selenic.com [Wed, 07 Sep 2005 19:37:11 -0700] rev 1209
Tighten up clone locking Add a lock on the destination, expand comment on source lock
Wed, 07 Sep 2005 19:30:23 -0700 Clean up local clone file list
mpm@selenic.com [Wed, 07 Sep 2005 19:30:23 -0700] rev 1208
Clean up local clone file list We now use an explicit list of files to copy during clone so that we don't copy anything we shouldn't.
Wed, 07 Sep 2005 19:21:38 -0700 Rewrite copytree as copyfiles
mpm@selenic.com [Wed, 07 Sep 2005 19:21:38 -0700] rev 1207
Rewrite copytree as copyfiles This inverts the logic of copytree to allow copying single files at the top level.
Wed, 07 Sep 2005 19:16:36 -0700 Redo local clone hgrc fix
mpm@selenic.com [Wed, 07 Sep 2005 19:16:36 -0700] rev 1206
Redo local clone hgrc fix We shouldn't copy hgrc on a local clone, nor localtags. Behavior should be identical to a remote clone.
Sun, 04 Sep 2005 15:47:59 -0700 Write out hgrc properly.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 04 Sep 2005 15:47:59 -0700] rev 1205
Write out hgrc properly. Previously, we simply appended to the hgrc file, which meant that it ended up containing multiple "paths" sections. Now, we only modify "paths.default".
Sun, 04 Sep 2005 15:12:20 -0700 patchbomb: continue if we can't import readline.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 04 Sep 2005 15:12:20 -0700] rev 1204
patchbomb: continue if we can't import readline.
Sun, 04 Sep 2005 14:48:33 -0700 Get test-commit to exit cleanly.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 04 Sep 2005 14:48:33 -0700] rev 1203
Get test-commit to exit cleanly.
Sun, 04 Sep 2005 14:47:02 -0700 Commit date validation: more stringent checks, more useful error messages.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 04 Sep 2005 14:47:02 -0700] rev 1202
Commit date validation: more stringent checks, more useful error messages.
Sun, 04 Sep 2005 14:45:03 -0700 revlog: raise informative exception if file is missing.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 04 Sep 2005 14:45:03 -0700] rev 1201
revlog: raise informative exception if file is missing.
Sun, 04 Sep 2005 14:21:53 -0700 Minor cleanups.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 04 Sep 2005 14:21:53 -0700] rev 1200
Minor cleanups.
Sun, 04 Sep 2005 14:11:51 -0700 Created a class in util called chunkbuffer that buffers reads from an
Eric Hopper <hopper@omnifarious.org> [Sun, 04 Sep 2005 14:11:51 -0700] rev 1199
Created a class in util called chunkbuffer that buffers reads from an iterator over strings (aka chunks). Also added to util (for future use) is a generator function that iterates over a file n bytes at a time. Lastly, localrepo was changed to use this new chunkbuffer class when reading changegroups form the local repository.
Sat, 03 Sep 2005 23:52:39 -0700 Add test output.
Bryan O'Sullivan <bos@serpentine.com> [Sat, 03 Sep 2005 23:52:39 -0700] rev 1198
Add test output.
Sat, 03 Sep 2005 23:51:53 -0700 Date validation must check for 32-bit width. Don't use assert to check.
Bryan O'Sullivan <bos@serpentine.com> [Sat, 03 Sep 2005 23:51:53 -0700] rev 1197
Date validation must check for 32-bit width. Don't use assert to check.
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip