Tue, 13 Sep 2005 14:23:43 -0500 Fix test-tag output for new abort message
mpm@selenic.com [Tue, 13 Sep 2005 14:23:43 -0500] rev 1235
Fix test-tag output for new abort message
Tue, 13 Sep 2005 14:22:48 -0500 Revert unrelated changes in previous commit
mpm@selenic.com [Tue, 13 Sep 2005 14:22:48 -0500] rev 1234
Revert unrelated changes in previous commit
Tue, 13 Sep 2005 14:18:18 -0500 Fix abort message for clone
mpm@selenic.com [Tue, 13 Sep 2005 14:18:18 -0500] rev 1233
Fix abort message for clone
Tue, 13 Sep 2005 14:16:15 -0500 Revert some exception type changes in revlog
mpm@selenic.com [Tue, 13 Sep 2005 14:16:15 -0500] rev 1232
Revert some exception type changes in revlog
Fri, 09 Sep 2005 12:19:24 -0700 CONTRIBUTORS update
mpm@selenic.com [Fri, 09 Sep 2005 12:19:24 -0700] rev 1231
CONTRIBUTORS update
Fri, 09 Sep 2005 12:17:51 -0700 dirstate: two more stat -> lstat changes
mpm@selenic.com [Fri, 09 Sep 2005 12:17:51 -0700] rev 1230
dirstate: two more stat -> lstat changes
Fri, 09 Sep 2005 11:47:13 -0700 Fix comment typo
mpm@selenic.com [Fri, 09 Sep 2005 11:47:13 -0700] rev 1229
Fix comment typo
Fri, 09 Sep 2005 11:46:35 -0700 Fix dangling symlink bug in dirstate walk code
mpm@selenic.com [Fri, 09 Sep 2005 11:46:35 -0700] rev 1228
Fix dangling symlink bug in dirstate walk code
Fri, 09 Sep 2005 11:34:34 -0700 Replace sequences of {ui.warn, return 1} with raise of util.Abort.
Bryan O'Sullivan <bos@serpentine.com> [Fri, 09 Sep 2005 11:34:34 -0700] rev 1227
Replace sequences of {ui.warn, return 1} with raise of util.Abort.
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.
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip