Mercurial > hg
graph
-
py3: apply byteskwargs to contrib/perfFri, 21 Sep 2018 21:14:27 -0400, by Matt Harbison
-
py3: un-byteify strings around os.system() and os.devnull in contrib/perfFri, 21 Sep 2018 20:28:00 -0400, by Matt Harbison
-
py3: work around the lack of sys.maxint in contrib/perfFri, 21 Sep 2018 20:16:13 -0400, by Matt Harbison
-
py3: switch contrib/perf from xrange to pycompat.xrangeFri, 21 Sep 2018 20:13:14 -0400, by Matt Harbison
-
py3: handle sysstr conversion around get/set attr in contrib/perfFri, 21 Sep 2018 20:10:36 -0400, by Matt Harbison
-
py3: proxy posixfile objects to re-add a useful 'name' attribute on WindowsFri, 21 Sep 2018 20:03:07 -0400, by Matt Harbison
-
py3: don't use os.getcwdb() on Windows to avoid DeprecationWarningsSun, 23 Sep 2018 22:36:44 -0400, by Matt Harbison
-
py3: rename pycompat.getcwd() to encoding.getcwd() (API)Fri, 21 Sep 2018 19:48:23 -0400, by Matt Harbison
-
py3: whitelist two more passing testsMon, 24 Sep 2018 22:46:22 -0400, by Augie Fackler
-
keepalive: be more careful about self._rbuf when calling super implsMon, 24 Sep 2018 22:45:32 -0400, by Augie Fackler
-
wireprotov2: teach changesetdata to fetch ancestors until depthMon, 17 Sep 2018 11:50:59 -0700, by Gregory Szorc
-
wireprotov2: allow multiple fields to follow revision mapsThu, 20 Sep 2018 12:57:23 -0700, by Gregory Szorc
-
wireprotov2: advertise set of valid values for requestable fieldsMon, 17 Sep 2018 11:54:00 -0700, by Gregory Szorc
-
wireprotov2: expose rich arguments metadataMon, 17 Sep 2018 10:15:27 -0700, by Gregory Szorc
-
wireprotov2: advertise recognized path filter prefixesMon, 17 Sep 2018 09:49:28 -0700, by Gregory Szorc
-
wireprotov2: declare command arguments richlyThu, 30 Aug 2018 17:43:47 -0700, by Gregory Szorc
-
chgserver: do not send system() back to client if stdio redirected (issue5992) stableWed, 26 Sep 2018 21:24:14 +0900, by Yuya Nishihara
-
chgserver: update comment describing when to fall back to core _runsystem() stableWed, 26 Sep 2018 21:21:05 +0900, by Yuya Nishihara
-
procutil: compare fd number to see if stdio protection is needed (issue5992) stableWed, 26 Sep 2018 20:53:59 +0900, by Yuya Nishihara
-
test-ssh: show that stdio redirection doesn't work with chg stableTue, 25 Sep 2018 23:06:02 +0900, by Yuya Nishihara
-
revset: make heads(commonancestors(x + x^)) be x^, not x stableTue, 25 Sep 2018 16:32:38 -0400, by Valentin Gatien-Baron
-
revset: add tests of heads(commonancestors(..)) stableTue, 25 Sep 2018 16:29:39 -0400, by Valentin Gatien-Baron
-
revset: reword commonancestor()'s help stableTue, 25 Sep 2018 16:18:43 -0400, by Valentin Gatien-Baron
-
revset: remove part of the commonancestors() comment stableTue, 25 Sep 2018 16:14:57 -0400, by Valentin Gatien-Baron
-
revset: make commonancestors(x + x^) be ::(x^), not ::x stableTue, 25 Sep 2018 16:05:21 -0400, by Valentin Gatien-Baron
-
revset: add test demonstrating a bug with commonancestor() stableTue, 25 Sep 2018 15:27:41 -0400, by Valentin Gatien-Baron
-
revset: fix commonancestor test so it demonstrates correct behavior stableTue, 25 Sep 2018 16:03:14 -0400, by Valentin Gatien-Baron
-
annotate: pass in wdir rev and node to formatter (BC)Sat, 15 Sep 2018 17:26:23 +0900, by Yuya Nishihara
-
annotate: pass around full hex node until formatting plain outputSat, 15 Sep 2018 17:26:22 +0900, by Yuya Nishihara
-
log: fill in pseudo rev and node as wdir() manifest identifiersSat, 15 Sep 2018 17:26:21 +0900, by Yuya Nishihara
-
log: have changesetformatter fill in wdir() rev and node (BC)Sat, 15 Sep 2018 17:26:20 +0900, by Yuya Nishihara
-
hgweb: use scmutil.binnode() to translate None to wdir hash (issue5988)Sun, 23 Sep 2018 16:11:01 +0900, by Yuya Nishihara
-
hgweb: register web.static to the config tableSun, 23 Sep 2018 16:15:48 +0900, by Yuya Nishihara
-
help: document web.static configSun, 23 Sep 2018 17:01:26 +0900, by Yuya Nishihara
-
py3: use pycompat.strkwargs() in contrib/simplemergeMon, 24 Sep 2018 00:00:04 +0300, by Pulkit Goyal
-
py3: add b'' prefixes in contrib/simplemergeSun, 23 Sep 2018 23:59:35 +0300, by Pulkit Goyal
-
tests: use assertTrue() instead of assert_() in test-bdiff.pySun, 23 Sep 2018 23:39:07 +0300, by Pulkit Goyal
-
py3: use '%d' for integers instead of '%s'Sun, 23 Sep 2018 23:35:38 +0300, by Pulkit Goyal
-
py3: add b'' prefixes in tests/test-bdiff.pySun, 23 Sep 2018 23:34:22 +0300, by Pulkit Goyal
-
py3: fix kwargs handling in hgext/absorb.pySun, 23 Sep 2018 22:57:17 +0300, by Pulkit Goyal
-
filelog: stop proxying headrevs() (API)Tue, 18 Sep 2018 19:26:44 -0700, by Gregory Szorc
-
hgweb: use heads() instead of headrevs()Tue, 18 Sep 2018 19:00:17 -0700, by Gregory Szorc
-
filelog: record what's using attributesTue, 18 Sep 2018 18:56:02 -0700, by Gregory Szorc
-
filelog: stop proxying datafile (API)Tue, 18 Sep 2018 18:21:47 -0700, by Gregory Szorc
-
filelog: stop proxying _addrevision() (API)Tue, 18 Sep 2018 18:03:41 -0700, by Gregory Szorc
-
filelog: stop proxying compress() (API)Tue, 18 Sep 2018 17:57:36 -0700, by Gregory Szorc
-
filelog: stop proxying start(), end(), and length() (API)Tue, 18 Sep 2018 17:56:15 -0700, by Gregory Szorc
-
revlog: move censor logic out of censor extensionTue, 18 Sep 2018 17:51:43 -0700, by Gregory Szorc
-
global: replace most uses of RevlogError with StorageError (API)Tue, 18 Sep 2018 16:47:09 -0700, by Gregory Szorc
-
error: introduce StorageErrorTue, 18 Sep 2018 16:45:13 -0700, by Gregory Szorc
-
revlog: drop LookupError alias (API)Tue, 18 Sep 2018 16:28:17 -0700, by Gregory Szorc
-
revlog: drop some more error aliases (API)Tue, 18 Sep 2018 16:24:36 -0700, by Gregory Szorc
-
revlog: drop RevlogError alias (API)Tue, 18 Sep 2018 16:18:37 -0700, by Gregory Szorc
-
testing: add interface unit tests for file storageTue, 18 Sep 2018 16:52:11 -0700, by Gregory Szorc
-
narrow: remove narrowrevlogTue, 18 Sep 2018 15:32:11 -0700, by Gregory Szorc
-
localrepo: enable ellipsis flag on revlogs when repo is narrowThu, 13 Sep 2018 15:57:18 -0700, by Gregory Szorc
-
revlog: add opener option to enable ellipsis flag processorThu, 13 Sep 2018 15:52:42 -0700, by Gregory Szorc
-
revlog: store flag processors per revlogThu, 13 Sep 2018 15:48:53 -0700, by Gregory Szorc
-
revlog: define ellipsis flag processors in coreWed, 05 Sep 2018 13:29:22 -0700, by Gregory Szorc
-
narrow: remove custom filelog typeWed, 05 Sep 2018 12:44:25 -0700, by Gregory Szorc