log

age author description
Wed, 14 Sep 2005 21:57:41 -0700 Bryan O'Sullivan Switch cat command to use walk code.
Wed, 14 Sep 2005 16:34:22 -0700 Bryan O'Sullivan Add rename/mv command.
Wed, 14 Sep 2005 16:31:03 -0700 Bryan O'Sullivan The copy tests don't need to invoke cp any longer.
Wed, 14 Sep 2005 15:41:22 -0700 Bryan O'Sullivan Fix lots of exception-related problems.
Wed, 14 Sep 2005 14:39:46 -0700 Bryan O'Sullivan Merge with MPM.
Wed, 14 Sep 2005 14:29:02 -0700 Bryan O'Sullivan Fix up copy command to behave more like regular "cp".
Wed, 14 Sep 2005 11:27:36 -0700 Bryan O'Sullivan Merge with myself.
Wed, 14 Sep 2005 10:50:03 -0700 Bryan O'Sullivan Make remove command really unlink files.
Fri, 09 Sep 2005 22:07:10 -0700 Bryan O'Sullivan mercurial.el: implement hg-pull, and stub in hg-update.
Wed, 14 Sep 2005 15:50:31 -0500 Chris Mason Files not getting added appropiately
Wed, 14 Sep 2005 15:48:34 -0500 mpm clone: fall back to pull if we can't lock the source repo
Wed, 14 Sep 2005 13:14:20 -0500 root Fix hgit revtree bug with stop revision handling
Wed, 14 Sep 2005 12:35:10 -0500 Mikael Berthe Fix hg cat when the file cannot be found in the specified revision
Wed, 14 Sep 2005 12:22:20 -0500 Stephen Darnell Add support for cloning with hardlinks on windows.
Tue, 13 Sep 2005 19:33:18 -0500 mason Convert hgk to use the hgit extension, and upate to the latest gitk
Tue, 13 Sep 2005 19:33:10 -0500 mason Turn hgit into an extension, and add commands supporting the latest gitk
Tue, 13 Sep 2005 19:32:53 -0500 mason Add log -b to show the branch a specific revision lives in
Tue, 13 Sep 2005 19:32:43 -0500 mason Fix off by one in convert-repo tags
Tue, 13 Sep 2005 18:38:27 -0500 mpm Fix bug with co -C across branches, update tests
Tue, 13 Sep 2005 14:23:43 -0500 mpm Fix test-tag output for new abort message
Tue, 13 Sep 2005 14:22:48 -0500 mpm Revert unrelated changes in previous commit
Tue, 13 Sep 2005 14:18:18 -0500 mpm Fix abort message for clone
Tue, 13 Sep 2005 14:16:15 -0500 mpm Revert some exception type changes in revlog
Fri, 09 Sep 2005 12:19:24 -0700 mpm CONTRIBUTORS update
Fri, 09 Sep 2005 12:17:51 -0700 mpm dirstate: two more stat -> lstat changes
Fri, 09 Sep 2005 11:47:13 -0700 mpm Fix comment typo
Fri, 09 Sep 2005 11:46:35 -0700 mpm Fix dangling symlink bug in dirstate walk code
Fri, 09 Sep 2005 11:34:34 -0700 Bryan O'Sullivan Replace sequences of {ui.warn, return 1} with raise of util.Abort.
Fri, 09 Sep 2005 10:59:05 -0700 Bryan O'Sullivan patchbomb: add TLS and SMTP AUTH support.
Thu, 08 Sep 2005 17:09:31 -0700 mpm Add --debugger global option