Sat, 12 Aug 2006 16:13:27 -0700 refactor text diff/patch code.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 12 Aug 2006 16:13:27 -0700] rev 2873
refactor text diff/patch code. rename commands.dodiff to patch.diff. rename commands.doexport to patch.export. move some functions from commands to new mercurial.cmdutil module. turn list of diff options into mdiff.diffopts class. patch.diff and patch.export now has clean api for call from 3rd party python code.
Sat, 12 Aug 2006 16:05:09 -0700 merge.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 12 Aug 2006 16:05:09 -0700] rev 2872
merge.
Sat, 12 Aug 2006 16:04:49 -0700 manifest.execf is now a function.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 12 Aug 2006 16:04:49 -0700] rev 2871
manifest.execf is now a function.
Sat, 12 Aug 2006 15:43:38 -0700 merge.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 12 Aug 2006 15:43:38 -0700] rev 2870
merge.
Sat, 12 Aug 2006 15:01:46 -0700 grep: add --follow support.
Brendan Cully <brendan@kublai.com> [Sat, 12 Aug 2006 15:01:46 -0700] rev 2869
grep: add --follow support.
Sat, 12 Aug 2006 13:51:14 -0700 grep: display correct user/revision for --all in reverse.
Brendan Cully <brendan@kublai.com> [Sat, 12 Aug 2006 13:51:14 -0700] rev 2868
grep: display correct user/revision for --all in reverse. Also handle multiple occurrences of the same line by storing linestates in an array instead of a dict, and using difflib to compute the difference between linestates.
Sat, 12 Aug 2006 15:41:26 -0700 util: qualify name properly.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 12 Aug 2006 15:41:26 -0700] rev 2867
util: qualify name properly.
Sat, 12 Aug 2006 14:15:23 -0700 mq: demandload more
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 12 Aug 2006 14:15:23 -0700] rev 2866
mq: demandload more
Sat, 12 Aug 2006 13:16:48 -0700 commands.import: refactor patch parsing into patch.extract.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 12 Aug 2006 13:16:48 -0700] rev 2865
commands.import: refactor patch parsing into patch.extract.
Sat, 12 Aug 2006 12:47:18 -0700 merge git patch code.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 12 Aug 2006 12:47:18 -0700] rev 2864
merge git patch code.
Fri, 11 Aug 2006 16:56:31 -0700 Tests for git import
Brendan Cully <brendan@kublai.com> [Fri, 11 Aug 2006 16:56:31 -0700] rev 2863
Tests for git import
Fri, 11 Aug 2006 16:55:48 -0700 Remove debugging line
Brendan Cully <brendan@kublai.com> [Fri, 11 Aug 2006 16:55:48 -0700] rev 2862
Remove debugging line
Fri, 11 Aug 2006 16:30:24 -0700 Fix bad merge with crew
Brendan Cully <brendan@kublai.com> [Fri, 11 Aug 2006 16:30:24 -0700] rev 2861
Fix bad merge with crew
Fri, 11 Aug 2006 15:50:16 -0700 Move patch-related code into its own module.
Brendan Cully <brendan@kublai.com> [Fri, 11 Aug 2006 15:50:16 -0700] rev 2860
Move patch-related code into its own module.
Fri, 11 Aug 2006 15:50:07 -0700 Teach import to understand git diff extensions.
Brendan Cully <brendan@kublai.com> [Fri, 11 Aug 2006 15:50:07 -0700] rev 2859
Teach import to understand git diff extensions. Vanilla patch chokes on git patches that include files that are copied or renamed, then modified. So this code detects that case and rewrites the patch if necessary.
Sat, 12 Aug 2006 12:30:02 -0700 update copyrights.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 12 Aug 2006 12:30:02 -0700] rev 2858
update copyrights.
Sat, 12 Aug 2006 12:12:23 -0700 merge.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 12 Aug 2006 12:12:23 -0700] rev 2857
merge.
Sat, 12 Aug 2006 08:53:23 -0300 Fix some bugs introduced during the manifest refactoring
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 12 Aug 2006 08:53:23 -0300] rev 2856
Fix some bugs introduced during the manifest refactoring
Sat, 12 Aug 2006 09:24:04 -0300 Fix "hg qnew -f foo" without -m
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 12 Aug 2006 09:24:04 -0300] rev 2855
Fix "hg qnew -f foo" without -m The refresh method assumes it has a string.
Sat, 12 Aug 2006 11:53:12 -0700 merge with mpm.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 12 Aug 2006 11:53:12 -0700] rev 2854
merge with mpm.
Fri, 11 Aug 2006 11:00:38 -0500 Remove manifest.readflags
Matt Mackall <mpm@selenic.com> [Fri, 11 Aug 2006 11:00:38 -0500] rev 2853
Remove manifest.readflags
Fri, 11 Aug 2006 10:57:42 -0500 Change remaining users of manifest flags
Matt Mackall <mpm@selenic.com> [Fri, 11 Aug 2006 10:57:42 -0500] rev 2852
Change remaining users of manifest flags
Thu, 10 Aug 2006 22:38:56 -0500 Switch to simpler manifestdict
Matt Mackall <mpm@selenic.com> [Thu, 10 Aug 2006 22:38:56 -0500] rev 2851
Switch to simpler manifestdict
Wed, 09 Aug 2006 22:07:13 -0500 Merge: use single objects for tracking manifests
Matt Mackall <mpm@selenic.com> [Wed, 09 Aug 2006 22:07:13 -0500] rev 2850
Merge: use single objects for tracking manifests
Wed, 09 Aug 2006 17:11:01 -0500 Merge: save away mode bit so that we don't need manifest later
Matt Mackall <mpm@selenic.com> [Wed, 09 Aug 2006 17:11:01 -0500] rev 2849
Merge: save away mode bit so that we don't need manifest later
Wed, 09 Aug 2006 15:03:46 -0500 Merge manifest refactor work
Matt Mackall <mpm@selenic.com> [Wed, 09 Aug 2006 15:03:46 -0500] rev 2848
Merge manifest refactor work
Wed, 09 Aug 2006 14:53:03 -0500 Combine manifest dict and flags dict into a single object
Matt Mackall <mpm@selenic.com> [Wed, 09 Aug 2006 14:53:03 -0500] rev 2847
Combine manifest dict and flags dict into a single object This gets rid of the need to track two objects and might save memory. This might be faster implemented as a subclassed dict with auxiliary functions to access a sparse flags dict.
Wed, 19 Jul 2006 19:11:50 -0500 manifestflags: eliminate remaining users of direct dict access
Matt Mackall <mpm@selenic.com> [Wed, 19 Jul 2006 19:11:50 -0500] rev 2846
manifestflags: eliminate remaining users of direct dict access
Sun, 16 Jul 2006 03:22:05 -0500 Use strings for manifestflags to allow storing multiple flags
Matt Mackall <mpm@selenic.com> [Sun, 16 Jul 2006 03:22:05 -0500] rev 2845
Use strings for manifestflags to allow storing multiple flags
Sun, 16 Jul 2006 03:14:17 -0500 Start using manifestflags methods
Matt Mackall <mpm@selenic.com> [Sun, 16 Jul 2006 03:14:17 -0500] rev 2844
Start using manifestflags methods
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip