Mercurial > hg
graph
-
xdiff: remove unused xpp and xecfg parametersFri, 09 Mar 2018 14:39:35 -0800, by Jun Wu
-
xdiff: remove unused flags parameterFri, 09 Mar 2018 14:37:55 -0800, by Jun Wu
-
xdiff: replace {unsigned ,}long with {u,}int64_tFri, 09 Mar 2018 14:24:27 -0800, by Jun Wu
-
xdiff: add comments for fields in xdfile_tSun, 04 Mar 2018 11:30:16 -0800, by Jun Wu
-
xdiff: add a preprocessing step that trims filesWed, 07 Mar 2018 14:45:31 -0800, by Jun Wu
-
transaction: add a name and a __repr__ implementation (API)Fri, 09 Mar 2018 14:30:15 -0800, by Martin von Zweigbergk
-
phabricator: update doc string for deprecated token argumentFri, 09 Mar 2018 16:10:55 +0100, by Joerg Sonnenberger
-
phabricator: print deprecation warning only onceFri, 09 Mar 2018 16:09:27 +0100, by Joerg Sonnenberger
-
tests: add a few tests involving --collapse and rebase.singletransaction=1Thu, 08 Mar 2018 21:17:26 -0800, by Martin von Zweigbergk
-
tests: simplify test-rebase-transaction.tThu, 08 Mar 2018 20:55:51 -0800, by Martin von Zweigbergk
-
hgweb: parse and store HTTP request headersThu, 08 Mar 2018 16:22:25 -0800, by Gregory Szorc
-
wireprotoserver: remove broken optimization for non-httplib clientThu, 08 Mar 2018 16:43:32 -0800, by Gregory Szorc
-
wireprotoserver: move all wire protocol handling logic out of hgwebThu, 08 Mar 2018 15:58:52 -0800, by Gregory Szorc
-
hgweb: use parsed request to construct query parametersThu, 08 Mar 2018 15:37:05 -0800, by Gregory Szorc
-
hgweb: only recognize wire protocol commands from query string (BC)Thu, 08 Mar 2018 11:33:33 -0800, by Gregory Szorc
-
hgweb: teach WSGI parser about query stringsThu, 08 Mar 2018 11:21:46 -0800, by Gregory Szorc
-
hgweb: use the parsed application path directlyThu, 08 Mar 2018 15:08:20 -0800, by Gregory Szorc
-
hgweb: use computed base URL from parsed requestThu, 08 Mar 2018 12:59:25 -0800, by Gregory Szorc
-
hgweb: parse WSGI request into a data structureSat, 10 Mar 2018 10:20:51 -0800, by Gregory Szorc
-
hgweb: always use "?" when writing session varsThu, 08 Mar 2018 15:14:32 -0800, by Gregory Szorc
-
hgweb: rename req to wsgireqThu, 08 Mar 2018 15:15:59 -0800, by Gregory Szorc
-
hgweb: validate WSGI environment dictThu, 08 Mar 2018 09:44:27 -0800, by Gregory Szorc
-
hgweb: ensure all wsgi environment values are strThu, 08 Mar 2018 09:26:51 -0800, by Gregory Szorc
-
wireproto: formalize permissions checking as part of protocol interfaceWed, 07 Mar 2018 16:18:52 -0800, by Gregory Szorc
-
wireproto: declare permissions requirements in @wireprotocommand (API)Wed, 07 Mar 2018 16:02:24 -0800, by Gregory Szorc
-
wireprotoserver: check permissions in main dispatch functionTue, 06 Mar 2018 15:08:33 -0800, by Gregory Szorc
-
wireprotoserver: check if command available before calling itTue, 06 Mar 2018 15:02:53 -0800, by Gregory Szorc
-
py3: drop encoding.strio()Tue, 06 Mar 2018 02:43:17 -0600, by Yuya Nishihara
-
ui: adjust Windows workaround to new _readline() codeTue, 06 Mar 2018 02:42:37 -0600, by Yuya Nishihara
-
ui: do not use rawinput() when we have to replace sys.stdin/stdoutTue, 06 Mar 2018 02:38:53 -0600, by Yuya Nishihara
-
ui: do not try readline support if fin/fout aren't standard streamsTue, 06 Mar 2018 02:32:26 -0600, by Yuya Nishihara
-
util: add public isstdin/isstdout() functionsTue, 06 Mar 2018 02:28:59 -0600, by Yuya Nishihara
-
ui: add debug commands to test interactive promptTue, 06 Mar 2018 03:05:49 -0600, by Yuya Nishihara
-
ui: inline util.bytesinput() into ui._readline()Tue, 06 Mar 2018 02:14:11 -0600, by Yuya Nishihara
-
hgk: stop using util.bytesinput() to read a single line from stdinTue, 06 Mar 2018 02:05:25 -0600, by Yuya Nishihara
-
bookmarks: test for exchanging long bookmark names (issue5165)Mon, 29 Aug 2016 10:42:58 -0400, by Augie Fackler
-
phabricator: follow-up phab auth improvements with backwards compat modeSun, 04 Mar 2018 11:46:03 -0500, by Augie Fackler
-
phabricator: specify API tokens per host, rather than per repoSat, 20 Jan 2018 02:41:10 -0700, by Tom Prince
-
py3: drop b'' from generate-working-copy-states.py outputSun, 04 Mar 2018 18:47:07 -0500, by Yuya Nishihara
-
py3: make test-commit-multiple.t byte-safeSun, 04 Mar 2018 18:41:09 -0500, by Yuya Nishihara
-
py3: fix type of default usernameSun, 04 Mar 2018 18:34:46 -0500, by Yuya Nishihara
-
py3: read/write plain lock file in binary modeSun, 04 Mar 2018 18:21:16 -0500, by Yuya Nishihara
-
util: stop calling os.stat_float_times()Mon, 05 Mar 2018 12:31:08 -0500, by Augie Fackler
-
cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtimeMon, 05 Mar 2018 12:30:20 -0500, by Augie Fackler
-
osutil: implement minimal __getitem__ compatibility on our custom listdir typeMon, 05 Mar 2018 15:07:32 -0500, by Augie Fackler
-
hgweb: adapt to socket._fileobject changes in Python 3Sun, 04 Mar 2018 21:14:24 -0500, by Augie Fackler
-
debugcommands: fix some %r output with bytestr() wrappersSun, 04 Mar 2018 16:20:24 -0500, by Augie Fackler
-
tests: add test for issue 5494 but with --collapseWed, 07 Mar 2018 11:00:17 -0800, by Martin von Zweigbergk
-
tests: .hg/merge is a directory, so use `test -d`Wed, 07 Mar 2018 10:55:57 -0800, by Martin von Zweigbergk
-
rebase: only store collapse message onceTue, 06 Mar 2018 14:29:20 -0800, by Martin von Zweigbergk
-
rebase: collapse two nested if-conditionsTue, 06 Mar 2018 09:39:24 -0800, by Martin von Zweigbergk
-
rebase: reduce scope of "dsguard" variables a bitThu, 01 Mar 2018 20:12:25 -0800, by Martin von Zweigbergk
-
rebase: remove unused argument "state" from rebasenode()Wed, 07 Mar 2018 09:46:53 -0800, by Martin von Zweigbergk
-
rebase: delete obsolete internal "keepopen" optionWed, 07 Mar 2018 10:31:01 -0800, by Martin von Zweigbergk
-
releasenotes: allow notes for multiple directives in a single changesetSun, 04 Mar 2018 00:25:58 +0530, by Rishabh Madan
-
releasenotes: mention changeset with warning and abortSun, 04 Mar 2018 00:15:35 +0530, by Rishabh Madan
-
releasenotes: replace abort with warning while parsing (issue5775)Sat, 03 Mar 2018 23:47:22 +0530, by Rishabh Madan
-
archival: fileit should not use atomictemp, causes performance regressionWed, 07 Mar 2018 09:07:34 +1100, by Vincent Parrett
-
perf: teach perfbdiff to call blocks() and to use xdiffSat, 03 Mar 2018 18:55:43 -0500, by Gregory Szorc
-
fuzz: fix xdiff buildTue, 06 Mar 2018 19:31:17 -0800, by Jun Wu