Sat, 19 Apr 2014 21:50:23 -0700 |
Gregory Szorc |
run-tests: move logging of test start into Test.run()
|
Sat, 19 Apr 2014 21:21:57 -0700 |
Gregory Szorc |
run-tests: remove remaining uses of TestResult
|
Sat, 19 Apr 2014 21:17:39 -0700 |
Gregory Szorc |
run-tests: move output writing to Test.run()
|
Sat, 19 Apr 2014 21:14:31 -0700 |
Gregory Szorc |
run-tests: move err file saving to Test.run()
|
Sat, 19 Apr 2014 21:10:22 -0700 |
Gregory Szorc |
run-tests: emit exception failure result from Test.run()
|
Sat, 19 Apr 2014 21:08:03 -0700 |
Gregory Szorc |
run-tests: move test name filter to Test.run()
|
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
|
Wed, 30 Apr 2014 11:01:50 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with e9c2f76be74b
stable
|
Thu, 01 May 2014 16:47:50 +0200 |
Mads Kiilerich |
rebase: empty revset should be a gentle no-op with exit code 1, not an error
stable
|
Thu, 01 May 2014 15:12:49 +0200 |
Mads Kiilerich |
largefiles: better handling of log from other working directory (issue4236)
stable
|
Thu, 01 May 2014 09:42:23 -0500 |
Matt Mackall |
tests: add repository check for pyflakes test
stable
|
Sat, 26 Apr 2014 00:38:02 -0700 |
Pierre-Yves David |
spanset: directly use __contains__ instead of a lambda
stable
|
Wed, 30 Apr 2014 15:36:38 -0700 |
Durham Goode |
transaction: fix file descriptor leak for journal.backupfiles
stable
|
Fri, 25 Apr 2014 18:00:07 -0700 |
Pierre-Yves David |
revset: also inline spanset._contained in __len__
stable
|
Mon, 28 Apr 2014 15:15:36 -0700 |
Pierre-Yves David |
revset: inline spanset containment check (fix perf regression)
stable
|
Wed, 30 Apr 2014 14:19:01 -0500 |
Matt Mackall |
ancestor: silence multiple ancestor warning outside of merge (issue4234)
stable
|
Fri, 25 Apr 2014 13:44:51 -0700 |
Pierre-Yves David |
revsetbenchmark: fix error raising
stable
|
Mon, 28 Apr 2014 16:28:52 -0700 |
Pierre-Yves David |
revset: fix revision filtering in spanset.contains (regression)
stable
|
Mon, 28 Apr 2014 17:25:36 -0700 |
Pierre-Yves David |
graft: do not use `.remove` on a smart set (regression)
stable
|
Mon, 28 Apr 2014 15:09:23 -0700 |
Greg Hurrell |
help: clarify distinction among `contains`/`file`/`filelog`
stable
|
Thu, 24 Apr 2014 16:47:22 +0200 |
Mads Kiilerich |
discovery: don't report all "unsynced" remote heads (issue4230)
stable
|
Wed, 23 Apr 2014 13:51:35 +0200 |
Julien Cristau |
rebase: don't abort if we're asked to rebase an empty revset
stable
|
Fri, 25 Apr 2014 22:34:09 -0400 |
Matt Harbison |
largefiles: remove directories emptied after their files are moved (issue3515)
stable
|
Sat, 26 Apr 2014 18:13:06 +0900 |
Yuya Nishihara |
cmdserver: forcibly use L channel to read password input (issue3161)
stable
|
Tue, 29 Apr 2014 12:37:36 +0900 |
Yuya Nishihara |
killdaemons: correct typo of _check() function caught by pyflakes
stable
|
Tue, 29 Apr 2014 12:35:50 +0900 |
Yuya Nishihara |
win32: add missing definition of _ERROR_NO_MORE_FILES caught by pyflakes
stable
|
Tue, 29 Apr 2014 12:35:02 +0900 |
Yuya Nishihara |
exchange: fix invalid reference to bundle2.UnknownPartError caught by pyflakes
stable
|
Tue, 29 Apr 2014 11:02:40 +0900 |
Yuya Nishihara |
match: fix NameError 'pat' on overflow of regex pattern length
stable
|
Sun, 27 Apr 2014 15:09:48 +0900 |
Yuya Nishihara |
color: add missing handling of stderr capture introduced by 350dc24a553d
stable
|
Wed, 23 Apr 2014 20:23:30 +0100 |
Javi Merino |
hgweb: replace excanvas.js with a newer version
stable
|
Wed, 23 Apr 2014 23:29:55 +0200 |
Mads Kiilerich |
httppeer: reintroduce _abort that accidentally was removed in 167047ba3cfa
stable
|
Mon, 21 Apr 2014 16:13:15 -0700 |
Pierre-Yves David |
bundle2: gracefully handle hook abort
stable
|
Mon, 21 Apr 2014 17:51:58 -0700 |
Pierre-Yves David |
bundle2: gracefully handle PushRaced error during unbundle
stable
|
Mon, 21 Apr 2014 20:04:54 -0700 |
Pierre-Yves David |
bundle2: add an error message to push race error
stable
|
Mon, 21 Apr 2014 18:59:09 -0700 |
Pierre-Yves David |
bundle2: fix raising errors during heads checking
stable
|
Mon, 21 Apr 2014 16:02:03 -0700 |
Pierre-Yves David |
bundle2: gracefully handle UnknownPartError during unbundle
stable
|
Tue, 22 Apr 2014 11:41:34 -0700 |
Pierre-Yves David |
bundle2: catch UnknownPartError during local push
stable
|
Mon, 21 Apr 2014 19:43:01 -0700 |
Pierre-Yves David |
bundle2: catch UnknownPartError during pull
stable
|
Mon, 21 Apr 2014 19:42:51 -0700 |
Pierre-Yves David |
bundle2: catch UnknownPartError during push
stable
|
Mon, 21 Apr 2014 19:42:40 -0700 |
Pierre-Yves David |
bundle2: use a more specific UnknownPartError when no handler is found
stable
|
Mon, 21 Apr 2014 15:59:55 -0700 |
Pierre-Yves David |
bundle2: make error testing more modular
stable
|
Mon, 21 Apr 2014 15:48:52 -0700 |
Pierre-Yves David |
bundle2: gracefully handle abort during unbundle
stable
|
Tue, 22 Apr 2014 11:22:41 -0700 |
Pierre-Yves David |
bundle2: decorate exception raised during bundle processing
stable
|
Tue, 22 Apr 2014 10:14:16 -0300 |
Wagner Bruna |
histedit, i18n: replace '+' with concatenation to make hggettext happy
stable
|
Tue, 22 Apr 2014 10:12:21 -0300 |
Wagner Bruna |
commands: fix typo in --graph description
stable
|
Tue, 22 Apr 2014 10:12:13 -0300 |
Wagner Bruna |
revset, i18n: add translator comment to "only"
stable
|
Mon, 21 Apr 2014 20:24:54 +0200 |
Mads Kiilerich |
merge: improve notes for listing the bids for ambiguous merges
stable
|
Fri, 18 Apr 2014 13:33:20 +0200 |
Mads Kiilerich |
merge: tell the user when we are using bid merge
stable
|
Mon, 21 Apr 2014 20:22:14 +0200 |
Mads Kiilerich |
merge: fix stray character in bid merge message
stable
|
Mon, 21 Apr 2014 20:18:42 +0200 |
Mads Kiilerich |
tests: better test coverage for bid merge
stable
|
Mon, 21 Apr 2014 19:53:19 +0200 |
Mads Kiilerich |
merge: fix wrong number of arguments for bid merge message
stable
|
Mon, 21 Apr 2014 15:08:39 -0500 |
Matt Mackall |
merge: fix test failures with new merge code on OS X
stable
|
Sat, 19 Apr 2014 20:12:53 +0200 |
Martin Geisler |
obsolete: fix one-element tuple in module docstring
stable
|
Sat, 19 Apr 2014 19:53:46 +0200 |
Martin Geisler |
obsolete: let N denote number of obsoleted changestes in a marker
stable
|
Sat, 19 Apr 2014 19:52:09 +0200 |
Martin Geisler |
obsolete: fix language and grammar in module docstring
stable
|
Sat, 19 Apr 2014 15:11:25 +0200 |
Isaac Jurado |
churn: compute padding with unicode strings
stable
|
Thu, 17 Apr 2014 19:39:04 -0400 |
Matt Mackall |
Added signature for changeset 564f55b25122
stable
|
Thu, 17 Apr 2014 19:39:00 -0400 |
Matt Mackall |
Added tag 3.0-rc for changeset 564f55b25122
stable
|
Thu, 17 Apr 2014 19:36:17 -0400 |
Matt Mackall |
merge default into stable for 3.0 code freeze
stable 3.0-rc
|
Thu, 17 Apr 2014 16:56:15 -0400 |
Pierre-Yves David |
bundle2: allow extensions to extend the getbundle request
|
Thu, 17 Apr 2014 17:32:34 -0400 |
Pierre-Yves David |
bundle2: add a way to add parts during a `getbundle` request
|
Thu, 17 Apr 2014 17:25:50 -0400 |
Pierre-Yves David |
getbundle: pass arbitrary arguments all along the call chain
|
Thu, 17 Apr 2014 17:59:28 -0400 |
Pierre-Yves David |
bundle2: call a hook after the transaction is closed
|
Thu, 17 Apr 2014 17:21:39 -0400 |
Pierre-Yves David |
bundle2: call a hook prior to closing the transaction
|
Thu, 17 Apr 2014 17:16:21 -0400 |
Pierre-Yves David |
bundle2: inform transaction that we are in a bundle2 unbundle
|
Thu, 17 Apr 2014 17:46:26 -0400 |
Pierre-Yves David |
changegroup: use tr.hookargs when calling changegroup hooks
|
Thu, 17 Apr 2014 17:15:02 -0400 |
Pierre-Yves David |
changegroup: use tr.hookargs when calling pretxnchangegroup hooks
|
Thu, 17 Apr 2014 17:09:20 -0400 |
Pierre-Yves David |
addchangegroup: register data in tr.hookargs
|
Thu, 17 Apr 2014 17:04:59 -0400 |
Pierre-Yves David |
transaction: add a notion of hook arguments
|
Thu, 17 Apr 2014 16:54:15 -0400 |
Pierre-Yves David |
bundle2: allow extensions to plug into the push process
|
Thu, 17 Apr 2014 16:04:58 -0400 |
Pierre-Yves David |
bundle2: require both client and server to opt in
|
Thu, 17 Apr 2014 16:01:58 -0400 |
Pierre-Yves David |
bundle2: move bundle2 config option to section "experimental"
|
Thu, 17 Apr 2014 15:45:12 -0400 |
Pierre-Yves David |
bundle2: move all parts into a `bx2` namespace
|
Thu, 17 Apr 2014 15:33:17 -0400 |
Pierre-Yves David |
bundle2: rename server capability to bundle2-exp
|
Thu, 17 Apr 2014 15:27:54 -0400 |
Pierre-Yves David |
bundle2: use HG2X in the header
|
Thu, 17 Apr 2014 02:01:38 -0400 |
Pierre-Yves David |
bundle2: transmit capabilities to getbundle during pull
|
Thu, 17 Apr 2014 14:37:24 -0400 |
Pierre-Yves David |
bundle2: include client capabilities in the pushed bundle
|
Thu, 17 Apr 2014 01:49:20 -0400 |
Pierre-Yves David |
bundle2: advertise bundle2 caps in server capabilities
|
Thu, 17 Apr 2014 01:50:28 -0400 |
Pierre-Yves David |
bundle2: add bundle2caps dict on localrepo object
|
Thu, 17 Apr 2014 01:44:53 -0400 |
Pierre-Yves David |
bundle2: capabilities encoding
|
Thu, 17 Apr 2014 01:09:05 -0400 |
Pierre-Yves David |
bundle2: extract capabilities decoding
|
Thu, 17 Apr 2014 01:03:33 -0400 |
Pierre-Yves David |
bundle2: protect capabilities name and values with url quoting
|
Thu, 17 Apr 2014 11:44:49 -0400 |
Pierre-Yves David |
bundle2: support for capabilities with values
|
Thu, 17 Apr 2014 11:32:30 -0400 |
Pierre-Yves David |
bundle2: add capabilities support in `replycaps` part
|
Wed, 16 Apr 2014 23:55:59 -0400 |
Pierre-Yves David |
bundle2: adds a capabilities attribute on bundler20
|
Wed, 16 Apr 2014 23:18:27 -0400 |
Pierre-Yves David |
bundle2: include stderr when capturing handlers output
|
Wed, 16 Apr 2014 23:36:57 -0400 |
Pierre-Yves David |
ui: pushbuffer can now also capture stderr
|
Wed, 16 Apr 2014 14:22:24 -0400 |
Pierre-Yves David |
bundle2: capture remote stdout while unbundling
|
Wed, 16 Apr 2014 14:09:35 -0400 |
Pierre-Yves David |
bundle2: introduce `replycaps` part for on-demand reply
|
Wed, 16 Apr 2014 18:41:48 -0400 |
Pierre-Yves David |
bundle2: use an official iterparts method to unbundle parts
|
Fri, 28 Feb 2014 02:52:32 +0100 |
Mads Kiilerich |
merge: with merge.preferancestor=*, run an auction with bids from ancestors
|
Fri, 28 Feb 2014 15:10:56 -0800 |
Lucas Moscovicz |
log: changed implementation to use graphlog code
|
Mon, 24 Feb 2014 22:42:14 +0100 |
Mads Kiilerich |
context: introduce merge.preferancestor for controlling which ancestor to pick
|
Thu, 17 Apr 2014 17:32:04 +0200 |
Mads Kiilerich |
context: tell when .ancestor picks one of multiple common ancestors heads
|
Thu, 17 Apr 2014 09:36:09 +0900 |
FUJIWARA Katsunori |
hgweb: align entries in "changelog" and "revisions" pages of "spartan" style
|
Thu, 17 Apr 2014 09:36:09 +0900 |
FUJIWARA Katsunori |
hgweb: show revisions and hashes gotten from changelog in "comparison" page
|
Thu, 17 Apr 2014 09:36:08 +0900 |
FUJIWARA Katsunori |
hgweb: show as same parents as "hg parents -r REV FILE" in pages for file
|
Thu, 17 Apr 2014 09:36:08 +0900 |
FUJIWARA Katsunori |
hgweb: make "comparison" get parent from not filelog but changelog
|
Thu, 17 Apr 2014 09:36:08 +0900 |
FUJIWARA Katsunori |
hgweb: fix lack of "bookmarks" link in "/file" page of "paper" style
|
Thu, 17 Apr 2014 11:48:22 -0700 |
Aaron Jensen |
hgweb: adding article link to rss feed
|
Thu, 17 Apr 2014 11:47:49 -0700 |
Aaron Jensen |
hgweb: adding branch names from inbranch template to rss feed
|
Thu, 17 Apr 2014 11:45:43 -0700 |
Aaron Jensen |
hgweb: adding branch names from inbranch template to atom feed
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
dirstate: report bad subdirectories as match.bad, not just a warning (BC)
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
dirstate: improve documentation and readability of match and ignore in the walker
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
context: remove redundant handling of match.bad return value
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
match: remove last traces of unused .missing callback
|
Sun, 13 Apr 2014 22:00:08 +0200 |
Mads Kiilerich |
match: _globre doctests
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
match: improve documentation - docstrings and more descriptive variable naming
|
Wed, 05 Mar 2014 15:55:09 -0800 |
Lucas Moscovicz |
largefiles: changed overridelog to work with graphlog
|
Thu, 06 Mar 2014 14:52:07 -0800 |
Lucas Moscovicz |
largefiles: added test coverage for graph log
|
Tue, 25 Feb 2014 10:40:04 -0800 |
Lucas Moscovicz |
cmdutil: changed _makegraphlogrevset to _makelogrevset
|
Thu, 17 Apr 2014 20:01:39 +0200 |
Mads Kiilerich |
revlog: backout 514d32de6646 - commonancestors
|
Thu, 17 Apr 2014 20:01:39 +0200 |
Mads Kiilerich |
localrepo: use commonancestorsheads for checking linear heritage in file commit
|
Thu, 17 Apr 2014 20:01:39 +0200 |
Mads Kiilerich |
backout: use commonancestorsheads for checking linear heritage
|
Thu, 17 Apr 2014 20:01:35 +0200 |
Mads Kiilerich |
revlog: introduce commonancestorsheads method
|
Thu, 17 Apr 2014 19:58:08 +0200 |
Mads Kiilerich |
parsers: remove unnecessary gca variable in index_commonancestorsheads
|
Mon, 24 Feb 2014 22:42:14 +0100 |
Mads Kiilerich |
parsers: introduce index_commonancestorsheads
|
Thu, 17 Apr 2014 19:49:56 +0200 |
Mads Kiilerich |
ancestors: extract candidates function as commonancestorsheads
|
Thu, 17 Apr 2014 14:54:46 +0200 |
Mads Kiilerich |
filemerge: better handling of failing remove of temporary files
|
Thu, 17 Apr 2014 14:54:46 +0200 |
Mads Kiilerich |
contrib: remove mergetools.hgrc premerge=False for Beyond Compare and Araxis
|
Wed, 16 Apr 2014 03:05:00 +0900 |
FUJIWARA Katsunori |
obsolete: add '%' specifier to the format string to avoid TypeError at runtime
|
Wed, 16 Apr 2014 03:05:00 +0900 |
FUJIWARA Katsunori |
check-code: detect "% inside _()" when there are leading whitespaces
|
Wed, 16 Apr 2014 03:05:00 +0900 |
FUJIWARA Katsunori |
i18n: fix "% inside _()" problem
|
Sun, 13 Apr 2014 18:45:43 +0200 |
Mads Kiilerich |
largefiles: revert override, install matchfn outside the try/except restoring it
|
Sun, 28 Apr 2013 13:18:25 +0200 |
Mads Kiilerich |
largefiles: simplify revert - use getstandinsstate like other commands do
|
Sun, 13 Apr 2014 18:45:43 +0200 |
Mads Kiilerich |
largefiles: remove dummy assignments for creating an already existing closure
|
Sun, 13 Apr 2014 18:45:43 +0200 |
Mads Kiilerich |
largefiles: remove silent handling of incorrect invocation of restorematchfn
|
Sun, 13 Apr 2014 18:45:43 +0200 |
Mads Kiilerich |
largefiles: copy override, install matchfn outside the try/except restoring it
|
Sun, 13 Apr 2014 18:45:43 +0200 |
Mads Kiilerich |
largefiles: clarify installmatchfn documentation
|
Sat, 27 Apr 2013 23:19:52 +0200 |
Mads Kiilerich |
largefiles: use more reasonable locking for update
|
Sat, 27 Apr 2013 23:19:52 +0200 |
Mads Kiilerich |
largefiles: full debugdirstate functionality for largefiles
|
Sat, 27 Apr 2013 23:19:52 +0200 |
Mads Kiilerich |
largefiles: make cat on standins do something
|
Sun, 13 Apr 2014 18:45:43 +0200 |
Mads Kiilerich |
largefiles: remove confusing handling of .bad return value - it is void
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
largefiles: fix profile of unused largefilesdirstate._ignore
|
Tue, 08 Apr 2014 00:48:36 +0200 |
Mads Kiilerich |
largefiles: import whole modules instead of importing parts of them
|
Thu, 18 Apr 2013 18:56:18 +0200 |
Mads Kiilerich |
largefiles: update should only create a .orig backup of a largefile once
|
Mon, 07 Apr 2014 02:12:28 +0200 |
Mads Kiilerich |
merge: let manifestmerge emit 'keep' actions when keeping wd version
|
Sun, 06 Apr 2014 13:39:51 +0200 |
Mads Kiilerich |
merge: pass merge ancestor to calculateupdates as a list
|
Sun, 06 Apr 2014 13:39:51 +0200 |
Mads Kiilerich |
merge: move ancestor selection tweaking from manifestmerge to update function
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
match: make it more clear what _roots do and that it ends up in match()._files
|
Tue, 15 Apr 2014 23:29:19 -0400 |
Matt Harbison |
cat: explicitly document the supported formatter rules
|
Wed, 16 Apr 2014 01:10:08 +0200 |
Mads Kiilerich |
convert: backout 81cf597dafa9 and a3545c3104aa -closemap
|
Wed, 16 Apr 2014 01:09:49 +0200 |
Mads Kiilerich |
convert: backout b75a04502ced and 9616b03113ce - tagmap
|
Tue, 15 Apr 2014 11:53:10 -0400 |
Pierre-Yves David |
bundle2: support for push over the wire
|
Tue, 15 Apr 2014 17:53:52 -0400 |
Pierre-Yves David |
httppeer: support for _calltwowaystream
|
Tue, 15 Apr 2014 17:18:35 -0400 |
Pierre-Yves David |
sshpeer: add implementation of _calltwowaystream
|
Tue, 15 Apr 2014 17:19:46 -0400 |
Pierre-Yves David |
wireproto: add a _calltwowaystream method on wirepeer
|
Tue, 15 Apr 2014 16:49:30 -0400 |
Pierre-Yves David |
bundle2: return a bundle20 object from exchanges.unbundle
|
Tue, 15 Apr 2014 16:42:52 -0400 |
Pierre-Yves David |
bundle2: feed a binary stream to `peer.unbundle`
|
Tue, 15 Apr 2014 15:20:33 -0400 |
Pierre-Yves David |
bundle2: allow bundle2 for pulling over the wire
|
Tue, 15 Apr 2014 11:27:55 -0400 |
Pierre-Yves David |
bundle2: return a stream from exchange.getbundle
|
Tue, 15 Apr 2014 13:57:15 -0400 |
Pierre-Yves David |
bundle2: let readbundle return unbundle20
|
Tue, 15 Apr 2014 13:54:54 -0400 |
Pierre-Yves David |
bundle2: make header reading optional
|
Tue, 15 Apr 2014 13:42:45 -0400 |
Pierre-Yves David |
bundle2: prepare readbundle to return more that one type of bundle
|
Mon, 14 Apr 2014 15:45:30 -0400 |
Pierre-Yves David |
bundle2: add a ui argument to readbundle
|
Mon, 14 Apr 2014 15:33:50 -0400 |
Pierre-Yves David |
bundle2: move `readbundle` into the `exchange` module
|
Mon, 14 Apr 2014 14:46:32 -0400 |
Pierre-Yves David |
bundle2: use headerless HG10UN stream in changegroup
|
Thu, 10 Apr 2014 10:53:43 -0700 |
Pierre-Yves David |
bundle2: allow using bundle2 for push
|
Fri, 11 Apr 2014 06:43:01 -0700 |
Pierre-Yves David |
bundle2: add a "check:heads" handler
|
Sun, 13 Apr 2014 16:36:51 -0400 |
Pierre-Yves David |
repoview: make the conversion from node to rev explicit while computing hidden
|
Sun, 13 Apr 2014 16:39:31 -0400 |
Pierre-Yves David |
repoview: drop duplicated lookup
|
Wed, 16 Apr 2014 09:32:04 -0700 |
Aaron Jensen |
hgweb: adding branch, tags, bookmarks, user, and file list to rss feed entries
|
Wed, 16 Apr 2014 09:31:37 -0700 |
Aaron Jensen |
hgweb: adding branch, tags, bookmarks, user, and file list to atom feed entries
|
Mon, 07 Apr 2014 23:10:20 +0200 |
Mads Kiilerich |
patchbomb: warn when emailing a dirty working directory parent
|
Wed, 19 Mar 2014 00:19:54 +0100 |
Mads Kiilerich |
tests: coverage of convert and filemap include and the default of include all
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: remove no more referred "getoutgoinglfiles()"
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: use "outgoinghooks" to avoid redundant outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
outgoing: introduce "outgoinghooks" to avoid redundant outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
hg: make "_outgoing()" return peer object for remote repository
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
hg: make "_outgoing()" return empty list instead of "None"
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: use "summaryremotehooks" to avoid redundant outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
summary: introduce "summaryremotehooks" to avoid redundant incoming/outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
util: enable "hooks" to return list of the values returned from each hooks
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
summary: separate checking incoming/outgoing and showing remote summary
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: reuse "findcommonoutgoing()" result at "hg push"
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
localrepo: introduce "prepushoutgoinghooks" to extend outgoing check easily
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: centralize the logic to get outgoing largefiles
|
Fri, 14 Mar 2014 21:32:05 -0400 |
Matt Harbison |
cat: support cat with explicit paths in subrepos
|
Thu, 13 Mar 2014 23:45:18 -0400 |
Matt Harbison |
cat: move most of the implementation into cmdutils.cat()
|
Tue, 15 Apr 2014 17:51:27 -0400 |
Kent Frazier |
tests: mark test in tests/test-help.t as contingent on gettext being available
|
Tue, 15 Apr 2014 16:27:12 -0400 |
Kent Frazier |
setup.py: fix C extension compilation issue with OS X 10.9 and Xcode 5.1
|
Mon, 14 Apr 2014 18:21:26 -0500 |
Sean Farley |
color: add effect to the template symbol table
|
Wed, 16 Apr 2014 02:38:11 +0900 |
FUJIWARA Katsunori |
amend: invoke editor forcibly when "--edit" option is specified
|
Wed, 16 Apr 2014 02:04:41 +0900 |
FUJIWARA Katsunori |
commit: abolish useless "--force-editor" internal option for "hg commit"
|
Tue, 15 Apr 2014 14:15:35 -0400 |
Matt Mackall |
subrepo: return non-zero exit code when a subrepo push doesn't succeed
|
Mon, 14 Apr 2014 23:27:31 -0400 |
Matt Mackall |
debugrevlog: use unfiltered view for changelog
|
Wed, 19 Mar 2014 00:13:38 +0100 |
Mads Kiilerich |
debugrevlog: format columns (more) nicely when dumping index data
|
Sat, 22 Mar 2014 17:14:37 -0700 |
Gregory Szorc |
branchmap: log events related to branch cache
|
Mon, 14 Apr 2014 11:50:05 -0700 |
Gregory Szorc |
tags: log events related to tags cache
|
Mon, 14 Apr 2014 15:14:02 -0400 |
Matt Mackall |
merge with stable
|
Tue, 15 Apr 2014 03:21:59 +0900 |
FUJIWARA Katsunori |
histedit: save manually edited commit message into ".hg/last-message.txt"
stable
|
Tue, 26 Nov 2013 03:18:56 +0100 |
Mads Kiilerich |
rebase: tell when reopening a closed branch head
|
Sat, 27 Apr 2013 23:19:52 +0200 |
Mads Kiilerich |
dirstate: inline local finish function
|
Tue, 08 Apr 2014 01:35:13 +0200 |
Mads Kiilerich |
demandimport: make it possible to disable by setting HGDEMANDIMPORT=disable
|
Sun, 13 Apr 2014 19:01:00 +0200 |
Mads Kiilerich |
spelling: fixes from spell checker
|
Sun, 13 Apr 2014 19:01:00 +0200 |
Mads Kiilerich |
tests: warn on invalid #if directive
|
Mon, 25 Nov 2013 22:00:46 +0100 |
Simon Heimberg |
run-tests: test result shows when a failed test could not start a server
|
Sun, 08 Sep 2013 19:02:08 -0400 |
Bradley M. Kuhn |
commit: --edit/-e to force edit of otherwise-supplied commit message
|
Sat, 12 Apr 2014 00:38:15 -0400 |
Pierre-Yves David |
bundle2: directly feed part to readbundle
|
Fri, 11 Apr 2014 16:05:22 -0400 |
Pierre-Yves David |
bundle2: lazy unbundle of part payload
|
Thu, 10 Apr 2014 22:10:26 -0700 |
Pierre-Yves David |
util: support None size in chunkbuffer.read()
|
Fri, 11 Apr 2014 15:02:26 -0400 |
Pierre-Yves David |
bundle2: lazily iterate over bundle parts in the test
|
Fri, 11 Apr 2014 15:47:38 -0400 |
Pierre-Yves David |
bundle2: move unpackheader closure into the class
|
Fri, 11 Apr 2014 15:46:09 -0400 |
Pierre-Yves David |
bundle2: move the fromheader closure into the class itself
|
Fri, 11 Apr 2014 15:43:16 -0400 |
Pierre-Yves David |
bundle2: add an unbundle part responsible from unbundling part
|
Fri, 11 Apr 2014 15:19:54 -0400 |
Pierre-Yves David |
bundle2: extract stream/unpack logic in an unpackermixin
|
Sun, 13 Apr 2014 12:21:09 -0400 |
Pierre-Yves David |
exchange: restore truncated comment
|
Mon, 31 Mar 2014 01:00:05 +0900 |
Takumi IINO |
grep: highlight all matched words
|
Thu, 23 Jan 2014 14:09:53 -0800 |
Pierre-Yves David |
phase: add a passing test for (issue3575)
|
Mon, 24 Mar 2014 22:12:37 -0700 |
Gregory Szorc |
run-tests: allow test paths in other directories
|
Mon, 24 Mar 2014 21:52:28 -0700 |
Gregory Szorc |
run-tests: allow option parser to be extended
|
Mon, 24 Mar 2014 21:41:56 -0700 |
Gregory Szorc |
run-tests: use return values instead of sys.exit
|
Mon, 24 Mar 2014 21:37:33 -0700 |
Gregory Szorc |
run-tests: Pass arguments into argument parser
|
Fri, 11 Apr 2014 07:36:14 -0700 |
Pierre-Yves David |
bundle2: rename part to bundlepart
|
Fri, 11 Apr 2014 16:43:01 -0400 |
Pierre-Yves David |
bundle2: comment to clarify why the handler call is where it is
|
Sat, 12 Apr 2014 00:53:15 -0400 |
Pierre-Yves David |
bundle2: use chunkbuffer for exchange.getbundle
|
Sat, 12 Apr 2014 14:56:55 -0400 |
Pierre-Yves David |
bundle2: lazily generate the changegroup part in exchange.getbundle
|
Fri, 11 Apr 2014 08:04:16 -0700 |
Pierre-Yves David |
bundle2: support chunk iterator as part data
|
Thu, 10 Apr 2014 12:33:20 -0700 |
Pierre-Yves David |
bundle2: extract a _payloadchunks method for part
|
Thu, 10 Apr 2014 13:19:00 -0700 |
Pierre-Yves David |
changegroup: move chunk extraction into a getchunks method of unbundle10
|
Tue, 25 Mar 2014 15:05:11 -0700 |
Pierre-Yves David |
bundle2: use reply part to return result of addchangegroup
|
Fri, 04 Apr 2014 14:24:11 -0700 |
Pierre-Yves David |
bundle2: produce a bundle2 reply
|
Fri, 11 Apr 2014 08:24:59 -0700 |
Pierre-Yves David |
bundle2: add reply awareness to unbundlerecords
|
Tue, 01 Apr 2014 00:07:17 -0700 |
Pierre-Yves David |
bundle2: add an integer id to part
|
Mon, 07 Apr 2014 23:10:20 +0200 |
Mads Kiilerich |
largefiles: don't prompt when one side of merge was changed but didn't change
|
Mon, 07 Apr 2014 15:37:27 -0500 |
Sean Farley |
color: fallback and test label as an effect
|
Mon, 07 Apr 2014 15:33:46 -0500 |
Sean Farley |
color: extract method for determining a valid effect
|
Mon, 07 Apr 2014 23:17:51 +0200 |
Mads Kiilerich |
revlog: use context ancestor instead of changelog ancestor
|
Tue, 25 Feb 2014 20:31:53 +0100 |
Mads Kiilerich |
copies: guard debug section with ui.debugflag
|
Tue, 25 Feb 2014 20:31:51 +0100 |
Mads Kiilerich |
copies: remove _checkcopies wrapper - it does no good
|
Mon, 07 Apr 2014 23:17:51 +0200 |
Mads Kiilerich |
transplant: use context ancestor instead of changelog ancestor
|
Mon, 07 Apr 2014 23:17:51 +0200 |
Mads Kiilerich |
commit: use revlog.commonancestors instead of .ancestor
|
Mon, 07 Apr 2014 23:17:51 +0200 |
Mads Kiilerich |
backout: don't limit heritage check to a single ancestor
|
Thu, 20 Mar 2014 01:35:07 +0100 |
Mads Kiilerich |
ancestor: remove unused genericancestor
|
Mon, 07 Apr 2014 23:17:48 +0200 |
Mads Kiilerich |
context: remove unused filectx.ancestor
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
shelve: add "writebundle()" to invoke "writebundle()" with relative path and vfs
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
shelve: add "applybundle()" to invoke "readbundle()" with relative path and vfs
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
bundlerepo: treat temporarily extracted bundle file via vfs
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
vfs: add "mkstemp()"
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
repair: make "strip()" treat bundle files via vfs
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
changegroup: add "vfs" argument to "readbundle()" to pass relative filename
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
repair: make paths in "_bundle()" relative to ".hg"
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
changegroup: add "vfs" argument to "writebundle()" for relative access via vfs
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
localrepo: make "undofiles()" return list of tuples "(vfs, relative filename)"
|
Fri, 11 Apr 2014 17:20:15 -0400 |
Matt Mackall |
exchange: fix pyflakes import complaint
|
Thu, 10 Apr 2014 15:12:12 +0800 |
Wei, Elson |
hgweb: override the charset attribute in the http request
|
Fri, 11 Apr 2014 16:38:55 -0400 |
Matt Mackall |
diff: use second filename for --stat reporting on git patches (issue4221)
|
Fri, 11 Apr 2014 13:43:41 -0400 |
Pierre-Yves David |
exchange: drop useless line break
|
Fri, 11 Apr 2014 15:38:18 -0400 |
Matt Mackall |
subrepo: check return code for git push (issue4223)
|
Fri, 04 Apr 2014 17:50:44 -0700 |
Pierre-Yves David |
localrepo: add unbundle support
|
Fri, 04 Apr 2014 17:28:59 -0700 |
Pierre-Yves David |
unbundle: extract the core logic in another function
|
Fri, 04 Apr 2014 17:15:25 -0700 |
Pierre-Yves David |
unbundle: extract checkheads in its own function
|
Mon, 07 Apr 2014 18:10:50 -0700 |
Pierre-Yves David |
phase: apply publishing enforcement for "serve" source
|
Thu, 10 Apr 2014 12:41:39 -0400 |
Matt Mackall |
merge with stable
|
Fri, 20 Dec 2013 14:56:05 +0100 |
Stéphane Klein |
http: reuse authentication info after the first failed request (issue3567)
|
Tue, 08 Apr 2014 13:05:29 -0700 |
Durham Goode |
bundle2: use discard to remove bundle2 cap
|
Mon, 07 Apr 2014 11:45:50 -0700 |
Pierre-Yves David |
statichttp: respect localrepo _restrictcapabilities
|
Mon, 07 Apr 2014 23:10:20 +0200 |
Mads Kiilerich |
tests: make unshelve tests more tricky - don't depend on size change
|
Mon, 07 Apr 2014 23:10:20 +0200 |
Mads Kiilerich |
shelve: introduce secret option for using fixed date for temporary commit
|
Mon, 07 Apr 2014 23:10:20 +0200 |
Mads Kiilerich |
mq: repo['.'] is not a wctx, repo[None] is
|
Mon, 07 Apr 2014 23:10:20 +0200 |
Mads Kiilerich |
shelve: repo['.'] is not a wctx but a pctx
|
Mon, 07 Apr 2014 14:18:10 -0500 |
Matt Mackall |
revlog: deal with chunk ranges over 2G on Windows (issue4215)
stable
|
Fri, 04 Apr 2014 16:41:51 -0700 |
Durham Goode |
exchange: pass bundlecaps through to changegroup
|
Tue, 01 Apr 2014 23:41:32 -0700 |
Pierre-Yves David |
bundle2: allow pulling changegroups using bundle2
|
Fri, 04 Apr 2014 01:51:54 -0700 |
Pierre-Yves David |
bundle2: add an exchange.getbundle function
|
Fri, 04 Apr 2014 01:33:20 -0700 |
Pierre-Yves David |
localpeer: propagate bundlecaps in getbundle call
|
Wed, 02 Apr 2014 23:56:49 -0700 |
Pierre-Yves David |
bundle2: make it possible have a global transaction for the unbundling
|
Fri, 04 Apr 2014 17:47:19 -0500 |
Matt Mackall |
tests: fix test output typo
|
Mon, 24 Mar 2014 19:37:59 -0700 |
Pierre-Yves David |
bundle2: first crude version of bundling changeset with bundle2
|
Wed, 02 Apr 2014 22:37:50 -0700 |
Pierre-Yves David |
bundle2: record processing results in the bundleoperation object
|
Wed, 02 Apr 2014 22:24:44 -0700 |
Pierre-Yves David |
bundle2: introduce a bundleoperation object
|
Wed, 02 Apr 2014 13:50:57 -0700 |
Pierre-Yves David |
bundle2: feed a unbundle20 to the `processbundle` function
|
Thu, 03 Apr 2014 17:25:47 -0700 |
Pierre-Yves David |
bundle2: lock the repo during unbundle test
|
Sun, 02 Mar 2014 18:52:16 +0100 |
Mads Kiilerich |
merge: keep destination filename as key in filemerge actions
|
Sun, 02 Mar 2014 18:49:36 +0100 |
Mads Kiilerich |
merge: keep destination filename as key in actions for merge with dir rename
|
Fri, 28 Feb 2014 02:38:33 +0100 |
Mads Kiilerich |
merge: include ancestor node in merge actions
|
Fri, 04 Apr 2014 14:01:25 -0500 |
Matt Mackall |
merge with stable
|
Fri, 28 Mar 2014 12:51:05 -0500 |
Sean Farley |
repoview: use _gethiddenblockers in computehidden
|
Thu, 03 Apr 2014 20:07:42 -0500 |
Sean Farley |
repoview: add _gethiddenblockers method
|
Thu, 27 Mar 2014 20:14:55 -0500 |
Sean Farley |
repoview: improve performance for computehidden (issue4206)
|
Thu, 03 Apr 2014 20:35:56 -0500 |
Sean Farley |
tests: remove unused variables from test-pathencode.py caught by pyflakes
stable
|
Thu, 03 Apr 2014 20:32:56 -0500 |
Sean Farley |
shelve: remove unused variable caught by pyflakes
stable
|
Thu, 03 Apr 2014 20:29:03 -0500 |
Sean Farley |
changegroup: remove unused variable caught by pyflakes
stable
|
Sat, 15 Mar 2014 18:27:51 +0100 |
Andrew Shadura |
hgk: use hg export to write commits
|
Tue, 25 Mar 2014 22:47:59 +0100 |
Andrew Shadura |
hgk: add .diff extension when exporting commits
|
Tue, 01 Apr 2014 15:27:53 -0700 |
Pierre-Yves David |
localrepo: move the addchangegroup method in changegroup module
|
Tue, 01 Apr 2014 15:21:56 -0700 |
Pierre-Yves David |
localrepo: move the addchangegroupfiles method in changegroup module
|
Tue, 01 Apr 2014 15:08:27 -0700 |
Pierre-Yves David |
localrepo: move the changegroup method in changegroup module
|
Tue, 01 Apr 2014 14:40:35 -0700 |
Pierre-Yves David |
localrepo: move the getbundle method in changegroup module
|
Thu, 03 Apr 2014 12:59:12 -0500 |
Matt Mackall |
store: drop unused existing list
|
Tue, 01 Apr 2014 14:33:23 -0700 |
Pierre-Yves David |
localrepo: move the getlocalbundle method in changegroup module
|
Tue, 01 Apr 2014 14:25:03 -0700 |
Pierre-Yves David |
localrepo: move the changegroupsubset method in changegroup module
|
Tue, 01 Apr 2014 14:13:34 -0700 |
Pierre-Yves David |
localrepo: move the changegroupinfo method in changegroup module
|
Tue, 01 Apr 2014 13:59:55 -0700 |
Pierre-Yves David |
localrepo: move the _changegroupsubset method in changegroup module
|
Tue, 01 Apr 2014 13:45:48 -0700 |
Pierre-Yves David |
push: pass a `pushoperation` object to localrepo.checkpush
|
Fri, 28 Mar 2014 14:43:30 -0700 |
Pierre-Yves David |
wireproto: use decorator for the ubundle command
|
Fri, 28 Mar 2014 14:43:11 -0700 |
Pierre-Yves David |
wireproto: use decorator for the stream command
|
Fri, 28 Mar 2014 14:42:55 -0700 |
Pierre-Yves David |
wireproto: use decorator for the pushkey command
|
Fri, 28 Mar 2014 14:42:38 -0700 |
Pierre-Yves David |
wireproto: use decorator for the lookup command
|
Fri, 28 Mar 2014 14:42:21 -0700 |
Pierre-Yves David |
wireproto: use decorator for the listkeys command
|
Fri, 28 Mar 2014 14:42:06 -0700 |
Pierre-Yves David |
wireproto: use decorator for the known command
|
Fri, 28 Mar 2014 14:40:44 -0700 |
Pierre-Yves David |
wireproto: use decorator for the hello command
|
Fri, 28 Mar 2014 14:40:31 -0700 |
Pierre-Yves David |
wireproto: use decorator for the heads command
|
Fri, 28 Mar 2014 14:40:07 -0700 |
Pierre-Yves David |
wireproto: use decorator for the getbundle command
|
Fri, 28 Mar 2014 14:39:06 -0700 |
Pierre-Yves David |
wireproto: use decorator for the debugwireargs command
|
Fri, 28 Mar 2014 14:38:40 -0700 |
Pierre-Yves David |
wireproto: use decorator for the changegroupsubset command
|
Fri, 28 Mar 2014 14:38:19 -0700 |
Pierre-Yves David |
wireproto: use decorator for the changegroup command
|
Fri, 28 Mar 2014 14:37:28 -0700 |
Pierre-Yves David |
wireproto: use decorator for the capabilities command
|
Fri, 28 Mar 2014 14:37:02 -0700 |
Pierre-Yves David |
wireproto: use decorator for the branches command
|
Fri, 28 Mar 2014 14:36:41 -0700 |
Pierre-Yves David |
wireproto: use decorator for the branchmap command
|
Fri, 28 Mar 2014 14:36:05 -0700 |
Pierre-Yves David |
wireproto: use decorator for the between command
|
Fri, 28 Mar 2014 14:35:36 -0700 |
Pierre-Yves David |
wireproto: use decorator for the batch command
|
Fri, 28 Mar 2014 14:30:11 -0700 |
Pierre-Yves David |
wireproto: add decorator for wire protocol command
|
Fri, 28 Mar 2014 14:24:13 -0700 |
Pierre-Yves David |
wireproto: drop the _decompress method in favor a new call type
|
Fri, 28 Mar 2014 12:29:34 -0700 |
Pierre-Yves David |
wireproto: document protocol specific function of wirepeer
|
Fri, 28 Mar 2014 11:10:33 -0700 |
Pierre-Yves David |
wireproto: introduce an abstractserverproto class
|
Fri, 28 Mar 2014 11:37:42 -0700 |
Pierre-Yves David |
wireproto: document possible return type
|
Tue, 01 Apr 2014 18:56:19 -0700 |
Pierre-Yves David |
pull: add a set of steps that remain to be done during the pull
|
Tue, 01 Apr 2014 17:35:25 -0700 |
Pierre-Yves David |
pull: put discovery step in its own function
|
Tue, 01 Apr 2014 17:28:21 -0700 |
Pierre-Yves David |
pull: move the cgresult logic in _pullchangeset
|
Tue, 01 Apr 2014 17:21:52 -0700 |
Pierre-Yves David |
pull: move return code in the pull operation object
|
Tue, 25 Feb 2014 20:30:08 +0100 |
Mads Kiilerich |
merge: use ancestor filename from planning phase instead of filectx ancestor
|
Wed, 02 Apr 2014 00:01:21 -0700 |
Pierre-Yves David |
tests: prevent test-hup from hanging forever if the transaction does not start
|
Mon, 31 Mar 2014 16:03:34 -0700 |
Durham Goode |
revset: improve roots revset performance
|
Tue, 25 Mar 2014 14:10:01 -0700 |
Durham Goode |
revset: improve _descendants performance
|
Mon, 31 Mar 2014 16:29:39 -0700 |
Durham Goode |
revsetbenchmark: remove python 2.7 dependency
|
Mon, 24 Mar 2014 17:20:15 -0700 |
Pierre-Yves David |
bundle2: read the whole bundle from stream on abort
|
Mon, 24 Mar 2014 13:02:02 -0700 |
Pierre-Yves David |
bundle2: add some distinction between mandatory and advisory part
|
Mon, 24 Mar 2014 15:51:00 -0700 |
Pierre-Yves David |
bundle2: introduce a `parthandler` decorator
|
Mon, 24 Mar 2014 12:25:33 -0700 |
Pierre-Yves David |
bundle2: first version of a bundle processing
|
Mon, 24 Mar 2014 11:27:00 -0700 |
Pierre-Yves David |
bundle2: rename unbundle2 test command to statbundle2
|
Tue, 01 Apr 2014 00:08:15 -0700 |
Pierre-Yves David |
bundle2: safely read unpack data from part header
|
Wed, 02 Apr 2014 13:41:23 -0500 |
Matt Mackall |
transaction: drop extra import caught by pyflakes
|
Mon, 24 Mar 2014 15:43:15 -0700 |
Durham Goode |
fncache: clean up fncache during strips
|
Mon, 24 Mar 2014 15:35:07 -0700 |
Durham Goode |
caches: invalidate store caches when lock is taken
|
Mon, 24 Mar 2014 15:42:13 -0700 |
Durham Goode |
fncache: move fncache writing to be in a transaction
|
Mon, 24 Mar 2014 15:21:51 -0700 |
Durham Goode |
transaction: add support for non-append files
|
Mon, 24 Mar 2014 15:57:47 -0700 |
Durham Goode |
transaction: add onclose/onabort hook for pre-close logic
|
Mon, 24 Mar 2014 15:38:20 -0700 |
Durham Goode |
clone: put streaming clones in a transaction
|
Mon, 24 Mar 2014 15:31:47 -0700 |
Durham Goode |
fncache: remove the rewriting logic
|
Wed, 26 Mar 2014 15:55:32 -0700 |
Pierre-Yves David |
pull: prevent duplicated entry in `op.pulledsubset`
|
Thu, 20 Mar 2014 01:24:45 -0700 |
Pierre-Yves David |
bundle2: part params
|
Wed, 19 Mar 2014 23:36:15 -0700 |
Pierre-Yves David |
bundle2: support for bundling and unbundling payload
|
Tue, 01 Apr 2014 17:59:06 -0500 |
Matt Mackall |
merge with stable
|
Tue, 01 Apr 2014 17:57:04 -0500 |
Matt Mackall |
Added signature for changeset 3f83fc5cfe71
stable
|
Tue, 01 Apr 2014 17:56:55 -0500 |
Matt Mackall |
Added tag 2.9.2 for changeset 3f83fc5cfe71
stable
|
Sat, 08 Mar 2014 18:52:16 +0900 |
Yuya Nishihara |
backout: correct commit status of no changes made (BC) (issue4190)
stable 2.9.2
|
Sat, 08 Mar 2014 18:41:56 +0900 |
Yuya Nishihara |
backout: document return code of merge conflict
stable
|
Tue, 01 Apr 2014 15:11:19 -0500 |
Matt Mackall |
merge with stable
|
Tue, 01 Apr 2014 02:46:03 +0900 |
FUJIWARA Katsunori |
i18n: fix "% inside _()" problems
stable
|
Tue, 01 Apr 2014 02:46:03 +0900 |
FUJIWARA Katsunori |
i18n: fix "% inside _()" problems
stable
|
Tue, 01 Apr 2014 02:46:03 +0900 |
FUJIWARA Katsunori |
merge: fix lack of "%s" in format string causing TypeError at runtime
stable
|
Tue, 01 Apr 2014 13:27:12 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with c57c9cece645
stable
|
Mon, 31 Mar 2014 21:03:39 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with e259d4c462b5
stable
|
Wed, 19 Mar 2014 23:04:03 -0700 |
Pierre-Yves David |
bundle2: support unbundling empty part
|
Fri, 28 Mar 2014 17:00:13 -0700 |
Pierre-Yves David |
revset: raise ValueError when calling min or max on empty smartset
|
Thu, 20 Mar 2014 18:44:25 -0700 |
Pierre-Yves David |
revpair: smartset compatibility
|
Fri, 28 Mar 2014 16:12:05 -0700 |
Gregory Szorc |
revsetbenchmark: add entry for ::rev::
|
Mon, 31 Mar 2014 10:12:07 -0500 |
Kevin Bullock |
merge with stable
|
Fri, 28 Mar 2014 14:33:27 -0500 |
Sean Farley |
tests: use TESTTMP instead of TESTDIR
stable
|
Sat, 29 Mar 2014 01:20:07 +0900 |
FUJIWARA Katsunori |
hg: introduce "wirepeersetupfuncs" to setup wire peer by extensions (issue4109)
stable
|