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 2802
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 2801
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 2800
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 2799
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 2798
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 2797
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 2796
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 2795
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 2794
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 2793
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 2792
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 2791
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 2790
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 2789
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 2788
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 2787
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 2786
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 2785
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 2784
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 2783
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 2782
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 2781
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 2780
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 2779
mq: make queue.unapplied useful as api
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 2778
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 2777
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 2776
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 2775
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 2774
Add a doc string
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.
Tue, 01 Aug 2006 15:24:11 -0700 Add -m, -l, -e options to qfold.
Brendan Cully <brendan@kublai.com> [Tue, 01 Aug 2006 15:24:11 -0700] rev 2753
Add -m, -l, -e options to qfold.
Tue, 01 Aug 2006 12:21:55 -0700 Add -f option to qdelete, to remove patch file.
Brendan Cully <brendan@kublai.com> [Tue, 01 Aug 2006 12:21:55 -0700] rev 2752
Add -f option to qdelete, to remove patch file.
Tue, 01 Aug 2006 10:57:28 -0700 mq: add qmv as alias for qrename
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 01 Aug 2006 10:57:28 -0700] rev 2751
mq: add qmv as alias for qrename
Tue, 01 Aug 2006 10:55:06 -0700 New self-explanatory command qrename.
Brendan Cully <brendan@kublai.com> [Tue, 01 Aug 2006 10:55:06 -0700] rev 2750
New self-explanatory command qrename.
Tue, 01 Aug 2006 09:51:36 -0400 [darcs2hg] Windows compatibilty patct
Sébastien Pierre <sebastien@xprima.com> [Tue, 01 Aug 2006 09:51:36 -0400] rev 2749
[darcs2hg] Windows compatibilty patct Originally submitted by Daiju Kito 1. single quote didn't work in several cases 2. os.unlink tries to delete tmpfile when it's called. It won't wait like unix.
Mon, 31 Jul 2006 20:33:56 -0700 New mq command qfold: Merge patches into the current patch.
Brendan Cully <brendan@kublai.com> [Mon, 31 Jul 2006 20:33:56 -0700] rev 2748
New mq command qfold: Merge patches into the current patch. Patches should be in the series file but not yet applied.
Mon, 31 Jul 2006 18:39:31 -0700 Add command qheader to display the header of a given patch.
Brendan Cully <brendan@kublai.com> [Mon, 31 Jul 2006 18:39:31 -0700] rev 2747
Add command qheader to display the header of a given patch.
Mon, 31 Jul 2006 17:55:43 -0700 Add option -e/--edit to qrefresh, to edit the existing header.
Brendan Cully <brendan@kublai.com> [Mon, 31 Jul 2006 17:55:43 -0700] rev 2746
Add option -e/--edit to qrefresh, to edit the existing header.
Mon, 31 Jul 2006 18:47:43 -0700 Change patch header as well as commit message with qrefresh -m or -l.
Brendan Cully <brendan@kublai.com> [Mon, 31 Jul 2006 18:47:43 -0700] rev 2745
Change patch header as well as commit message with qrefresh -m or -l.
Tue, 01 Aug 2006 02:23:05 -0700 Remove pointless reposetup hook from hgk.py
Brendan Cully <brendan@kublai.com> [Tue, 01 Aug 2006 02:23:05 -0700] rev 2744
Remove pointless reposetup hook from hgk.py
Mon, 31 Jul 2006 12:02:13 -0700 import: switch from application/x-patch to text/x-diff
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 31 Jul 2006 12:02:13 -0700] rev 2743
import: switch from application/x-patch to text/x-diff christian ebert says his mailer was broken.
Mon, 31 Jul 2006 14:22:17 -0300 mq: correct the use of super
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 31 Jul 2006 14:22:17 -0300] rev 2742
mq: correct the use of super The first argument passed to super is supposed to be the class where it's being used, not self.__class__ - the two can be different when there's inheritance involved.
Mon, 31 Jul 2006 07:31:31 -0700 log: add -f/--follow option, to follow rename/copy
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 31 Jul 2006 07:31:31 -0700] rev 2741
log: add -f/--follow option, to follow rename/copy
Mon, 31 Jul 2006 07:11:12 -0700 clean up hg.py: move repo constructor code into each repo module
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 31 Jul 2006 07:11:12 -0700] rev 2740
clean up hg.py: move repo constructor code into each repo module
Sun, 30 Jul 2006 22:52:34 -0700 merge with mpm.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 30 Jul 2006 22:52:34 -0700] rev 2739
merge with mpm.
Sun, 30 Jul 2006 21:46:38 -0700 pull: allow to pull from bundle file without need for bundle: syntax
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 30 Jul 2006 21:46:38 -0700] rev 2738
pull: allow to pull from bundle file without need for bundle: syntax
Sun, 30 Jul 2006 09:37:08 +0300 avoid calling (cd ...) with `nil' as a directory name
Giorgos Keramidas <keramida@ceid.upatras.gr> [Sun, 30 Jul 2006 09:37:08 +0300] rev 2737
avoid calling (cd ...) with `nil' as a directory name When (hg-root) cannot determine the current Mercurial root, print an error message instead of trying to evaluate (cd nil).
Sat, 29 Jul 2006 18:15:08 +0200 fix output file format %r
Christian Ebert <blacktrash@gmx.net> [Sat, 29 Jul 2006 18:15:08 +0200] rev 2736
fix output file format %r
Fri, 28 Jul 2006 21:20:41 -0300 hbisect.py: don't rely on __del__ to write the current state.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 28 Jul 2006 21:20:41 -0300] rev 2735
hbisect.py: don't rely on __del__ to write the current state. This is yet another page of the "Thou shalt not do too much inside __del__ methods" book, in the "demandload and __del__ don't go well together" chapter. The bisect extension is broken in 0.9.1: $ hg bisect init $ hg bisect bad Fatal Python error: Interpreter not initialized (version mismatch?) Aborted (yes, I tripled checked my instalation to make sure the problem is not there) It's been broken since revision fe1689273f84 moved the import of the binascii module into a demandload. (In details: the first time that "hg bisect bad" (or good) is called, there are still no revisions saved in .hg/bisect/*, so bisect.__init__ doesn't call hg.bin on anything. So, when we reach __del__, the binascii module still hasn't been imported and we get that "nice" message above.)
Sat, 29 Jul 2006 01:58:12 +0200 hgcommand.vim: cleanup of doc self-install code
Christian Ebert <blacktrash@gmx.net> [Sat, 29 Jul 2006 01:58:12 +0200] rev 2734
hgcommand.vim: cleanup of doc self-install code
Sun, 30 Jul 2006 21:24:06 -0700 import: allow application/x-patch for funny patch from christian ebert
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 30 Jul 2006 21:24:06 -0700] rev 2733
import: allow application/x-patch for funny patch from christian ebert
Sat, 29 Jul 2006 10:27:54 +0200 patchbomb: do not write Bcc
Christian Ebert <blacktrash@gmx.net> [Sat, 29 Jul 2006 10:27:54 +0200] rev 2732
patchbomb: do not write Bcc
Mon, 31 Jul 2006 00:47:43 -0500 Kill ui.setconfig_remoteopts
Matt Mackall <mpm@selenic.com> [Mon, 31 Jul 2006 00:47:43 -0500] rev 2731
Kill ui.setconfig_remoteopts This brought too much knowledge about command line particulars into the ui code. Moved to commands.py.
Sun, 30 Jul 2006 13:29:19 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 30 Jul 2006 13:29:19 -0700] rev 2730
merge with crew.
Sat, 29 Jul 2006 11:14:32 -0700 mq: add basic tests
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 29 Jul 2006 11:14:32 -0700] rev 2729
mq: add basic tests
Sat, 29 Jul 2006 11:05:39 -0700 mq: allow to apply patches in subdir of repo again
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 29 Jul 2006 11:05:39 -0700] rev 2728
mq: allow to apply patches in subdir of repo again i broke it in 35caf437a201.
Sat, 29 Jul 2006 08:11:41 +0200 merge with tah
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 29 Jul 2006 08:11:41 +0200] rev 2727
merge with tah
Fri, 28 Jul 2006 08:59:06 +0200 Add test mq keeping a reference to localrepo which can't remove journal on exit.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 28 Jul 2006 08:59:06 +0200] rev 2726
Add test mq keeping a reference to localrepo which can't remove journal on exit.
Fri, 28 Jul 2006 14:31:20 -0700 mq: update to handle repomap not longer used
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 28 Jul 2006 14:31:20 -0700] rev 2725
mq: update to handle repomap not longer used
Fri, 28 Jul 2006 13:08:25 -0700 mq: replace module-wide repo hash with a repo attribute
Brendan Cully <brendan@kublai.com> [Fri, 28 Jul 2006 13:08:25 -0700] rev 2724
mq: replace module-wide repo hash with a repo attribute
Fri, 28 Jul 2006 13:08:21 -0700 mq: do not hold a reference to repo in tags override
Brendan Cully <brendan@kublai.com> [Fri, 28 Jul 2006 13:08:21 -0700] rev 2723
mq: do not hold a reference to repo in tags override Instead, replace repo's class object with a subclass.
Fri, 28 Jul 2006 22:17:32 +0200 patchbomb: fix generation of message-id when sending attachments
Christian Ebert <blacktrash@gmx.net> [Fri, 28 Jul 2006 22:17:32 +0200] rev 2722
patchbomb: fix generation of message-id when sending attachments node was set to bin(node) before message-id was created
Fri, 28 Jul 2006 10:47:02 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 28 Jul 2006 10:47:02 -0700] rev 2721
merge with crew.
Fri, 28 Jul 2006 10:46:41 -0700 mq: add qclone command
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 28 Jul 2006 10:46:41 -0700] rev 2720
mq: add qclone command
Fri, 28 Jul 2006 10:46:25 -0700 hg.py: add islocal() and defaultdest() functions, refactor
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 28 Jul 2006 10:46:25 -0700] rev 2719
hg.py: add islocal() and defaultdest() functions, refactor islocal tells if a repo or url is local. defaultdest returns default path for clone if explicit path not given. clone can now take repo or url as source
Fri, 28 Jul 2006 18:46:02 +0200 makes 'hg diff' diff the file in sorted order
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 28 Jul 2006 18:46:02 +0200] rev 2718
makes 'hg diff' diff the file in sorted order
Fri, 28 Jul 2006 09:01:13 +0200 merge with tonfa
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 28 Jul 2006 09:01:13 +0200] rev 2717
merge with tonfa
Thu, 27 Jul 2006 19:26:01 +0200 reupdate the options after loading the repo
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 19:26:01 +0200] rev 2716
reupdate the options after loading the repo local .hgrc could possibly override them, command line take priority
Fri, 28 Jul 2006 09:00:59 +0200 merge with upstream
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 28 Jul 2006 09:00:59 +0200] rev 2715
merge with upstream
Fri, 28 Jul 2006 09:00:30 +0200 Fix test-mq-qnew-twice exit code and output.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 28 Jul 2006 09:00:30 +0200] rev 2714
Fix test-mq-qnew-twice exit code and output.
Thu, 27 Jul 2006 18:24:59 -0700 mq: fix queue.apply to not call os.chdir()
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 18:24:59 -0700] rev 2713
mq: fix queue.apply to not call os.chdir() call to os.chdir broke "hg -R dirname qpush". instead pass -d (change directory) option to patch command.
Thu, 27 Jul 2006 16:41:59 -0700 mq: move many error messages to util.Abort
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 16:41:59 -0700] rev 2712
mq: move many error messages to util.Abort
Thu, 27 Jul 2006 16:08:56 -0700 mq: do not allow to qnew a patch twice
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 16:08:56 -0700] rev 2711
mq: do not allow to qnew a patch twice
Thu, 27 Jul 2006 15:53:08 -0700 run-tests.py: skip tests that should not run.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 15:53:08 -0700] rev 2710
run-tests.py: skip tests that should not run. print message when any test is skipped. count skipped tests.
Thu, 27 Jul 2006 15:31:04 -0700 make mq test more portable.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 15:31:04 -0700] rev 2709
make mq test more portable.
Thu, 27 Jul 2006 15:19:58 -0700 patchbomb: add content-disposition to make display inline and add filename
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 15:19:58 -0700] rev 2708
patchbomb: add content-disposition to make display inline and add filename if rev being emailed has tag that ends in .patch or .diff then use that as filename. else make up filename from name of repo.
Thu, 27 Jul 2006 22:28:03 +0200 patchbomb: optionally send patches as inline attachments
Christian Ebert <blacktrash@gmx.net> [Thu, 27 Jul 2006 22:28:03 +0200] rev 2707
patchbomb: optionally send patches as inline attachments
Thu, 27 Jul 2006 15:20:35 -0500 Fix test permission
Matt Mackall <mpm@selenic.com> [Thu, 27 Jul 2006 15:20:35 -0500] rev 2706
Fix test permission
Thu, 27 Jul 2006 12:36:17 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 12:36:17 -0700] rev 2705
merge with crew.
Thu, 27 Jul 2006 21:25:39 +0200 make introductory message of patch series text/plain
Christian Ebert <blacktrash@gmx.net> [Thu, 27 Jul 2006 21:25:39 +0200] rev 2704
make introductory message of patch series text/plain
Fri, 21 Jul 2006 01:51:17 -0300 run-tests.py: fix diff output when test-foo.out doesn't exist.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 21 Jul 2006 01:51:17 -0300] rev 2703
run-tests.py: fix diff output when test-foo.out doesn't exist. Previously, if test-foo.out doesn't exist and test-foo outputs something, the first line of the diff will look like this: -+changeset: 0:0acdaf898367 (note the leading "-")
Fri, 21 Jul 2006 01:51:17 -0300 Allow tests that end in .py and .bat
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 21 Jul 2006 01:51:17 -0300] rev 2702
Allow tests that end in .py and .bat Revision 6ed46bad9530 disallowed tests that have a '.' in the name, but that also disallows tests that end in .py and .bat, even though run-tests.py has some code to special case them.
Thu, 27 Jul 2006 18:53:31 +0200 Merged backout head.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 27 Jul 2006 18:53:31 +0200] rev 2701
Merged backout head.
Thu, 27 Jul 2006 18:53:10 +0200 Backed out changeset 2ab464771b7d15c60014996d2853efc92cdb8465
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 27 Jul 2006 18:53:10 +0200] rev 2700
Backed out changeset 2ab464771b7d15c60014996d2853efc92cdb8465 - it always runs chmod - uses chmod in an unsafe way - if somebody does a clone of a repo, runs 'make tests', everything is fine, so he can assume the original repo is fine, too, but it is not.
Thu, 27 Jul 2006 09:27:45 -0700 mq: strip should not blow away local changes
Chris Mason <mason@suse.com> [Thu, 27 Jul 2006 09:27:45 -0700] rev 2699
mq: strip should not blow away local changes This changes the mq strip command to abort if there are any changes in the working directory.
Thu, 27 Jul 2006 09:27:42 -0700 mq: fix qnew and qimport to deal with series file comments
Chris Mason <mason@suse.com> [Thu, 27 Jul 2006 09:27:42 -0700] rev 2698
mq: fix qnew and qimport to deal with series file comments qnew and qimport did not take comments into account when deciding where to place new patches in the series file.
Thu, 27 Jul 2006 09:27:39 -0700 mq: qpop should act like quilt pop
Chris Mason <mason@suse.com> [Thu, 27 Jul 2006 09:27:39 -0700] rev 2697
mq: qpop should act like quilt pop qpop patchname would pop the named patch off the stack. This is slightly different from how quilt pop works. quilt pop pops everything up to the named patch.
Thu, 27 Jul 2006 09:27:35 -0700 mq: patch naming shortcuts
Chris Mason <mason@suse.com> [Thu, 27 Jul 2006 09:27:35 -0700] rev 2696
mq: patch naming shortcuts This adds some more options to the mq lookup routine. It allows you to use shortcuts in naming patches to push or pop. You can now use: 1) a full patch name 2) a number to indicate an offset in the series file 3) a unique substring of the patch name 4) patchname[-+]num to indicate an offset from a given patch. For case #3 substrings are allowed. qtip and qbase are aliases for the top and bottom of the applied patch queue, unless they are already in the series file as patch names.
Wed, 26 Jul 2006 20:15:31 +0200 Improve bash_completion for patches in MQ
"Mathieu Clabaut <mathieu.clabaut@gmail.com>" [Wed, 26 Jul 2006 20:15:31 +0200] rev 2695
Improve bash_completion for patches in MQ
Wed, 26 Jul 2006 20:11:54 +0200 MQ: uniformise message and logfile option.
"Mathieu Clabaut <mathieu.clabaut@gmail.com>" [Wed, 26 Jul 2006 20:11:54 +0200] rev 2694
MQ: uniformise message and logfile option. Possibility to change message in qrefresh option
Thu, 27 Jul 2006 09:14:53 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 27 Jul 2006 09:14:53 -0700] rev 2693
merge with crew.
Wed, 26 Jul 2006 21:01:36 +0200 Makefile do a chmod +x on test sceanrios
"Mathieu Clabaut <mathieu.clabaut@gmail.com>" [Wed, 26 Jul 2006 21:01:36 +0200] rev 2692
Makefile do a chmod +x on test sceanrios
Thu, 27 Jul 2006 13:18:21 +0200 email: reflect that recipients are specified as comma-separated list
Christian Ebert <blacktrash@gmx.net> [Thu, 27 Jul 2006 13:18:21 +0200] rev 2691
email: reflect that recipients are specified as comma-separated list
Thu, 27 Jul 2006 12:34:02 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 12:34:02 +0200] rev 2690
merge with crew
Thu, 27 Jul 2006 12:33:33 +0200 MANIFEST.in fixes
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 12:33:33 +0200] rev 2689
MANIFEST.in fixes
Thu, 27 Jul 2006 02:57:49 +0200 merge with gitweb
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 02:57:49 +0200] rev 2688
merge with gitweb
Wed, 26 Jul 2006 20:57:00 -0400 [hgweb] links to shortlog for the default templates
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Wed, 26 Jul 2006 20:57:00 -0400] rev 2687
[hgweb] links to shortlog for the default templates
Wed, 26 Jul 2006 20:26:52 -0400 [hgweb] Shortlog template for default theme
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Wed, 26 Jul 2006 20:26:52 -0400] rev 2686
[hgweb] Shortlog template for default theme
Thu, 27 Jul 2006 02:37:04 +0200 merge gitweb with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Jul 2006 02:37:04 +0200] rev 2685
merge gitweb with crew
Mon, 24 Jul 2006 20:56:30 -0400 [hgweb] Implemented shortlog (gitweb templates only)
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Mon, 24 Jul 2006 20:56:30 -0400] rev 2684
[hgweb] Implemented shortlog (gitweb templates only)
Mon, 24 Jul 2006 20:10:04 -0400 [hgweb] Fixed up gitweb templates
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Mon, 24 Jul 2006 20:10:04 -0400] rev 2683
[hgweb] Fixed up gitweb templates Now the gitweb templates have archive links
(0) -1000 -120 +120 +1000 +3000 +10000 +30000 tip