log mercurial/hg.py @ 263:e8eb427c6d71

age author description
Sun, 05 Jun 2005 10:50:03 -0800 mpm Fix empty repository transaction bug
Sun, 05 Jun 2005 10:48:39 -0800 mpm implement demand loading hack
Sat, 04 Jun 2005 19:21:13 -0800 mpm minor fixes for update()
Sat, 04 Jun 2005 18:34:35 -0800 mpm unify checkout and resolve into update
Sat, 04 Jun 2005 15:16:48 -0800 mpm Remove invalid state from dirstate
Sat, 04 Jun 2005 15:14:11 -0800 mpm backup dirstate for undo
Sat, 04 Jun 2005 14:16:32 -0800 mpm import and startup cleanups
Sat, 04 Jun 2005 12:24:23 -0800 mpm migrate verify
Sat, 04 Jun 2005 11:13:25 -0800 mpm root relative IO and valid commit states
Fri, 03 Jun 2005 18:29:46 -0800 mpm Resolve bits from TAH
Fri, 03 Jun 2005 18:27:55 -0800 mpm Replace tkmerge with hgmerge
Fri, 03 Jun 2005 13:32:37 -0800 mpm Merge from tah
Fri, 03 Jun 2005 12:58:47 -0800 mpm hg resolve: merge a given node into the working directory
Fri, 03 Jun 2005 12:56:50 -0800 mpm add 'm' state to dirstates
Fri, 03 Jun 2005 12:55:56 -0800 mpm make diffdir default to dirstate.parents()
Fri, 03 Jun 2005 12:54:54 -0800 mpm teach commit about dirstate.parents()
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