Tue, 16 Aug 2005 19:17:01 -0800 Add a local() method to repository classes
mpm@selenic.com [Tue, 16 Aug 2005 19:17:01 -0800] rev 926
Add a local() method to repository classes
Tue, 16 Aug 2005 19:03:01 -0800 run-tests: remove '+ hg' trick
mpm@selenic.com [Tue, 16 Aug 2005 19:03:01 -0800] rev 925
run-tests: remove '+ hg' trick This was causing me a fair amount of debugging confusion. Let's just forget it entirely. Updated tests to match.
Tue, 16 Aug 2005 17:30:41 -0800 updated help text and added manpage section for hg paths
TK Soh <teekaysoh@yahoo.com> [Tue, 16 Aug 2005 17:30:41 -0800] rev 924
updated help text and added manpage section for hg paths Index: hg/doc/hg.1.txt ===================================================================
Tue, 16 Aug 2005 17:12:25 -0800 Add basic https support for pull
mpm@selenic.com [Tue, 16 Aug 2005 17:12:25 -0800] rev 923
Add basic https support for pull
Tue, 16 Aug 2005 15:55:33 -0800 Teach bash_completion about outgoing
mpm@selenic.com [Tue, 16 Aug 2005 15:55:33 -0800] rev 922
Teach bash_completion about outgoing
Tue, 16 Aug 2005 15:50:42 -0800 show_changeset: -q shows short hash
mpm@selenic.com [Tue, 16 Aug 2005 15:50:42 -0800] rev 921
show_changeset: -q shows short hash
Tue, 16 Aug 2005 15:49:26 -0800 Add hg outgoing command
mpm@selenic.com [Tue, 16 Aug 2005 15:49:26 -0800] rev 920
Add hg outgoing command
Tue, 16 Aug 2005 15:30:26 -0800 whitespace cleanup
mpm@selenic.com [Tue, 16 Aug 2005 15:30:26 -0800] rev 919
whitespace cleanup
Tue, 16 Aug 2005 15:22:44 -0800 hg cat: accept changeset hashes
mpm@selenic.com [Tue, 16 Aug 2005 15:22:44 -0800] rev 918
hg cat: accept changeset hashes
Tue, 16 Aug 2005 14:53:47 -0800 Fix hg clone race with writer
mpm@selenic.com [Tue, 16 Aug 2005 14:53:47 -0800] rev 917
Fix hg clone race with writer Most read operations in hg don't need locks because we order reads and writes for consistency. Clone is an exception to this as we're copying entire file histories and could end up with more file history copied than we have commits. For now, make clone take a lock on the source repo. Non-hardlinked clone should eventually be changed to use lockless pull.
(0) -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip