Tue, 21 Sep 2010 00:25:25 +0000 l10n: churn, color, convert and eol extension done
Christoph <christoph@webvariants.de> [Tue, 21 Sep 2010 00:25:25 +0000] rev 12543
l10n: churn, color, convert and eol extension done New status: 1793 messages complete with 306 fuzzies and 799 untranslated. Transmitted-via: Transifex (www.transifex.net).
Sat, 18 Sep 2010 22:03:33 +0200 i18n-da: synchronized with 2eadea60ae67
Martin Geisler <mg@lazybytes.net> [Sat, 18 Sep 2010 22:03:33 +0200] rev 12542
i18n-da: synchronized with 2eadea60ae67
Sat, 18 Sep 2010 09:07:57 +0000 l10n: primarily added separate translations for template markers
Christoph <christoph@webvariants.de> [Sat, 18 Sep 2010 09:07:57 +0000] rev 12541
l10n: primarily added separate translations for template markers New status: 1583 messages complete with 423 fuzzies and 892 untranslated. Transmitted-via: Transifex (www.transifex.net).
Sat, 18 Sep 2010 01:16:31 +0000 l10n: based on a fresh pot file
Christoph <christoph@webvariants.de> [Sat, 18 Sep 2010 01:16:31 +0000] rev 12540
l10n: based on a fresh pot file New status: 1459 messages complete with 435 fuzzies and 1004 untranslated. Transmitted-via: Transifex (www.transifex.net).
Thu, 23 Sep 2010 15:18:10 +0200 mq: removed return from callers to patchheader.qseries
Erik Zielke <ez@aragost.com> [Thu, 23 Sep 2010 15:18:10 +0200] rev 12539
mq: removed return from callers to patchheader.qseries Some callers to patchheader.qseries returned the value further, but pathcheader.qseries does not explicitly return anything. It was confusing this was returned further
Thu, 23 Sep 2010 16:56:32 +0200 mq: added return 0 on success
Erik Zielke <ez@aragost.com> [Thu, 23 Sep 2010 16:56:32 +0200] rev 12538
mq: added return 0 on success I have added return 0 on success in docstrings of the different not deprecated mq commands.
Sun, 26 Sep 2010 23:48:30 +0200 tests: fix tabs/indentation in test-strip-cross.t
Adrian Buehlmann <adrian@cadifra.com> [Sun, 26 Sep 2010 23:48:30 +0200] rev 12537
tests: fix tabs/indentation in test-strip-cross.t
Tue, 24 Aug 2010 18:25:33 -0400 alias: only allow global options before a shell alias, pass later ones through
Steve Losh <steve@stevelosh.com> [Tue, 24 Aug 2010 18:25:33 -0400] rev 12536
alias: only allow global options before a shell alias, pass later ones through This patch refactors the dispatch code to change how arguments to shell aliases are handled. A separate "pass" to determine whether a command is a shell alias has been added. The rough steps dispatch now performs when a command is given are these: * Parse all arguments up to the command name. * If any arguments such as --repository or --cwd are given (which could change the config file used, and therefore the definition of aliases), they are taken into account. * We determine whether the command is a shell alias. * If so, execute the alias. The --repo and --cwd arguments are still in effect. Any arguments *after* the command name are passed unchanged through to the shell command (and interpolated as normal. * If the command is *not* a shell alias, the dispatching is effectively "reset" and reparsed as normal in its entirety. The net effect of this patch is to make shell alias commands behave as you would expect. Any arguments you give to a shell alias *after* the alias name are passed through unchanged. This lets you do something like the following: [alias] filereleased = !$HG log -r 'descendants(adds("$1")) and tagged()' -l1 $2 $3 $4 $5 $ hg filereleased hgext/bookmarks.py --style compact Previously the `--style compact` part would fail because Mercurial would interpret those arguments as arguments to the alias command itself (which doesn't take any arguments). Also: running something like `hg -R ~/src/hg-crew filereleased hgext/bookmarks.py` when `filereleased` is only defined in that repo's config will now work. These global arguments can *only* be given to a shell alias *before* the alias name. For example, this will *not* work in the above situation: $ hg filereleased -R ~/src/hg-crew hgext/bookmarks.py The reason for this is that you may want to pass arguments like --repository to the alias (or, more likely, their short versions like -R): [alias] own = !chown $@ `$HG root` $ hg own steve $ hg own -R steve
Mon, 27 Sep 2010 10:39:22 -0500 tests: fix test-fetch port number variability
Matt Mackall <mpm@selenic.com> [Mon, 27 Sep 2010 10:39:22 -0500] rev 12535
tests: fix test-fetch port number variability
Sun, 26 Sep 2010 17:20:24 -0500 tests: unify test-convert-tagsbranch-topology
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 17:20:24 -0500] rev 12534
tests: unify test-convert-tagsbranch-topology
Sun, 26 Sep 2010 17:18:53 -0500 tests: unify test-convert-tla
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 17:18:53 -0500] rev 12533
tests: unify test-convert-tla
Sun, 26 Sep 2010 17:18:28 -0500 tests: unify test-convert-mtn
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 17:18:28 -0500] rev 12532
tests: unify test-convert-mtn
Sun, 26 Sep 2010 17:17:19 -0500 tests: unify test-convert-splicemap
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 17:17:19 -0500] rev 12531
tests: unify test-convert-splicemap
Sun, 26 Sep 2010 17:16:46 -0500 tests: unify test-convert-git
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 17:16:46 -0500] rev 12530
tests: unify test-convert-git
Sun, 26 Sep 2010 17:14:35 -0500 tests: unify test-convert-filemap
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 17:14:35 -0500] rev 12529
tests: unify test-convert-filemap
Sun, 26 Sep 2010 16:54:28 -0500 tests: unify test-convert-datesort
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 16:54:28 -0500] rev 12528
tests: unify test-convert-datesort
Sun, 26 Sep 2010 16:53:06 -0500 tests: unify test-convert-hg-svn
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 16:53:06 -0500] rev 12527
tests: unify test-convert-hg-svn
Sun, 26 Sep 2010 16:48:57 -0500 tests: unify test-convert-hg-source
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 16:48:57 -0500] rev 12526
tests: unify test-convert-hg-source
Sun, 26 Sep 2010 16:47:59 -0500 tests: unify test-convert-hg-sink
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 16:47:59 -0500] rev 12525
tests: unify test-convert-hg-sink
Sun, 26 Sep 2010 16:45:51 -0500 tests: unify test-convert-darcs
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 16:45:51 -0500] rev 12524
tests: unify test-convert-darcs
Sun, 26 Sep 2010 16:43:48 -0500 tests: unify test-convert-cvsnt-mergepoints
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 16:43:48 -0500] rev 12523
tests: unify test-convert-cvsnt-mergepoints
Sun, 26 Sep 2010 16:39:52 -0500 tests: unify test-convert-cvs-synthetic
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 16:39:52 -0500] rev 12522
tests: unify test-convert-cvs-synthetic
Sun, 26 Sep 2010 15:42:48 -0500 tests: unify test-convert-cvs-detectmerge
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 15:42:48 -0500] rev 12521
tests: unify test-convert-cvs-detectmerge
Sun, 26 Sep 2010 15:33:09 -0500 tests: unify test-convert-cvs-branch
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 15:33:09 -0500] rev 12520
tests: unify test-convert-cvs-branch
Sun, 26 Sep 2010 14:50:58 -0500 tests: unify test-convert-cvs
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 14:50:58 -0500] rev 12519
tests: unify test-convert-cvs
Sun, 26 Sep 2010 14:39:34 -0500 tests: unify test-convert-clonebranches
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 14:39:34 -0500] rev 12518
tests: unify test-convert-clonebranches
Sun, 26 Sep 2010 14:37:47 -0500 tests: unify test-convert-bzr-treeroot
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 14:37:47 -0500] rev 12517
tests: unify test-convert-bzr-treeroot
Sun, 26 Sep 2010 14:37:30 -0500 tests: unify test-convert-bzr-merges
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 14:37:30 -0500] rev 12516
tests: unify test-convert-bzr-merges
Sun, 26 Sep 2010 14:36:49 -0500 tests: unify test-convert-bzr-ghosts
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 14:36:49 -0500] rev 12515
tests: unify test-convert-bzr-ghosts
Sun, 26 Sep 2010 14:36:32 -0500 tests: unify test-convert-bzr-directories
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 14:36:32 -0500] rev 12514
tests: unify test-convert-bzr-directories
Sun, 26 Sep 2010 14:35:43 -0500 tests: unify test-convert-bzr-114
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 14:35:43 -0500] rev 12513
tests: unify test-convert-bzr-114
Sun, 26 Sep 2010 14:35:24 -0500 tests: unify test-convert-bzr
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 14:35:24 -0500] rev 12512
tests: unify test-convert-bzr
Sun, 26 Sep 2010 14:33:08 -0500 tests: unify test-convert-authormap
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 14:33:08 -0500] rev 12511
tests: unify test-convert-authormap
Sun, 26 Sep 2010 14:32:13 -0500 tests: unify test-convert
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 14:32:13 -0500] rev 12510
tests: unify test-convert
Sun, 26 Sep 2010 20:43:43 -0400 contrib/vim: add a syntax file for unified tests
Steve Losh <steve@stevelosh.com> [Sun, 26 Sep 2010 20:43:43 -0400] rev 12509
contrib/vim: add a syntax file for unified tests This syntax file adds: * Highlighting of comments, output, and commands (with sh highlighting in commands). * Folding for output and blocks of commands+output. * Setting tab/indent settings to 2 spaces, because that's what's defined by the unified test file format.
Mon, 27 Sep 2010 10:20:19 +0200 merge with stable
Martin Geisler <mg@aragost.com> [Mon, 27 Sep 2010 10:20:19 +0200] rev 12508
merge with stable
Mon, 27 Sep 2010 09:19:48 +0200 mq: removed -m from qpush help (Issue2401) stable
Erik Zielke <ez@aragost.com> [Mon, 27 Sep 2010 09:19:48 +0200] rev 12507
mq: removed -m from qpush help (Issue2401) The -m option became deprecated in changeset bcf90e712dc3, but the option still appeared in the help line for the qpush command
Sun, 26 Sep 2010 16:11:04 -0500 subrepos: add missing self argument to abstractsubrepo.checknested
Brodie Rao <brodie@bitheap.org> [Sun, 26 Sep 2010 16:11:04 -0500] rev 12506
subrepos: add missing self argument to abstractsubrepo.checknested
Sun, 26 Sep 2010 16:01:13 -0500 test-pull: convert regexes to globs
Brodie Rao <brodie@bitheap.org> [Sun, 26 Sep 2010 16:01:13 -0500] rev 12505
test-pull: convert regexes to globs
Sun, 26 Sep 2010 14:35:52 -0500 test-ssh: test absolute path that exists
Brodie Rao <brodie@bitheap.org> [Sun, 26 Sep 2010 14:35:52 -0500] rev 12504
test-ssh: test absolute path that exists
Mon, 13 Sep 2010 10:33:49 -0300 subrepo: improve lookup error messages
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 13 Sep 2010 10:33:49 -0300] rev 12503
subrepo: improve lookup error messages
Sun, 26 Sep 2010 22:22:59 +0200 run-tests: move build/ directory to HGTMP
Martin Geisler <mg@lazybytes.net> [Sun, 26 Sep 2010 22:22:59 +0200] rev 12502
run-tests: move build/ directory to HGTMP Before, running a test would give you a build/ directory in the root of your Mercurial source tree. The directory had a full copy of the the source, so a grep in '**/*.py' would find files inside build/.
Sun, 26 Sep 2010 21:37:42 +0200 setup: slight simplification
Martin Geisler <mg@lazybytes.net> [Sun, 26 Sep 2010 21:37:42 +0200] rev 12501
setup: slight simplification
Sat, 25 Sep 2010 19:47:45 -0500 Makefile: remove the build folder manually
Brodie Rao <brodie@bitheap.org> [Sat, 25 Sep 2010 19:47:45 -0500] rev 12500
Makefile: remove the build folder manually Given a system Python version of 2.6, the following won't clean up build: $ make local PYTHON=python2.7 $ make clean Distutils only cleans up build subdirectories for the current Python version. This patch cleans up the build folder even if PYTHON=python2.7 isn't specified to clean.
Sat, 25 Sep 2010 19:38:27 -0500 Makefile: remove all .so files during clean
Brodie Rao <brodie@bitheap.org> [Sat, 25 Sep 2010 19:38:27 -0500] rev 12499
Makefile: remove all .so files during clean This ensures .so files in hgext are cleaned up.
Sun, 26 Sep 2010 19:18:41 +0200 keyword: support rollback by restoring expansion to previous values
Christian Ebert <blacktrash@gmx.net> [Sun, 26 Sep 2010 19:18:41 +0200] rev 12498
keyword: support rollback by restoring expansion to previous values Prevent spurious differences in the working directory after a rollback. Add tests for several rollback situations.
Sun, 26 Sep 2010 19:18:41 +0200 keyword: do not expand at all during diff
Christian Ebert <blacktrash@gmx.net> [Sun, 26 Sep 2010 19:18:41 +0200] rev 12497
keyword: do not expand at all during diff Always shrink and never expand keywords during a diff operation. Avoid user distraction e.g. because of spurious differences appearing in the commit editor.
Sun, 26 Sep 2010 19:18:41 +0200 keyword: restore restricted read mode value after overwriting
Christian Ebert <blacktrash@gmx.net> [Sun, 26 Sep 2010 19:18:41 +0200] rev 12496
keyword: restore restricted read mode value after overwriting Even though just enforcing expansion after overwriting files in the working directory caused no problems that we know of, this avoids a potential source of problems (e.g. in collaboration other extensions) at no costs.
Sun, 26 Sep 2010 19:18:41 +0200 test-keyword: fix typo, rephrase
Christian Ebert <blacktrash@gmx.net> [Sun, 26 Sep 2010 19:18:41 +0200] rev 12495
test-keyword: fix typo, rephrase
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-win32text
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12494
tests: unify test-win32text
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-template-engine
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12493
tests: unify test-template-engine
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-strip-cross
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12492
tests: unify test-strip-cross
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-static-http
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12491
tests: unify test-static-http
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-ssh-clone-r
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12490
tests: unify test-ssh-clone-r
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-ssh
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12489
tests: unify test-ssh
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-simplemerge-cmd
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12488
tests: unify test-simplemerge-cmd
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-share
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12487
tests: unify test-share
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-schemes
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12486
tests: unify test-schemes
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-rollback
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12485
tests: unify test-rollback
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-rename-merge2
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12484
tests: unify test-rename-merge2
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-push-http
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12483
tests: unify test-push-http
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-pull-pull-corruption2
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12482
tests: unify test-pull-pull-corruption2
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-pull-pull-corruption
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12481
tests: unify test-pull-pull-corruption
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-pull-http
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12480
tests: unify test-pull-http
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-progress
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12479
tests: unify test-progress
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-profile
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12478
tests: unify test-profile
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-patch-offset
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12477
tests: unify test-patch-offset
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-parseindex
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12476
tests: unify test-parseindex
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-parentrevspec
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12475
tests: unify test-parentrevspec
Sun, 26 Sep 2010 13:44:49 -0500 tests: unify test-notify-changegroup
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:49 -0500] rev 12474
tests: unify test-notify-changegroup
Sun, 26 Sep 2010 13:44:42 -0500 tests: unify test-notify
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:44:42 -0500] rev 12473
tests: unify test-notify
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-oldcgi
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12472
tests: unify test-oldcgi
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-newercgi
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12471
tests: unify test-newercgi
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-newcgi
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12470
tests: unify test-newcgi
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-mv-cp-st-diff
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12469
tests: unify test-mv-cp-st-diff
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-mq-qrefresh-replace-log-message
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12468
tests: unify test-mq-qrefresh-replace-log-message
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-mq-qpush-fail
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12467
tests: unify test-mq-qpush-fail
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-mq-qnew
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12466
tests: unify test-mq-qnew
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-mq-qimport-fail-cleanup
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12465
tests: unify test-mq-qimport-fail-cleanup
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-mq-qimport
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12464
tests: unify test-mq-qimport
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-mq-qclone-http
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12463
tests: unify test-mq-qclone-http
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-mq-header-from
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12462
tests: unify test-mq-header-from
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-mq-header-date
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12461
tests: unify test-mq-header-date
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-merge-tools
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12460
tests: unify test-merge-tools
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-merge-symlinks
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12459
tests: unify test-merge-symlinks
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-mactext
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12458
tests: unify test-mactext
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-inotify-lookup
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12457
tests: unify test-inotify-lookup
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-inotify-issue1556
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12456
tests: unify test-inotify-issue1556
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-inotify-issue1542
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12455
tests: unify test-inotify-issue1542
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-inotify-issue1371
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12454
tests: unify test-inotify-issue1371
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-inotify-issue1208
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12453
tests: unify test-inotify-issue1208
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-inotify-dirty-dirstate
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12452
tests: unify test-inotify-dirty-dirstate
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-inotify-debuginotify
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12451
tests: unify test-inotify-debuginotify
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-inotify
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12450
tests: unify test-inotify
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-http-proxy
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12449
tests: unify test-http-proxy
Sun, 26 Sep 2010 13:43:21 -0500 tests: unify test-http-clone-r
Matt Mackall <mpm@selenic.com> [Sun, 26 Sep 2010 13:43:21 -0500] rev 12448
tests: unify test-http-clone-r
(0) -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 +30000 tip