log mercurial/hg.py @ 228:2502aa663484

age author description
Fri, 03 Jun 2005 12:54:14 -0800 mpm teach rawcommit about dirstate.parents()
Fri, 03 Jun 2005 12:46:38 -0800 mpm move repo.current to dirstate.parents()
Fri, 03 Jun 2005 12:44:01 -0800 mpm fix repo locking
Fri, 03 Jun 2005 12:43:16 -0800 mpm fix bad assumption about uniqueness of file versions
Fri, 03 Jun 2005 12:40:32 -0800 mpm add back tempfile import
Thu, 02 Jun 2005 18:46:49 -0800 mpm make pull work for multiple heads
Thu, 02 Jun 2005 17:39:29 -0800 mpm change dircache into dirstate
Wed, 01 Jun 2005 15:21:53 -0800 mpm merge: catch unexpected responses
Wed, 01 Jun 2005 15:15:07 -0800 mpm hg annotate: actually annotate the given version
Wed, 01 Jun 2005 10:40:19 -0800 mpm hg undo: fixup working dir state
Tue, 31 May 2005 22:57:53 -0800 mpm Move ui class to its own module
Tue, 31 May 2005 21:33:27 -0800 mpm hg rawcommit command
Tue, 31 May 2005 09:03:46 -0800 mpm annotate: memory efficiency
Tue, 31 May 2005 08:56:05 -0800 mpm annotate: deal with merges
Mon, 30 May 2005 08:03:54 -0800 mpm Changes to network protocol
Sun, 29 May 2005 09:24:51 -0800 mpm merge: add count of new manifests, files, and revisions
Sun, 29 May 2005 09:06:43 -0800 mpm merge: short-circuit search for merge into empty repo
Sat, 28 May 2005 13:59:09 -0800 mpm Fix two minor merge bugs
Sat, 28 May 2005 13:31:49 -0800 mpm Add $HGEDITOR hook and example script
Sat, 28 May 2005 11:48:00 -0800 mpm Add manifest hash to commit messages for easy signing
Fri, 27 May 2005 13:09:56 -0800 mpm Pull from Jake's hg docs
Fri, 27 May 2005 12:27:46 -0800 mpm Merge from Jake's hg docs
Fri, 27 May 2005 12:26:14 -0800 mpm Change hg: protocol name to http: and http: to old-http:
Thu, 26 May 2005 18:20:24 -0800 mpm trivial tweak to merge3
Thu, 26 May 2005 09:48:50 -0800 mpm Make undo and recover friendlier
Thu, 26 May 2005 09:04:54 -0800 mpm Implement recover and undo commands
Thu, 26 May 2005 08:53:04 -0800 mpm Simply repository locking
Wed, 25 May 2005 08:54:54 -0800 mpm Merge from hgweb
Wed, 25 May 2005 08:53:34 -0800 mpm Bail on attempts to do an empty commit
Tue, 24 May 2005 23:34:06 -0800 mpm Pass filename to $HGMERGE
Tue, 24 May 2005 23:13:25 -0800 mpm Improve pruning of branches in outstanding changeset algorithm
Tue, 24 May 2005 20:30:35 -0800 mpm Handle merge with deletions
Mon, 23 May 2005 22:14:41 -0800 mpm Fix transaction handling bug by reverting fileopener change
Mon, 23 May 2005 16:05:48 -0800 mpm Minor safety checks to manifest diff
Fri, 20 May 2005 17:38:01 -0800 mpm Add fileopener to move some pathname knowledge from filelog to repository
Fri, 20 May 2005 17:33:24 -0800 mpm Simplify checkout slightly, replace checkdir with os.makedirs
Fri, 20 May 2005 17:31:55 -0800 mpm Sort files on check-in for good I/O patterns
Fri, 20 May 2005 17:27:21 -0800 mpm Move hg from storing files in data with base64 encoding to full
Fri, 20 May 2005 17:22:02 -0800 mpm Annotate was being too clever trying to work in place, and triggering
Wed, 18 May 2005 18:25:37 -0800 mpm Make prompting go
Wed, 18 May 2005 16:59:54 -0800 mpm Add paranoia to diff code
Wed, 18 May 2005 16:45:44 -0800 mpm Add updated merge3 code
Wed, 18 May 2005 16:31:51 -0800 mpm Beginnings of transaction undo support
Wed, 18 May 2005 16:29:39 -0800 mpm Refactor merge code
Tue, 17 May 2005 13:38:21 -0800 mpm Fix manifest merge swap bug
Tue, 17 May 2005 11:40:45 -0800 mpm Fix merge bug, I hope
Tue, 17 May 2005 11:06:59 -0800 mpm Add -q quiet option
Tue, 17 May 2005 01:12:30 -0800 mpm Add basic annotation support
Tue, 17 May 2005 01:07:57 -0800 mpm Add "HG: merge resolve" to editor text for merge
Fri, 13 May 2005 13:12:32 -0800 mpm Add tag support
Fri, 13 May 2005 11:47:16 -0800 mpm Fix up a bunch of bugs in the new merge code 0.4f
Thu, 12 May 2005 17:54:55 -0800 mpm Diff in subdirectories from Jake Edge
Thu, 12 May 2005 01:21:58 -0800 mpm Add hg:// protocol
Wed, 11 May 2005 15:06:41 -0800 mpm Add getchangegroup code to efficiently calculate and request a changegroup
Wed, 11 May 2005 14:38:26 -0800 mpm From: Thomas Arendsen Hein <thomas@intevation.de>
Wed, 11 May 2005 09:44:12 -0800 mpm Fix resolve bug putting unchanged files in resolve cset
Tue, 10 May 2005 00:40:49 -0800 mpm Add changegroup support
Tue, 10 May 2005 00:33:48 -0800 mpm Fix occassional diff bug with manifests
Sat, 07 May 2005 16:33:09 -0800 mpm Date is an int as a string in changelog
Sat, 07 May 2005 16:12:31 -0800 mpm Move hex/bin bits to revlog