log

age author description
Sat, 21 May 2005 17:26:44 -0800 mpm Make hg diff handle files that have been added but not yet committed.
Sat, 21 May 2005 17:03:12 -0800 mpm Fix diff and export not showing added files
Sat, 21 May 2005 13:14:58 -0800 mpm Add safety checking to mpatch
Fri, 20 May 2005 19:19:25 -0800 mpm Fix braindamaged import in mdiff.
Fri, 20 May 2005 17:50:11 -0800 mpm Remove some debugging code from lazyparser
Fri, 20 May 2005 17:49:25 -0800 mpm Remove python version of the patches code
Fri, 20 May 2005 17:47:13 -0800 mpm Remove debugoldmerge command
Fri, 20 May 2005 17:46:47 -0800 mpm hg history: don't print file list without -v switch
Fri, 20 May 2005 17:45:03 -0800 mpm Subdir support for annotate
Fri, 20 May 2005 17:44:34 -0800 mpm Use revlog.delta and mdiff.patchtext to massively speed up processing
Fri, 20 May 2005 17:42:29 -0800 mpm Add a function to return the new text from a binary diff
Fri, 20 May 2005 17:40:24 -0800 mpm Add code to retrieve or construct a revlog delta
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:36:02 -0800 mpm Make revision code slightly faster
Fri, 20 May 2005 17:35:20 -0800 mpm Only use lazy indexing for big indices and avoid the overhead of the
Fri, 20 May 2005 17:34:04 -0800 mpm Make lazyindex load slightly faster
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:31:12 -0800 mpm Make compression more intelligent:
Fri, 20 May 2005 17:28:09 -0800 mpm Add script for doing conversion of repo from oldstyle to newstyle
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
Fri, 20 May 2005 17:20:39 -0800 mpm Warn if we fail to truncate something
Wed, 18 May 2005 18:25:37 -0800 mpm Make prompting go
Wed, 18 May 2005 17:37:49 -0800 mpm Don't diff unknown files
Wed, 18 May 2005 17:33:46 -0800 mpm Date on its own line in file log
Wed, 18 May 2005 17:29:10 -0800 mpm Pull from hg://edge2.net/hg/cmds
Sun, 15 May 2005 15:30:36 -0700 jake adding subdir support for log and status commands
Wed, 18 May 2005 17:06:07 -0800 mpm Merge from hgweb
Tue, 17 May 2005 16:03:50 -0700 jake added pagination for changes (front) page
Fri, 13 May 2005 17:48:10 -0700 jake reorganize code into classes
Fri, 13 May 2005 17:27:14 -0700 jake making change list be reverse ordered
Wed, 18 May 2005 16:59:54 -0800 mpm Add paranoia to diff code
Wed, 18 May 2005 16:47:49 -0800 mpm Add iterator to the lazymap 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
Wed, 18 May 2005 15:24:18 -0800 mpm Fix two bugs in verify
Wed, 18 May 2005 15:23:10 -0800 mpm Add debugindexdot to generate graphviz dot files from indexes
Wed, 18 May 2005 15:21:53 -0800 mpm hack so that debugindex takes filenames
Tue, 17 May 2005 13:38:21 -0800 mpm Fix manifest merge swap bug
Tue, 17 May 2005 13:37:15 -0800 mpm Add tip command
Tue, 17 May 2005 12:40:24 -0800 mpm Missing newline in "requesting changegroup"
Tue, 17 May 2005 12:23:53 -0800 mpm Verify improvements:
Tue, 17 May 2005 12:20:29 -0800 mpm Friendlier exceptions for unknown node errors
Tue, 17 May 2005 11:40:45 -0800 mpm Fix merge bug, I hope
Tue, 17 May 2005 11:40:26 -0800 mpm More useful message on broken addgroup chain
Tue, 17 May 2005 11:06:59 -0800 mpm Add -q quiet option
Tue, 17 May 2005 10:13:00 -0800 mpm Gotos are embarrassing.
Tue, 17 May 2005 01:27:14 -0800 mpm Add annotate and blame to the command list and README
Tue, 17 May 2005 01:22:50 -0800 mpm Fix field width for annotate
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
Tue, 17 May 2005 01:07:01 -0800 mpm Fix bug in lazymap code
Tue, 17 May 2005 00:33:22 -0800 mpm Add lazy{parser,index,map} to speed up processing of index files
Tue, 17 May 2005 00:32:18 -0800 mpm Fix a bug in patches() if there's not text and no patch
Tue, 17 May 2005 00:30:01 -0800 mpm (none)
Mon, 16 May 2005 22:10:02 -0800 mpm Change revlog to use new patch code
Mon, 16 May 2005 22:08:33 -0800 mpm Add an O(m + nlog n) patching extension
Sat, 14 May 2005 10:27:14 -0800 mpm Add mdiff.patches to speed up applying thousands of patches to the manifest