Mercurial > hg
graph
-
children: use repo['.'] instead of repo['']Tue, 03 Apr 2018 00:12:29 +0530, by Martin von Zweigbergk
-
revset: drop support for '' as alias for '.'Mon, 02 Apr 2018 09:16:52 -0700, by Martin von Zweigbergk
-
tests: add test showing current parse of empty string symbol in revsetMon, 02 Apr 2018 09:06:24 -0700, by Martin von Zweigbergk
-
clone: rename "rev" to "revs" since there can be manyMon, 02 Apr 2018 08:46:07 -0700, by Martin von Zweigbergk
-
parseurl: consistently call second output "branches"Sun, 01 Apr 2018 15:41:16 -0700, by Martin von Zweigbergk
-
templatefuncs: do not crash because of invalid value fed to mailmap()Sun, 01 Apr 2018 11:06:29 +0900, by Yuya Nishihara
-
scmutil: deprecate revpairnodes()Sat, 31 Mar 2018 23:34:15 -0700, by Martin von Zweigbergk
-
tests: use context-return revpair() in autodiffSun, 01 Apr 2018 09:30:44 -0700, by Martin von Zweigbergk
-
fileset: use context-returning revpair()Sat, 31 Mar 2018 23:26:07 -0700, by Martin von Zweigbergk
-
status: use context-returning revpair()Sat, 31 Mar 2018 23:31:28 -0700, by Martin von Zweigbergk
-
diff: simplify by converting contexts to nodeids a little laterSat, 31 Mar 2018 23:49:44 -0700, by Martin von Zweigbergk
-
diff: use context-returning revpair()Sat, 31 Mar 2018 23:25:02 -0700, by Martin von Zweigbergk
-
extdiff: use context-returning revpair()Sat, 31 Mar 2018 23:38:53 -0700, by Martin von Zweigbergk
-
scmutil: make revpair() return context objects (API)Sat, 31 Mar 2018 23:10:46 -0700, by Martin von Zweigbergk
-
scmutil: introduce deprecated alias for revpair()Sat, 31 Mar 2018 23:37:25 -0700, by Martin von Zweigbergk
-
lfs: ensure the transfer request is for a known URISat, 31 Mar 2018 23:58:08 -0400, by Matt Harbison
-
lfs: avoid an improper usage of os.path.basename() to parse a URISat, 31 Mar 2018 23:47:56 -0400, by Matt Harbison
-
lfs: add an experimental knob to disable blob servingSat, 31 Mar 2018 15:20:43 -0400, by Matt Harbison
-
stringutil: edit comment to reflect actual data type nameSat, 31 Mar 2018 13:01:20 -0400, by Connor Sheehan
-
stringutil: improve check for failed mailmap line parsingSat, 31 Mar 2018 11:36:55 -0400, by Connor Sheehan
-
stringutil: rename local email/names variables to their plural formsSat, 31 Mar 2018 10:21:39 -0400, by Connor Sheehan
-
templatefuncs: remove redundant "or author" from mailmap return statementSat, 31 Mar 2018 10:13:42 -0400, by Connor Sheehan
-
lfs: add the 'Content-Type' header called out in the file transfer specSat, 24 Feb 2018 19:56:59 -0500, by Matt Harbison
-
lfs: improve the client message when the server signals an object errorSun, 25 Feb 2018 23:44:02 -0500, by Matt Harbison
-
check-code: tighten the check for `ls -R`Sat, 31 Mar 2018 15:54:26 -0400, by Matt Harbison
-
infinitepush: add tests for `hg pull -r <rev>`Sat, 31 Mar 2018 16:41:17 +0530, by Pulkit Goyal
-
infinitepush: use bundleoperation.source instead of hacking on trSat, 31 Mar 2018 14:56:57 +0530, by Pulkit Goyal
-
bundle2: make source a mandatory argument for bundle2.applybundle() (API)Sat, 31 Mar 2018 14:54:12 +0530, by Pulkit Goyal
-
bundleoperation: pass the source argument from all the usersSat, 31 Mar 2018 14:51:34 +0530, by Pulkit Goyal
-
bunlde2: add 'source' as an optional argument to processbundle()Sat, 31 Mar 2018 14:49:16 +0530, by Pulkit Goyal
-
bundle2: add 'source' atrribute to bundleoperation classSat, 31 Mar 2018 14:47:43 +0530, by Pulkit Goyal
-
infinitepush: don't force ipv6 while connecting to mysql serverSat, 31 Mar 2018 10:13:05 -0700, by Pulkit Goyal
-
infinitepush: drop the default value of config options which are registeredSat, 31 Mar 2018 14:33:37 +0530, by Pulkit Goyal
-
infinitepush: replace `remotenames.hoist` with `remotenames.hoistedpeer`Sat, 31 Mar 2018 14:31:29 +0530, by Pulkit Goyal
-
templater: drop global exception catcher from runfilter() (API)Sun, 18 Mar 2018 16:57:07 +0900, by Yuya Nishihara
-
templatefilters: raise ProgrammingError if unencodable type passed to json()Sun, 18 Mar 2018 16:53:08 +0900, by Yuya Nishihara
-
templatefilters: handle TypeError by count()Sun, 18 Mar 2018 16:47:44 +0900, by Yuya Nishihara
-
keyword: declare input type of date filters as dateSun, 18 Mar 2018 17:02:39 +0900, by Yuya Nishihara
-
templatefilters: declare input type as date where appropriateSun, 18 Mar 2018 16:12:44 +0900, by Yuya Nishihara
-
templater: attach hint to input-type error of runfilter()Tue, 20 Mar 2018 22:57:36 +0900, by Yuya Nishihara
-
templatefuncs: use evaldate() where seems appropriateSun, 18 Mar 2018 15:58:22 +0900, by Yuya Nishihara
-
templater: factor out function that parses argument as date tupleSun, 18 Mar 2018 15:55:31 +0900, by Yuya Nishihara
-
templatefilters: declare input type as bytes where appropriateSun, 18 Mar 2018 15:42:28 +0900, by Yuya Nishihara
-
templatefilters: allow declaration of input data typeSun, 18 Mar 2018 15:14:58 +0900, by Yuya Nishihara
-
hgweb: use registrar to declare "websub" template filterMon, 19 Mar 2018 20:39:06 +0900, by Yuya Nishihara
-
procutil: redirect ui.fout to stderr while stdio is protectedSun, 25 Mar 2018 12:15:33 +0900, by Yuya Nishihara
-
procutil: unroll uin/uout loop in protectstdio()Sun, 25 Mar 2018 12:07:18 +0900, by Yuya Nishihara
-
context: drop support for changeid of type long (API?)Fri, 30 Mar 2018 22:46:22 -0700, by Martin von Zweigbergk
-
lfs: drop a duplicate blob verification methodSat, 31 Mar 2018 00:02:31 -0400, by Matt Harbison
-
server: minor code cleanupFri, 30 Mar 2018 23:32:06 -0400, by Matt Harbison
-
server: refactor 'daemon_postexec' instructions into a dictionaryFri, 30 Mar 2018 23:21:46 -0400, by Matt Harbison
-
cbor: import CBORDecoder and CBOREncoderWed, 28 Mar 2018 13:37:19 -0700, by Gregory Szorc
-
py3: fix fix doctests to be bytes-safeSat, 31 Mar 2018 10:28:18 +0900, by Yuya Nishihara
-
server: add an error feedback mechanism for when the daemon fails to launchWed, 28 Mar 2018 00:11:09 -0400, by Matt Harbison
-
tests: conditionalize test-stream-bundle-v2 for WindowsFri, 30 Mar 2018 20:53:36 -0400, by Matt Harbison
-
templatefuncs: add mailmap template functionMon, 19 Mar 2018 11:16:21 -0400, by Connor Sheehan
-
extdiff: document that it copies modified files back to working directoryFri, 30 Mar 2018 12:16:46 -0700, by Kyle Lippincott
-
zope: force module import by importing symbolsFri, 30 Mar 2018 13:39:06 -0700, by Gregory Szorc
-
fix: remove unused importsFri, 30 Mar 2018 13:17:20 -0700, by Danny Hooper
-
infinitepush: introduce server option to route every push to bundlestoreTue, 27 Mar 2018 17:26:43 +0530, by Pulkit Goyal