Mon, 21 Aug 2006 09:44:52 -0700 revert: require --all to revert all files.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 21 Aug 2006 09:44:52 -0700] rev 2965
revert: require --all to revert all files.
Sun, 20 Aug 2006 02:21:59 -0300 fix typo in mail.py
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 20 Aug 2006 02:21:59 -0300] rev 2964
fix typo in mail.py
Sun, 20 Aug 2006 02:21:51 -0300 fix incoming -p
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 20 Aug 2006 02:21:51 -0300] rev 2963
fix incoming -p
Sun, 20 Aug 2006 01:13:11 -0300 dirstate.py: when comparing mtimes, use only the integer part.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 20 Aug 2006 01:13:11 -0300] rev 2962
dirstate.py: when comparing mtimes, use only the integer part. Python 2.5 can return timestamps with subsecond resolution.
Sun, 20 Aug 2006 00:44:54 -0300 localrepo.status: detect clean files even when the mtime has changed
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 20 Aug 2006 00:44:54 -0300] rev 2961
localrepo.status: detect clean files even when the mtime has changed
Sun, 20 Aug 2006 00:44:53 -0300 Avoid Python 2.5 warning
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 20 Aug 2006 00:44:53 -0300] rev 2960
Avoid Python 2.5 warning demandload.py:112: Warning: 'as' will become a reserved keyword in Python 2.6
Thu, 17 Aug 2006 15:30:45 -0500 extdiff: make new diff commands pick up their options correctly
TK Soh <teekaysoh@yahoo.com> [Thu, 17 Aug 2006 15:30:45 -0500] rev 2959
extdiff: make new diff commands pick up their options correctly
Fri, 18 Aug 2006 22:13:58 -0700 addremove: add -s/--similarity option
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 18 Aug 2006 22:13:58 -0700] rev 2958
addremove: add -s/--similarity option progress on issue 295.
Fri, 18 Aug 2006 21:18:01 -0700 fix comment.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 18 Aug 2006 21:18:01 -0700] rev 2957
fix comment.
Fri, 18 Aug 2006 21:17:28 -0700 merge.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 18 Aug 2006 21:17:28 -0700] rev 2956
merge.
Sun, 23 Jul 2006 09:04:14 -0700 addremove: do not deprecate.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 23 Jul 2006 09:04:14 -0700] rev 2955
addremove: do not deprecate. command is too useful to drop. is also best place to try autodetect of rename/copy by content similarity.
Fri, 18 Aug 2006 21:04:10 -0700 merge.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 18 Aug 2006 21:04:10 -0700] rev 2954
merge.
Fri, 18 Aug 2006 21:03:29 -0700 fix issue 322.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 18 Aug 2006 21:03:29 -0700] rev 2953
fix issue 322. do not allow to add files that shadow files or directories already in dirstate.
Fri, 18 Aug 2006 17:02:38 -0700 merge.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 18 Aug 2006 17:02:38 -0700] rev 2952
merge.
Thu, 17 Aug 2006 21:13:35 +0300 add missing import of errno
Giorgos Keramidas <keramida@ceid.upatras.gr> [Thu, 17 Aug 2006 21:13:35 +0300] rev 2951
add missing import of errno
Fri, 18 Aug 2006 15:53:30 -0700 merge.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 18 Aug 2006 15:53:30 -0700] rev 2950
merge.
Fri, 18 Aug 2006 15:53:14 -0700 add other dir/file case to test for issue322.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 18 Aug 2006 15:53:14 -0700] rev 2949
add other dir/file case to test for issue322.
Fri, 18 Aug 2006 14:59:18 -0700 Teach annotate to follow copies.
Brendan Cully <brendan@kublai.com> [Fri, 18 Aug 2006 14:59:18 -0700] rev 2948
Teach annotate to follow copies.
Fri, 18 Aug 2006 15:03:16 -0700 Add self to contributors
Brendan Cully <brendan@kublai.com> [Fri, 18 Aug 2006 15:03:16 -0700] rev 2947
Add self to contributors
Fri, 18 Aug 2006 14:49:12 -0700 add test for issue 322.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 18 Aug 2006 14:49:12 -0700] rev 2946
add test for issue 322. no .out file because issue is still live.
Fri, 18 Aug 2006 14:13:44 -0700 merge with self.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 18 Aug 2006 14:13:44 -0700] rev 2945
merge with self.
Fri, 18 Aug 2006 14:13:24 -0700 load extensions from every hgrc.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 18 Aug 2006 14:13:24 -0700] rev 2944
load extensions from every hgrc. before this change only extensions in global hgrc files were loaded. now extensions in per-repo hgrc are loaded.
Fri, 11 Aug 2006 16:12:14 -0700 refactor extension loading.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 11 Aug 2006 16:12:14 -0700] rev 2943
refactor extension loading.
Fri, 18 Aug 2006 13:01:40 -0700 merge with brendan.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 18 Aug 2006 13:01:40 -0700] rev 2942
merge with brendan.
Wed, 16 Aug 2006 19:55:42 -0700 mq: fix appliedname
Brendan Cully <brendan@kublai.com> [Wed, 16 Aug 2006 19:55:42 -0700] rev 2941
mq: fix appliedname
Wed, 16 Aug 2006 19:53:42 -0700 mq help text updates and speling fixes
Brendan Cully <brendan@kublai.com> [Wed, 16 Aug 2006 19:53:42 -0700] rev 2940
mq help text updates and speling fixes
Wed, 16 Aug 2006 19:53:01 -0700 Add qnew -e option.
Brendan Cully <brendan@kublai.com> [Wed, 16 Aug 2006 19:53:01 -0700] rev 2939
Add qnew -e option.
Wed, 16 Aug 2006 19:52:21 -0700 allow qrefresh to take a list of files; closes #96.
Brendan Cully <brendan@kublai.com> [Wed, 16 Aug 2006 19:52:21 -0700] rev 2938
allow qrefresh to take a list of files; closes #96.
Wed, 16 Aug 2006 19:51:39 -0700 Fix test-mq-qdiff; add -I and -X options to qdiff
Brendan Cully <brendan@kublai.com> [Wed, 16 Aug 2006 19:51:39 -0700] rev 2937
Fix test-mq-qdiff; add -I and -X options to qdiff
Wed, 16 Aug 2006 19:50:50 -0700 Fix qfold after recent changes
Brendan Cully <brendan@kublai.com> [Wed, 16 Aug 2006 19:50:50 -0700] rev 2936
Fix qfold after recent changes
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip