Sat, 19 Apr 2014 21:05:50 -0700 |
Gregory Szorc |
run-tests: move keyword processing into Test.run()
|
Sat, 19 Apr 2014 21:04:08 -0700 |
Gregory Szorc |
run-tests: move retesting result to Test.run()
|
Sat, 19 Apr 2014 21:02:51 -0700 |
Gregory Szorc |
run-tests: move blacklist skipping to Test.run()
|
Sat, 19 Apr 2014 21:00:24 -0700 |
Gregory Szorc |
run-tests: check for test file existence in Test.run()
|
Sat, 19 Apr 2014 20:53:45 -0700 |
Gregory Szorc |
run-tests: move remaining result processing to Test.run()
|
Sat, 19 Apr 2014 20:52:58 -0700 |
Gregory Szorc |
run-tests: move output difference processing to Test.run()
|
Sat, 19 Apr 2014 20:48:16 -0700 |
Gregory Szorc |
run-tests: generate timeout result in Test.run()
|
Sat, 19 Apr 2014 20:47:14 -0700 |
Gregory Szorc |
run-tests: add skip processing to Test
|
Sat, 19 Apr 2014 20:41:08 -0700 |
Gregory Szorc |
run-tests: move fail() into Test
|
Sat, 19 Apr 2014 20:35:54 -0700 |
Gregory Szorc |
run-tests: move success() into Test
|
Sat, 19 Apr 2014 20:32:38 -0700 |
Gregory Szorc |
run-tests: move err path handling to Test
|
Sat, 19 Apr 2014 20:27:18 -0700 |
Gregory Szorc |
run-tests: handle interrupted in Test.run()
|
Sat, 19 Apr 2014 20:22:32 -0700 |
Gregory Szorc |
run-tests: kill daemons during Test.cleanup()
|
Sat, 19 Apr 2014 18:50:40 -0700 |
Gregory Szorc |
run-tests: capture reference output in Test.__init__
|
Sat, 19 Apr 2014 16:14:30 -0700 |
Gregory Szorc |
run-tests: make globmatch a static method of TTest
|
Sat, 19 Apr 2014 16:13:02 -0700 |
Gregory Szorc |
run-tests: make rematch a static method of TTest
|
Sat, 19 Apr 2014 16:11:49 -0700 |
Gregory Szorc |
run-tests: make linematch a static method of TTest
|
Sat, 19 Apr 2014 15:37:50 -0700 |
Gregory Szorc |
run-tests: finish moving tsttest() into TTest
|
Sat, 19 Apr 2014 15:28:31 -0700 |
Gregory Szorc |
run-tests: move t test execution from tsttest() to TTest.run()
|
Sat, 19 Apr 2014 15:19:28 -0700 |
Gregory Szorc |
run-tests: move t test parsing into its own function
|
Sat, 19 Apr 2014 14:54:04 -0700 |
Gregory Szorc |
run-tests: roll pytest() into PythonTest._run()
|
Sat, 19 Apr 2014 14:51:43 -0700 |
Gregory Szorc |
run-tests: remove threadtmp in Test.cleanup()
|
Sat, 19 Apr 2014 14:47:34 -0700 |
Gregory Szorc |
run-tests: allow Test.run() to run multiple times
|
Sat, 19 Apr 2014 14:09:46 -0700 |
Gregory Szorc |
run-tests: capture reference output in TestResult class
|
Sat, 19 Apr 2014 14:01:18 -0700 |
Gregory Szorc |
run-tests: give TestResult a skipped attribute
|
Sat, 19 Apr 2014 18:31:22 -0700 |
Gregory Szorc |
run-tests: pass TestResult into run()
|
Sat, 19 Apr 2014 13:50:25 -0700 |
Gregory Szorc |
run-tests: capture execution results in a TestResult class
|
Sat, 19 Apr 2014 13:29:26 -0700 |
Gregory Szorc |
run-tests: clean up temp directory variables
|
Sat, 19 Apr 2014 13:26:12 -0700 |
Gregory Szorc |
run-tests: move env into Test
|
Sat, 19 Apr 2014 13:22:52 -0700 |
Gregory Szorc |
run-tests: move killdaemons into Test.run()
|
Sat, 19 Apr 2014 13:18:55 -0700 |
Gregory Szorc |
run-tests: move replacements and port management into Test
|
Sat, 19 Apr 2014 13:11:49 -0700 |
Gregory Szorc |
run-tests: move createhgrc() call into Test.run()
|
Sat, 19 Apr 2014 13:07:05 -0700 |
Gregory Szorc |
run-tests: move createenv() into Test
|
Sat, 19 Apr 2014 13:03:24 -0700 |
Gregory Szorc |
run-tests: move replacements generation into Test
|
Sat, 19 Apr 2014 12:54:09 -0700 |
Gregory Szorc |
run-tests: move testtmp into Test class
|
Sat, 19 Apr 2014 12:26:34 -0700 |
Gregory Szorc |
run-tests: create classes for representing tests
|
Wed, 30 Apr 2014 18:40:20 -0700 |
Pierre-Yves David |
revsetbenchmark: add `author(mpm) or author(lmoscovicz)` to the canonical list
|
Tue, 13 May 2014 19:29:45 -0500 |
Matt Mackall |
filterpyflakes: filter WindowsError unconditionally
|
Tue, 13 May 2014 19:22:40 -0500 |
Matt Mackall |
filterpyflakes: make memoryview filtering unconditional
|
Tue, 13 May 2014 15:22:36 -0500 |
Matt Mackall |
py3kcompat: drop unused export
|
Sat, 10 May 2014 15:22:04 -0700 |
Gregory Szorc |
py3kcompat: don't convert os.environ to bytes
|
Sat, 10 May 2014 14:57:25 -0700 |
Gregory Szorc |
demandimport: pass proper level to __import__ in Python 3
|
Wed, 16 Apr 2014 19:55:40 -0400 |
Pierre-Yves David |
help: suggest keyword search when no topic is found
|
Wed, 16 Apr 2014 20:01:03 -0400 |
Pierre-Yves David |
help: provide a more helpful message when no keyword are matched
|
Tue, 29 Apr 2014 11:40:42 -0700 |
Pierre-Yves David |
revsetbenchmark: use optparse to retrieve argument
|
Fri, 25 Apr 2014 13:35:31 -0700 |
Pierre-Yves David |
revsetbenchmark: add a usage message when no arguments are passed
|
Tue, 29 Apr 2014 19:15:36 -0700 |
Pierre-Yves David |
revsetbenchmark: add `::tip and draft()` to the canonical list
|
Mon, 28 Apr 2014 15:14:11 -0700 |
Pierre-Yves David |
revset: cosmetic changes in spanset range comparison
|
Fri, 25 Apr 2014 23:38:24 -0700 |
Pierre-Yves David |
revset: drop spanset._contained
|
Mon, 05 May 2014 22:47:14 -0700 |
Pierre-Yves David |
patchbomb: includes series information in the header
|
Fri, 09 May 2014 13:32:56 -0500 |
Matt Mackall |
pager: add attend-<command> option
|
Fri, 09 May 2014 13:10:23 -0500 |
Matt Mackall |
pager: variable reorder
|
Fri, 09 May 2014 13:07:50 -0500 |
Matt Mackall |
pager: break auto out of command check loop
|
Fri, 09 May 2014 13:05:52 -0500 |
Matt Mackall |
pager: break always out of command check loop
|
Fri, 09 May 2014 12:58:53 -0500 |
Matt Mackall |
pager: break pager invocation out of command check loop
|
Thu, 08 May 2014 11:11:27 -0500 |
Matt Mackall |
tests: fix test failure on vfat
|
Thu, 08 May 2014 19:45:22 +0200 |
Mads Kiilerich |
largefiles: include largefiles when doing log on a directory (issue4241)
|
Thu, 08 May 2014 14:58:25 +0000 |
Johan Bjork |
journal: set Abort hint when failing due to an abandoned transaction
|
Thu, 08 May 2014 16:37:33 -0700 |
Durham Goode |
merge: define conflict marker labels in filemerge()
|
Thu, 08 May 2014 16:33:06 -0700 |
Durham Goode |
merge: prevent simplemerge from mutating label list
|
Fri, 09 May 2014 08:44:53 +0900 |
FUJIWARA Katsunori |
tests: ignore "undefined name 'memoryview'" pyflakes error on earlier Python
|
Fri, 09 May 2014 08:44:53 +0900 |
FUJIWARA Katsunori |
mq: eliminate unused variable for test-check-pyflakes.t
|
Tue, 22 Apr 2014 02:09:24 +0200 |
Mads Kiilerich |
merge: make debug output slightly more helpful by including message for action
|
Sun, 13 May 2012 17:45:08 +0200 |
Mads Kiilerich |
merge: simplify mergestate iter
|
Fri, 09 May 2014 14:46:50 -0500 |
Matt Mackall |
resolve: simplify "finished" message
|
Fri, 18 Apr 2014 22:19:25 -0700 |
Gregory Szorc |
resolve: print message when no unresolved files remain (issue4214)
|
Fri, 18 Apr 2014 18:56:26 -0700 |
Gregory Szorc |
resolve: print warning when no work performed (issue4208)
|
Fri, 18 Apr 2014 19:08:32 -0700 |
Gregory Szorc |
resolve: abort when not applicable (BC)
|
Fri, 18 Apr 2014 18:26:42 -0700 |
Gregory Szorc |
resolve: split test
|
Fri, 18 Apr 2014 18:19:46 -0700 |
Gregory Szorc |
resolve: use early continue and deindent
|
Thu, 08 May 2014 16:48:28 -0700 |
Gregory Szorc |
mergestate: consistently set variables to None
|
Wed, 07 May 2014 17:22:34 -0700 |
Durham Goode |
changegroup: refactor outgoing logic into a function
|
Wed, 07 May 2014 17:24:19 -0700 |
Durham Goode |
bundle2: fix bundle2 pulling all revs on empty pulls
|
Wed, 07 May 2014 19:26:15 -0700 |
Pierre-Yves David |
exchange: fix bad indentation
|
Wed, 07 May 2014 19:28:17 -0700 |
Pierre-Yves David |
exchange: propagate arguments to the _getbundleextrapart function
|
Wed, 07 May 2014 17:20:38 -0700 |
Durham Goode |
bundle2: fix configuration name mismatch
|
Wed, 07 May 2014 17:58:13 -0500 |
Matt Mackall |
build: initial support for in-tree autobuilding recipes
|
Sun, 04 May 2014 22:48:07 -0700 |
Gregory Szorc |
tests: declare commands using decorator
|
Sun, 04 May 2014 21:33:14 -0700 |
Gregory Szorc |
share: declare commands using decorator
|
Sun, 04 May 2014 21:52:25 -0700 |
Gregory Szorc |
relink: declare command using decorator
|
Sun, 04 May 2014 22:35:37 -0700 |
Gregory Szorc |
record: declare commands using decorator
|
Sun, 04 May 2014 21:31:51 -0700 |
Gregory Szorc |
hgk: declare commands using decorator
|
Sun, 04 May 2014 21:48:10 -0700 |
Gregory Szorc |
color: declare command using decorator
|
Sun, 04 May 2014 21:46:49 -0700 |
Gregory Szorc |
children: declare command using decorator
|
Sun, 04 May 2014 21:48:41 -0700 |
Gregory Szorc |
fetch: declare command using decorator
|
Sun, 04 May 2014 21:54:01 -0700 |
Gregory Szorc |
extdiff: declare command using decorator
|
Sun, 04 May 2014 21:46:24 -0700 |
Gregory Szorc |
churn: declare command using decorator
|
Sun, 04 May 2014 21:17:04 -0700 |
Gregory Szorc |
convert: declare commands using decorator
|
Sun, 04 May 2014 21:19:31 -0700 |
Gregory Szorc |
debugshell: declare command using decorator
|
Sun, 04 May 2014 21:09:06 -0700 |
Gregory Szorc |
largefiles: declare commands using decorator
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
cmdutil: omit redundant "savecommitmessage()" in "tryimportone()"
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
amend: use "editor" argument for "memctx.__init__" to save commit message
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
histedit: pass "editor" argument to "memctx.__init__()" for "collapse" command
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
context: move editor invocation from "makememctx()" to "memctx.__init__()"
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
localrepo: add "editor" argument to "tag()"
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
qrefresh: use "editor" argument of "commit()" instead of explicit "ui.edit()"
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
qrefresh: relocate message/patch-header handling to delay message determination
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
qnew: use "editor" argument of "commit()" instead of explicit "ui.edit()"
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
histedit: use "editor" argument of "commit()" instead of explicit "ui.edit()"
|
Tue, 29 Apr 2014 12:54:01 +0900 |
Yuya Nishihara |
test-pyflakes: detect undefined name error
|
Fri, 02 May 2014 18:25:23 +0900 |
Yuya Nishihara |
run-tests: initialize global variables to suppress pyflakes warning
|
Tue, 06 May 2014 12:47:59 -0500 |
Matt Mackall |
merge with stable
|
Mon, 05 May 2014 16:54:15 +0200 |
Thomas Arendsen Hein |
setup.py, make: avoid problems with outdated, existing hgext/__index__.py*
stable
|
Fri, 02 May 2014 18:24:10 +0900 |
Yuya Nishihara |
factotum: initialize global variables to suppress pyflakes warning
|
Sat, 03 May 2014 03:29:30 +0200 |
Mads Kiilerich |
color: don't fail on error messages when no curses (issue4237)
stable
|
Sat, 03 May 2014 10:33:54 +0200 |
Steve Borho |
win32: backout 1a9ebc83a74c
stable
|
Mon, 05 May 2014 13:42:08 -0500 |
Matt Mackall |
test-check-code-hg: use locate instead of manifest
|
Mon, 05 May 2014 13:41:29 -0500 |
Matt Mackall |
test-check-code-hg: drop manual check of non-.py scripts
|
Mon, 05 May 2014 13:42:58 -0500 |
Matt Mackall |
test-check-code-hg: use test-repo check
|
Mon, 05 May 2014 13:37:59 -0500 |
Matt Mackall |
check-code: look at shebang to identify Python scripts
|
Fri, 02 May 2014 00:23:58 -0500 |
Matt Mackall |
tests: use locate to find files for pyflakes check
|
Thu, 01 May 2014 19:24:03 -0500 |
Matt Mackall |
merge with stable
|
Thu, 01 May 2014 17:48:02 -0500 |
Matt Mackall |
Added signature for changeset 2195ac506c6a
stable
|
Thu, 01 May 2014 17:47:24 -0500 |
Matt Mackall |
Added tag 3.0 for changeset 2195ac506c6a
stable
|
Thu, 01 May 2014 14:07:04 -0700 |
Pierre-Yves David |
revset: directly use __contains__ instead of a lambda
stable 3.0
|
Thu, 01 May 2014 14:33:06 -0500 |
Matt Mackall |
tests: suppress spurious lchmod error from unzip (issue4088)
stable
|
Thu, 01 May 2014 12:15:28 -0700 |
Pierre-Yves David |
orderedlazyset: directly use __contains__ instead of a lambda
stable
|
Thu, 01 May 2014 12:15:00 -0700 |
Pierre-Yves David |
lazyset: directly use __contains__ instead of a lambda
stable
|
Thu, 01 May 2014 13:42:12 -0500 |
Matt Mackall |
merge with i18n
stable
|
Wed, 30 Apr 2014 23:20:46 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with e9c2f76be74b
stable
|