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
Sun, 16 Jul 2006 02:59:20 -0500 Add manifestflags class
Matt Mackall <mpm@selenic.com> [Sun, 16 Jul 2006 02:59:20 -0500] rev 2843
Add manifestflags class
Fri, 11 Aug 2006 14:50:41 -0700 import: get lock and wlock one time
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 11 Aug 2006 14:50:41 -0700] rev 2842
import: get lock and wlock one time this makes import of many patches 6x faster in kernel repo.
Fri, 11 Aug 2006 09:11:54 +0200 Adjusted documentation for hgrc's "[smtp] host" for change in 9f745d3675d4.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 11 Aug 2006 09:11:54 +0200] rev 2841
Adjusted documentation for hgrc's "[smtp] host" for change in 9f745d3675d4.
Thu, 10 Aug 2006 17:37:57 -0700 fix test output
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 10 Aug 2006 17:37:57 -0700] rev 2840
fix test output
Thu, 10 Aug 2006 17:33:08 -0700 mq: only add mq attribute to local repo
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 10 Aug 2006 17:33:08 -0700] rev 2839
mq: only add mq attribute to local repo
Thu, 10 Aug 2006 17:18:55 -0700 mq: apply patch is any posative guard matches
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 10 Aug 2006 17:18:55 -0700] rev 2838
mq: apply patch is any posative guard matches this is like guards command from quilt package.
Thu, 10 Aug 2006 17:02:11 -0700 fetch: fix test fail
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 10 Aug 2006 17:02:11 -0700] rev 2837
fetch: fix test fail
Thu, 10 Aug 2006 16:10:59 -0700 mq: do not allow to push from repo with patches applied
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 10 Aug 2006 16:10:59 -0700] rev 2836
mq: do not allow to push from repo with patches applied
Thu, 10 Aug 2006 15:44:05 -0700 call reposetup functions of extension modules whenever repo created
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 10 Aug 2006 15:44:05 -0700] rev 2835
call reposetup functions of extension modules whenever repo created
Thu, 10 Aug 2006 15:02:18 -0700 mq: test commit in repo with patches applied
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 10 Aug 2006 15:02:18 -0700] rev 2834
mq: test commit in repo with patches applied
Thu, 10 Aug 2006 11:18:48 -0700 Disallow commit over an applied mq patch.
Brendan Cully <brendan@kublai.com> [Thu, 10 Aug 2006 11:18:48 -0700] rev 2833
Disallow commit over an applied mq patch.
Thu, 10 Aug 2006 14:58:10 -0700 qselect: add --pop, --reapply options
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 10 Aug 2006 14:58:10 -0700] rev 2832
qselect: add --pop, --reapply options
Wed, 09 Aug 2006 12:05:40 -0700 Fix some tests for portability.
Danek Duvall <danek.duvall@sun.com> [Wed, 09 Aug 2006 12:05:40 -0700] rev 2831
Fix some tests for portability.
Wed, 09 Aug 2006 13:55:18 -0500 Merge with crew, fix most tests
Matt Mackall <mpm@selenic.com> [Wed, 09 Aug 2006 13:55:18 -0500] rev 2830
Merge with crew, fix most tests
Tue, 08 Aug 2006 10:56:48 -0500 Merge: combine force and forcemerge arguments
Matt Mackall <mpm@selenic.com> [Tue, 08 Aug 2006 10:56:48 -0500] rev 2829
Merge: combine force and forcemerge arguments
Tue, 08 Aug 2006 10:35:19 -0500 Merge: move most tests to the beginning
Matt Mackall <mpm@selenic.com> [Tue, 08 Aug 2006 10:35:19 -0500] rev 2828
Merge: move most tests to the beginning
Tue, 08 Aug 2006 09:26:00 -0500 Merge: refactor err and failedmerge -> unresolved
Matt Mackall <mpm@selenic.com> [Tue, 08 Aug 2006 09:26:00 -0500] rev 2827
Merge: refactor err and failedmerge -> unresolved
Tue, 08 Aug 2006 09:19:20 -0500 Refactor update locking slightly
Matt Mackall <mpm@selenic.com> [Tue, 08 Aug 2006 09:19:20 -0500] rev 2826
Refactor update locking slightly
Tue, 08 Aug 2006 09:11:16 -0500 Merge: combine choose and moddirstate to partial
Matt Mackall <mpm@selenic.com> [Tue, 08 Aug 2006 09:11:16 -0500] rev 2825
Merge: combine choose and moddirstate to partial
Mon, 07 Aug 2006 23:53:04 -0500 Rename merge.allow -> merge.branchmerge
Matt Mackall <mpm@selenic.com> [Mon, 07 Aug 2006 23:53:04 -0500] rev 2824
Rename merge.allow -> merge.branchmerge
Mon, 07 Aug 2006 23:18:16 -0500 Use demandload @ syntax
Matt Mackall <mpm@selenic.com> [Mon, 07 Aug 2006 23:18:16 -0500] rev 2823
Use demandload @ syntax
Mon, 07 Aug 2006 22:54:33 -0500 Introduce update helper functions: update, merge, clean, and revert
Matt Mackall <mpm@selenic.com> [Mon, 07 Aug 2006 22:54:33 -0500] rev 2822
Introduce update helper functions: update, merge, clean, and revert
Mon, 07 Aug 2006 22:35:36 -0500 Teach demandload how to import as
Matt Mackall <mpm@selenic.com> [Mon, 07 Aug 2006 22:35:36 -0500] rev 2821
Teach demandload how to import as
Mon, 07 Aug 2006 20:54:03 -0500 Factor doupdate into _lookup + hg.update
Matt Mackall <mpm@selenic.com> [Mon, 07 Aug 2006 20:54:03 -0500] rev 2820
Factor doupdate into _lookup + hg.update
Mon, 07 Aug 2006 17:26:09 -0500 Fix extensions for merge change
Matt Mackall <mpm@selenic.com> [Mon, 07 Aug 2006 17:26:09 -0500] rev 2819
Fix extensions for merge change
Wed, 09 Aug 2006 09:38:11 -0700 mq: make guards more strict, add tests
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 09 Aug 2006 09:38:11 -0700] rev 2818
mq: make guards more strict, add tests
Tue, 08 Aug 2006 17:11:36 -0700 mq: drop qversion command
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 08 Aug 2006 17:11:36 -0700] rev 2817
mq: drop qversion command
Tue, 08 Aug 2006 17:08:59 -0700 fetch: hold lock and wlock across all operations
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 08 Aug 2006 17:08:59 -0700] rev 2816
fetch: hold lock and wlock across all operations
Wed, 09 Aug 2006 02:04:49 -0700 tests: forgot to add test-mq-guards.out
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 09 Aug 2006 02:04:49 -0700] rev 2815
tests: forgot to add test-mq-guards.out
Tue, 08 Aug 2006 16:40:08 -0700 fetch: lock repo across pull and commit
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 08 Aug 2006 16:40:08 -0700] rev 2814
fetch: lock repo across pull and commit
Tue, 08 Aug 2006 16:37:41 -0700 fetch: drop commands.doupdate
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 08 Aug 2006 16:37:41 -0700] rev 2813
fetch: drop commands.doupdate
Tue, 08 Aug 2006 16:23:02 -0700 test-fetch: make output stable
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 08 Aug 2006 16:23:02 -0700] rev 2812
test-fetch: make output stable
Tue, 08 Aug 2006 16:09:26 -0700 fetch: fix breakage from mpm.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 08 Aug 2006 16:09:26 -0700] rev 2811
fetch: fix breakage from mpm. add test so will not break again.
Tue, 08 Aug 2006 21:42:50 -0700 mq: new commands qselect, qguard
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 08 Aug 2006 21:42:50 -0700] rev 2810
mq: new commands qselect, qguard implement quilt-style guards for mq. guards allow to control whether patch can be pushed. if guard X is active and patch is guarded by +X (called "posative guard"), patch can be pushed. if patch is guarded by -X (called "nagative guard"), patch cannot be pushed and is skipped. use qguard to set/list guards on patches. use qselect to set/list active guards. also "qseries -v" prints guarded patches with "G" now.
Tue, 08 Aug 2006 18:14:03 -0700 fix permission of test-mq-qsave
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 08 Aug 2006 18:14:03 -0700] rev 2809
fix permission of test-mq-qsave
Tue, 08 Aug 2006 18:12:48 -0700 mq: add join method
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 08 Aug 2006 18:12:48 -0700] rev 2808
mq: add join method
Mon, 07 Aug 2006 14:59:32 -0700 Make mq camelcase consistent with the rest of hg.
Brendan Cully <brendan@kublai.com> [Mon, 07 Aug 2006 14:59:32 -0700] rev 2807
Make mq camelcase consistent with the rest of hg.
Mon, 07 Aug 2006 14:48:24 -0700 Add basic qsave/qrestore test.
Brendan Cully <brendan@kublai.com> [Mon, 07 Aug 2006 14:48:24 -0700] rev 2806
Add basic qsave/qrestore test.
Mon, 07 Aug 2006 14:48:18 -0700 Update qsave to use StatusEntry; don't throw exception on bad status lines.
Brendan Cully <brendan@kublai.com> [Mon, 07 Aug 2006 14:48:18 -0700] rev 2805
Update qsave to use StatusEntry; don't throw exception on bad status lines.
Mon, 07 Aug 2006 14:12:03 -0700 Update mq to use new logmessage arglist from 2794:bd8a9a94139f
Brendan Cully <brendan@kublai.com> [Mon, 07 Aug 2006 14:12:03 -0700] rev 2804
Update mq to use new logmessage arglist from 2794:bd8a9a94139f
Mon, 07 Aug 2006 16:47:06 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Mon, 07 Aug 2006 16:47:06 -0500] rev 2803
Merge with crew
Mon, 07 Aug 2006 16:27:09 -0500 Move repo.verify
Matt Mackall <mpm@selenic.com> [Mon, 07 Aug 2006 16:27:09 -0500] rev 2802
Move repo.verify
Thu, 03 Aug 2006 21:24:19 -0500 revlog.lookup optimization
Matt Mackall <mpm@selenic.com> [Thu, 03 Aug 2006 21:24:19 -0500] rev 2801
revlog.lookup optimization
Thu, 03 Aug 2006 20:06:05 -0500 Remove **opts arg from commands.doupdate
Matt Mackall <mpm@selenic.com> [Thu, 03 Aug 2006 20:06:05 -0500] rev 2800
Remove **opts arg from commands.doupdate
Thu, 03 Aug 2006 15:24:41 -0500 Move merge code to its own module
Matt Mackall <mpm@selenic.com> [Thu, 03 Aug 2006 15:24:41 -0500] rev 2799
Move merge code to its own module Pull update and merge3 out of localrepo into merge.py s/self/repo/ Add temporary API function in hg.py Convert all users
Thu, 03 Aug 2006 13:07:57 -0500 Add a doc string
Matt Mackall <mpm@selenic.com> [Thu, 03 Aug 2006 13:07:57 -0500] rev 2798
Add a doc string
Mon, 07 Aug 2006 19:08:55 -0700 fetch: add missing import.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 07 Aug 2006 19:08:55 -0700] rev 2797
fetch: add missing import.
Mon, 07 Aug 2006 17:33:14 -0700 fetch: do not fetch if working dir modified
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 07 Aug 2006 17:33:14 -0700] rev 2796
fetch: do not fetch if working dir modified
Mon, 07 Aug 2006 17:27:38 -0700 new extension: fetch -> combine pull and merge/update
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 07 Aug 2006 17:27:38 -0700] rev 2795
new extension: fetch -> combine pull and merge/update pull changes from remote repo. if changes add new head: merge with new head, commit result. else: update working dir to new head. this makes useful command like git 'pull' command.
Mon, 07 Aug 2006 17:23:04 -0700 commands.logmessage: simplify calling.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 07 Aug 2006 17:23:04 -0700] rev 2794
commands.logmessage: simplify calling.
Mon, 07 Aug 2006 17:22:17 -0700 localrepo.update: allow to suppress commit reminder.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 07 Aug 2006 17:22:17 -0700] rev 2793
localrepo.update: allow to suppress commit reminder.
Sun, 06 Aug 2006 17:27:05 +0200 mq: unused variables, improper usage of 'is [not]', undefined variable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 06 Aug 2006 17:27:05 +0200] rev 2792
mq: unused variables, improper usage of 'is [not]', undefined variable
Sun, 06 Aug 2006 17:24:13 +0200 mq: codingstyle
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 06 Aug 2006 17:24:13 +0200] rev 2791
mq: codingstyle
Sun, 06 Aug 2006 17:20:51 +0200 mq: remove unecessary test
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 06 Aug 2006 17:20:51 +0200] rev 2790
mq: remove unecessary test
Sun, 06 Aug 2006 17:18:53 +0200 mq: fix variables shadowing builtin
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 06 Aug 2006 17:18:53 +0200] rev 2789
mq: fix variables shadowing builtin
Sun, 06 Aug 2006 16:42:36 +0200 util.patch: use shellquote
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 06 Aug 2006 16:42:36 +0200] rev 2788
util.patch: use shellquote
Sat, 05 Aug 2006 14:59:47 -0700 mq: use more portable util.parse_patch_output instead of handrolled version.
Brendan Cully <brendan@kublai.com> [Sat, 05 Aug 2006 14:59:47 -0700] rev 2787
mq: use more portable util.parse_patch_output instead of handrolled version.
Sat, 05 Aug 2006 15:23:26 -0700 Add portable shell-quoting function; teach mq to use it.
Brendan Cully <brendan@kublai.com> [Sat, 05 Aug 2006 15:23:26 -0700] rev 2786
Add portable shell-quoting function; teach mq to use it.
Sun, 06 Aug 2006 16:03:02 +0200 mailbomb: add a comment and remove the bcc in a more pythonic way
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 06 Aug 2006 16:03:02 +0200] rev 2785
mailbomb: add a comment and remove the bcc in a more pythonic way
Fri, 04 Aug 2006 14:36:03 -0700 Add '.' as a shortcut revision name for the working directory parent.
Brendan Cully <brendan@kublai.com> [Fri, 04 Aug 2006 14:36:03 -0700] rev 2784
Add '.' as a shortcut revision name for the working directory parent.
Sat, 05 Aug 2006 02:00:09 -0700 make error better.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 05 Aug 2006 02:00:09 -0700] rev 2783
make error better.
Fri, 04 Aug 2006 10:38:17 -0700 merge with self.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 04 Aug 2006 10:38:17 -0700] rev 2782
merge with self.
Fri, 04 Aug 2006 10:37:40 -0700 fix output of test-backout.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 04 Aug 2006 10:37:40 -0700] rev 2781
fix output of test-backout.
Thu, 03 Aug 2006 15:12:15 -0700 Test suite for log --follow and --follow-first.
Brendan Cully <brendan@kublai.com> [Thu, 03 Aug 2006 15:12:15 -0700] rev 2780
Test suite for log --follow and --follow-first.
Thu, 03 Aug 2006 11:48:56 -0700 Add log option --follow-first to follow only the first parent of
Brendan Cully <brendan@kublai.com> [Thu, 03 Aug 2006 11:48:56 -0700] rev 2779
Add log option --follow-first to follow only the first parent of merges. This can be useful to extract a single line of development.
Thu, 03 Aug 2006 13:29:31 -0700 Make log --follow revision range start default to working dir parent.
Brendan Cully <brendan@kublai.com> [Thu, 03 Aug 2006 13:29:31 -0700] rev 2778
Make log --follow revision range start default to working dir parent.
Thu, 03 Aug 2006 11:06:09 -0700 Make log --follow without a file list follow a single head.
Brendan Cully <brendan@kublai.com> [Thu, 03 Aug 2006 11:06:09 -0700] rev 2777
Make log --follow without a file list follow a single head. This includes all the parents or children (depending on the direction of the revision range).
Thu, 03 Aug 2006 11:12:02 -0700 merge with brendan.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 03 Aug 2006 11:12:02 -0700] rev 2776
merge with brendan.
Thu, 03 Aug 2006 11:09:12 -0700 Use StatusEntry class instead of repeated status line parsing.
Brendan Cully <brendan@kublai.com> [Thu, 03 Aug 2006 11:09:12 -0700] rev 2775
Use StatusEntry class instead of repeated status line parsing. This small cleanup abstracts out repeated instances of (rev, name) = applied[x].split(':'), making it easier to use applied or change the status file format.
Wed, 02 Aug 2006 21:06:12 -0700 mq: make queue.unapplied useful as api
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 02 Aug 2006 21:06:12 -0700] rev 2774
mq: make queue.unapplied useful as api
Wed, 02 Aug 2006 09:29:17 +0200 Import say a file is not tracked after patching : test case
"Mathieu Clabaut <mathieu.clabaut@gmail.com>" [Wed, 02 Aug 2006 09:29:17 +0200] rev 2773
Import say a file is not tracked after patching : test case
Wed, 02 Aug 2006 20:33:57 -0700 mq: simplify save_dirty
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 02 Aug 2006 20:33:57 -0700] rev 2772
mq: simplify save_dirty
Wed, 02 Aug 2006 15:07:37 -0700 Add -f option to qfold; improve qfold documentation.
Brendan Cully <brendan@kublai.com> [Wed, 02 Aug 2006 15:07:37 -0700] rev 2771
Add -f option to qfold; improve qfold documentation.
Wed, 02 Aug 2006 14:48:59 -0700 Clean up qnew help text.
Brendan Cully <brendan@kublai.com> [Wed, 02 Aug 2006 14:48:59 -0700] rev 2770
Clean up qnew help text.
Wed, 02 Aug 2006 13:04:36 -0700 tests: fix output for test-backout
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 02 Aug 2006 13:04:36 -0700] rev 2769
tests: fix output for test-backout
Wed, 02 Aug 2006 12:46:00 -0700 allow None for path of hg.repository
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 02 Aug 2006 12:46:00 -0700] rev 2768
allow None for path of hg.repository
Wed, 02 Aug 2006 10:48:34 -0700 mq: rename read_series as parse_series, make simpler and faster
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 02 Aug 2006 10:48:34 -0700] rev 2767
mq: rename read_series as parse_series, make simpler and faster
Wed, 02 Aug 2006 09:18:56 -0700 fix call to commands.setremoteconfig
Bryan O'Sullivan <bos@serpentine.com> [Wed, 02 Aug 2006 09:18:56 -0700] rev 2766
fix call to commands.setremoteconfig
Wed, 02 Aug 2006 06:36:27 -0700 mq: print matches if patch name not unique
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 02 Aug 2006 06:36:27 -0700] rev 2765
mq: print matches if patch name not unique
Tue, 01 Aug 2006 19:58:34 -0700 clone: replace long help string of inaky with doc comment.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 01 Aug 2006 19:58:34 -0700] rev 2764
clone: replace long help string of inaky with doc comment.
Tue, 01 Aug 2006 11:12:34 -0700 Breakup clone -r extra text help to fit in 80 columns
Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> [Tue, 01 Aug 2006 11:12:34 -0700] rev 2763
Breakup clone -r extra text help to fit in 80 columns
Tue, 01 Aug 2006 09:50:30 -0700 Expand clone help with hardlink information
Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> [Tue, 01 Aug 2006 09:50:30 -0700] rev 2762
Expand clone help with hardlink information
Wed, 02 Aug 2006 03:17:06 +0200 fix hg backup option recommendation for auto-merge
Christian Ebert <blacktrash@gmx.net> [Wed, 02 Aug 2006 03:17:06 +0200] rev 2761
fix hg backup option recommendation for auto-merge
Tue, 01 Aug 2006 15:51:13 -0700 import: make patch apply if run in subdir
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 01 Aug 2006 15:51:13 -0700] rev 2760
import: make patch apply if run in subdir fix is same as for mq patch. patch apply code should be merged.
Wed, 02 Aug 2006 00:20:28 +0200 hgcommand.vim: requirements & doc self-install more consistent; cosmetics
Christian Ebert <blacktrash@gmx.net> [Wed, 02 Aug 2006 00:20:28 +0200] rev 2759
hgcommand.vim: requirements & doc self-install more consistent; cosmetics Check for availability of builtin system(). Set 'compatible' while sourcing script. File operation during doc self-install: Escape spaces in ex-commands. Use quotes in system calls. Incremented revision number(s). Size of patch is due to cosmetic cleanups: Removal of spaces at line endings. <SID>Prefix to functions when called.
Tue, 01 Aug 2006 15:40:54 -0700 fix mq test output.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 01 Aug 2006 15:40:54 -0700] rev 2758
fix mq test output.
Tue, 01 Aug 2006 15:40:28 -0700 merge patches from brendan cully that did not apply clean against tip.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 01 Aug 2006 15:40:28 -0700] rev 2757
merge patches from brendan cully that did not apply clean against tip.
Tue, 01 Aug 2006 15:24:18 -0700 Add -s option to qseries: display first line of patch header.
Brendan Cully <brendan@kublai.com> [Tue, 01 Aug 2006 15:24:18 -0700] rev 2756
Add -s option to qseries: display first line of patch header.
Tue, 01 Aug 2006 14:56:54 -0700 Check for parent/mod as well as parent.mod in findext.
Brendan Cully <brendan@kublai.com> [Tue, 01 Aug 2006 14:56:54 -0700] rev 2755
Check for parent/mod as well as parent.mod in findext. Debian/Ubuntu ship a system-wide hgrc that loads extensions using the syntax hgext/extension=, rather than hgext.extension=. Although the extensions work correctly, hg help <extension> doesn't understand this form without this patch.
Tue, 01 Aug 2006 15:24:12 -0700 Add more verbose help text to mq commands.
Brendan Cully <brendan@kublai.com> [Tue, 01 Aug 2006 15:24:12 -0700] rev 2754
Add more verbose help text to mq commands.
(0) -1000 -120 +120 +1000 tip