Wed, 16 May 2018 20:22:23 +0900 |
Yuya Nishihara |
dispatch: mask negative exit code recorded in blackbox log
|
changeset |
files
|
Wed, 16 May 2018 20:17:50 +0900 |
Yuya Nishihara |
dispatch: fix exit code of unhandled exception recorded in blackbox log
|
changeset |
files
|
Tue, 15 May 2018 11:52:43 -0700 |
Kyle Lippincott |
tests: mark tests that fail when using chg as #require no-chg
|
changeset |
files
|
Fri, 27 Apr 2018 21:54:37 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() instead of str() in extensions.py
|
changeset |
files
|
Wed, 16 May 2018 07:58:02 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() on bytes before %r-ing it
|
changeset |
files
|
Thu, 15 Feb 2018 17:15:21 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in tests/test-extension.t
|
changeset |
files
|
Fri, 27 Apr 2018 20:55:10 +0530 |
Pulkit Goyal |
py3: suppress the value returned by .write() calls
|
changeset |
files
|
Tue, 15 May 2018 09:57:58 -0700 |
Martin von Zweigbergk |
tests: test failure reporting in blackbox code
|
changeset |
files
|
Mon, 14 May 2018 12:53:13 +0200 |
David Demelier |
export: add -B option to select a bookmark
|
changeset |
files
|
Sat, 12 May 2018 18:05:50 -0700 |
Gregory Szorc |
packaging: move most packaging targets to own Makefile
|
changeset |
files
|
Sat, 12 May 2018 12:27:51 -0700 |
Gregory Szorc |
packaging: make packaging scripts less reliant on pwd
|
changeset |
files
|
Sat, 12 May 2018 10:57:04 -0700 |
Gregory Szorc |
packaging: move contrib/macosx to contrib/packaging/
|
changeset |
files
|
Sat, 12 May 2018 10:50:30 -0700 |
Gregory Szorc |
packaging: move linux-wheel-centos5-blacklist to contrib/packaging/
|
changeset |
files
|
Sat, 12 May 2018 10:47:44 -0700 |
Gregory Szorc |
packaging: move build-linux-wheels.sh to contrib/packaging/
|
changeset |
files
|
Sat, 12 May 2018 17:16:09 -0700 |
Gregory Szorc |
packaging: move contrib/debian to contrib/packaging/
|
changeset |
files
|
Sat, 12 May 2018 10:41:08 -0700 |
Gregory Szorc |
packaging: move buildrpm to contrib/packaging/
|
changeset |
files
|
Sat, 12 May 2018 10:38:36 -0700 |
Gregory Szorc |
packaging: move mercurial.spec to contrib/packaging/
|
changeset |
files
|
Sat, 12 May 2018 10:31:34 -0700 |
Gregory Szorc |
packaging: move builddeb into contrib/packaging/
|
changeset |
files
|
Sat, 12 May 2018 10:28:00 -0700 |
Gregory Szorc |
packaging: move packagelib.sh into contrib/packaging/
|
changeset |
files
|
Sat, 12 May 2018 10:33:11 -0700 |
Gregory Szorc |
packaging: move some docker scripts into contrib/packaging/
|
changeset |
files
|
Sat, 12 May 2018 13:17:01 -0700 |
Gregory Szorc |
packaging: move most of contrib/docker to contrib/packaging/docker
|
changeset |
files
|
Sat, 12 May 2018 12:12:12 -0700 |
Gregory Szorc |
setup: reformat options argument
|
changeset |
files
|
Sat, 12 May 2018 10:53:53 -0700 |
Gregory Szorc |
contrib: remove fixpax.py
|
changeset |
files
|
Tue, 15 May 2018 22:12:55 +0900 |
Yuya Nishihara |
push: continue without locking on lock failure other than EEXIST (issue5882)
stable
|
changeset |
files
|
Fri, 11 May 2018 23:28:02 -0700 |
Martin von Zweigbergk |
revlog: handle errors from index_node() in nt_insert() and index_slice_del()
|
changeset |
files
|
Mon, 14 May 2018 13:11:04 +0200 |
David Demelier |
help: add new deprecated topic
|
changeset |
files
|
Mon, 14 May 2018 23:00:30 -0400 |
Matt Harbison |
phabricator: split auth.url into the standard auth.schemes and auth.prefix
|
changeset |
files
|
Sat, 12 May 2018 00:34:01 -0400 |
Matt Harbison |
phabricator: migrate [phabricator.auth] to [auth]
|
changeset |
files
|
Sat, 12 May 2018 15:33:09 +0900 |
Yuya Nishihara |
dispatch: unify handling of None returned by a command function
|
changeset |
files
|
Fri, 11 May 2018 21:23:48 -0700 |
Gregory Szorc |
dispatch: minor code refactor
|
changeset |
files
|
Wed, 04 Apr 2018 21:17:55 +0900 |
Yuya Nishihara |
hgweb: drop unused argument 'tmpl' from webutil.compare()
|
changeset |
files
|
Wed, 04 Apr 2018 21:17:10 +0900 |
Yuya Nishihara |
hgweb: convert {comparison} to a mappinggenerator with named template
|
changeset |
files
|
Wed, 04 Apr 2018 21:14:30 +0900 |
Yuya Nishihara |
hgweb: rename 'context' argument of webutil.compare() to avoid name conflicts
|
changeset |
files
|
Wed, 04 Apr 2018 00:08:10 +0900 |
Yuya Nishihara |
hgweb: convert comparison {lines} to a mappinggenerator with named template
|
changeset |
files
|
Tue, 03 Apr 2018 23:57:00 +0900 |
Yuya Nishihara |
hgweb: move getblock() closure out of compare()
|
changeset |
files
|
Tue, 03 Apr 2018 23:54:08 +0900 |
Yuya Nishihara |
hgweb: move compline() closure out of compare()
|
changeset |
files
|
Tue, 03 Apr 2018 23:50:00 +0900 |
Yuya Nishihara |
hgweb: convert {diff} to a mappinggenerator with named template
|
changeset |
files
|
Tue, 03 Apr 2018 23:43:41 +0900 |
Yuya Nishihara |
hgweb: use template context to render {lines} of {diff}
|
changeset |
files
|
Tue, 03 Apr 2018 23:42:15 +0900 |
Yuya Nishihara |
hgweb: wrap {lines} of {diff} with mappedgenerator
|
changeset |
files
|
Tue, 03 Apr 2018 23:38:19 +0900 |
Yuya Nishihara |
hgweb: move prettyprintlines() closure out of diffs()
|
changeset |
files
|
Sun, 29 Apr 2018 22:27:05 +0530 |
Pulkit Goyal |
remotenames: enable the storage config option if extension is enabled
|
changeset |
files
|
Sun, 29 Apr 2018 22:42:54 +0530 |
Pulkit Goyal |
tests: clone the repo over ssh in tests/test-logexchange.t
|
changeset |
files
|
Sun, 29 Apr 2018 22:39:45 +0530 |
Pulkit Goyal |
remotenames: check the remotepath with url containing user information too
|
changeset |
files
|
Sat, 12 May 2018 22:29:28 +0200 |
Julien Cristau |
bdiff: fix yet more fallout from xdiff long/int64 conversion (issue5885)
stable
|
changeset |
files
|
Fri, 11 May 2018 09:16:26 -0700 |
Martin von Zweigbergk |
shortest: avoid magic number "41"
|
changeset |
files
|
Fri, 11 May 2018 07:31:51 -0700 |
Martin von Zweigbergk |
revlog: handle error from node lookup
|
changeset |
files
|
Fri, 11 May 2018 22:07:43 -0400 |
Matt Harbison |
debugextensions: process extensions loaded from the local repository too
|
changeset |
files
|
Thu, 10 May 2018 22:13:13 -0400 |
Matt Harbison |
phabricator: drop support for the deprecated `phabricator.token` config
|
changeset |
files
|
Thu, 03 May 2018 18:22:02 +0900 |
Yuya Nishihara |
help: load module doc of disabled extension in extensions.disabledcmd()
|
changeset |
files
|
Thu, 03 May 2018 18:15:43 +0900 |
Yuya Nishihara |
extensions: extract closure that looks for commands from disabled module
|
changeset |
files
|
Thu, 03 May 2018 18:13:43 +0900 |
Yuya Nishihara |
extensions: drop dead code trying to exclude deprecated disabled commands
|
changeset |
files
|
Fri, 11 May 2018 21:53:26 +0900 |
Yuya Nishihara |
util: drop remainder of dateutil/procutil aliases (API)
|
changeset |
files
|
Thu, 03 May 2018 15:57:12 -0700 |
Martin von Zweigbergk |
shortest: move revnum-disambiguation out of revlog
|
changeset |
files
|
Thu, 03 May 2018 15:25:16 -0700 |
Martin von Zweigbergk |
shortest: remove unnecessary check for revnum in isvalid()
|
changeset |
files
|
Thu, 03 May 2018 15:01:33 -0700 |
Martin von Zweigbergk |
shortest: make pure code also disambigute against revnums at end
|
changeset |
files
|
Wed, 02 May 2018 23:17:58 -0700 |
Martin von Zweigbergk |
revlog: use node tree (native code) for shortest() calculation
|
changeset |
files
|
Mon, 07 May 2018 16:49:31 -0700 |
Martin von Zweigbergk |
shelve: reduce scope of merge tool config override
|
changeset |
files
|
Thu, 10 May 2018 21:43:32 -0400 |
Matt Harbison |
util: drop _deprecatedfunc()
|
changeset |
files
|
Thu, 10 May 2018 21:41:19 -0400 |
Matt Harbison |
util: drop deprecated forwarding to procutil (API)
|
changeset |
files
|
Fri, 11 May 2018 00:58:51 -0400 |
Matt Harbison |
tests: migrate demandimport.py away from deprecated `util` module symbols
|
changeset |
files
|