Tue, 11 Apr 2017 14:54:12 -0700 |
Bryan O'Sullivan |
stdio: raise StdioError if something goes wrong in ui._write
|
Tue, 11 Apr 2017 14:54:12 -0700 |
Bryan O'Sullivan |
stdio: catch StdioError in dispatch.run and clean up appropriately
|
Tue, 11 Apr 2017 14:54:12 -0700 |
Bryan O'Sullivan |
stdio: add machinery to identify failed stdout/stderr writes
|
Tue, 11 Apr 2017 14:54:12 -0700 |
Bryan O'Sullivan |
atexit: switch to home-grown implementation
|
Tue, 11 Apr 2017 14:54:12 -0700 |
Bryan O'Sullivan |
atexit: test failing handlers
|
Tue, 11 Apr 2017 14:54:12 -0700 |
Bryan O'Sullivan |
ui: add special-purpose atexit functionality
|
Fri, 14 Apr 2017 08:55:18 +0200 |
Denis Laxalde |
context: follow all branches in blockdescendants()
|
Thu, 13 Apr 2017 08:27:19 -0700 |
Jun Wu |
pager: set some environment variables if they're not set
|
Thu, 13 Apr 2017 14:48:18 -0400 |
Augie Fackler |
sshpeer: fix docstring typo
|
Thu, 13 Apr 2017 13:12:49 -0400 |
Augie Fackler |
util: pass sysstrs to warnings.filterwarnings
|
Mon, 03 Apr 2017 14:21:38 +0200 |
Pierre-Yves David |
vfs: deprecate all old classes in scmutil
|
Tue, 04 Apr 2017 11:03:29 +0200 |
Pierre-Yves David |
util: add a way to issue deprecation warning without a UI object
|
Thu, 13 Apr 2017 09:49:48 +0200 |
Denis Laxalde |
gitweb: plug followlines UI in filerevision view
|
Thu, 13 Apr 2017 10:04:09 +0200 |
Denis Laxalde |
gitweb: handle "patch" query parameter in filelog view
|
Thu, 13 Apr 2017 09:59:58 +0200 |
Denis Laxalde |
gitweb: add information about "linerange" filtering in filelog view
|
Mon, 10 Apr 2017 18:16:30 +0200 |
Gábor Stefanik |
util: fix human-readable printing of negative byte counts
|
Thu, 13 Apr 2017 03:17:53 -0700 |
Ryan McElroy |
show: make template option actually show up in help
|
Wed, 12 Apr 2017 20:31:15 -0700 |
Gregory Szorc |
show: implement underway view
|
Wed, 12 Apr 2017 20:28:44 -0700 |
Gregory Szorc |
show: fix formatting of multiple commands
|
Wed, 12 Apr 2017 18:42:20 -0700 |
Gregory Szorc |
pycompat: import correct cookie module on Python 3
|
Wed, 12 Apr 2017 16:50:23 -0700 |
Jun Wu |
chg: respect environment variables for pager
|
Mon, 10 Apr 2017 17:36:40 +0200 |
Denis Laxalde |
hgweb: add a link to followlines in descending direction
|
Mon, 10 Apr 2017 16:23:41 +0200 |
Denis Laxalde |
hgweb: handle a "descend" query parameter in filelog command
|
Mon, 16 Jan 2017 09:24:47 +0100 |
Denis Laxalde |
revset: add a 'descend' argument to followlines to return descendants
|
Mon, 10 Apr 2017 15:11:36 +0200 |
Denis Laxalde |
context: add a blockdescendants function
|
Thu, 09 Mar 2017 22:40:52 -0800 |
Gregory Szorc |
url: support auth.cookiesfile for adding cookies to HTTP requests
|
Thu, 09 Mar 2017 22:35:10 -0800 |
Gregory Szorc |
httpconnection: allow a global auth.cookiefile config entry
|
Thu, 09 Mar 2017 21:35:21 -0800 |
Gregory Szorc |
util: make cookielib module available
|
Thu, 06 Apr 2017 11:28:25 +0200 |
Pierre-Yves David |
crecord: avoid setting non-existing SIGTSTP signal on windows (issue5512)
|
Thu, 06 Apr 2017 11:25:13 +0200 |
Pierre-Yves David |
crecord: ensure we reinstall the SIGTSTP handler
|
Thu, 06 Apr 2017 11:25:33 +0200 |
Pierre-Yves David |
crecord: avoid setting non-existing signal SIGWINCH on windows
|
Sun, 26 Mar 2017 15:06:09 +0200 |
Pierre-Yves David |
crecord: ensure we reinstall the SIGWINCH handler
|
Sun, 26 Mar 2017 15:05:12 +0200 |
Pierre-Yves David |
crecord: extract most of 'main' into a sub function
|
Mon, 03 Apr 2017 23:13:49 +0900 |
Yuya Nishihara |
templater: add shorthand for building a dict like {"key": key}
|
Sat, 08 Apr 2017 23:33:32 +0900 |
Yuya Nishihara |
templater: find keyword name more thoroughly on filtering error
|
Mon, 03 Apr 2017 22:54:06 +0900 |
Yuya Nishihara |
templater: add dict() constructor
|
Wed, 05 Apr 2017 22:28:09 +0900 |
Yuya Nishihara |
templatekw: add public function to wrap a dict by _hybrid object
|
Wed, 05 Apr 2017 22:25:36 +0900 |
Yuya Nishihara |
templatekw: add public function to wrap a list by _hybrid object
|
Wed, 12 Apr 2017 21:10:47 +0900 |
Yuya Nishihara |
templatekw: add default implementation of _hybrid.gen
|
Sun, 09 Apr 2017 11:58:27 +0900 |
Yuya Nishihara |
parser: preserve order of keyword arguments
|
Mon, 03 Apr 2017 22:07:09 +0900 |
Yuya Nishihara |
parser: extend buildargsdict() to support arbitrary number of **kwargs
|
Sat, 08 Apr 2017 20:07:37 +0900 |
Yuya Nishihara |
parser: verify excessive number of args excluding kwargs in buildargsdict()
|
Mon, 10 Apr 2017 16:50:23 +0200 |
Pierre-Yves David |
obsolescence: add test case B-7 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:49:38 +0200 |
Pierre-Yves David |
obsolescence: add test case B-6 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:49:10 +0200 |
Pierre-Yves David |
obsolescence: add test case B-5 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:47:16 +0200 |
Pierre-Yves David |
obsolescence: add test case B-4 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:46:53 +0200 |
Pierre-Yves David |
obsolescence: add test case B-3 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:46:31 +0200 |
Pierre-Yves David |
obsolescence: add test case B-2 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:46:03 +0200 |
Pierre-Yves David |
obsolescence: add test case B-1 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:44:39 +0200 |
Pierre-Yves David |
obsolescence: add test case A-7 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:44:19 +0200 |
Pierre-Yves David |
obsolescence: add test case A-6 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:43:49 +0200 |
Pierre-Yves David |
obsolescence: add test case A-5 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:43:26 +0200 |
Pierre-Yves David |
obsolescence: add test case A-4 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:42:49 +0200 |
Pierre-Yves David |
obsolescence: add test case A-3 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:41:46 +0200 |
Pierre-Yves David |
obsolescence: add test case A-2 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:41:21 +0200 |
Pierre-Yves David |
obsolescence: add test case A-1 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:40:40 +0200 |
Pierre-Yves David |
obsolescence: add setup script for obsolescence markers exchange tests
|
Tue, 11 Apr 2017 00:03:11 +0200 |
Pierre-Yves David |
upgrade: simplify the "origin" dispatch in dry run
|
Mon, 10 Apr 2017 23:11:45 +0200 |
Pierre-Yves David |
upgrade: use 'improvement' object for action too
|
Mon, 10 Apr 2017 23:10:03 +0200 |
Pierre-Yves David |
upgrade: implement equality for 'improvement' object
|