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 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip