Mercurial > hg
graph
-
util: add a file object proxy that can notify observersSat, 24 Feb 2018 12:22:20 -0800, by Gregory Szorc
-
wireprotoserver: ability to run an SSH server until an event is setSat, 24 Feb 2018 12:07:21 -0800, by Gregory Szorc
-
tests: fix run-tests environment cleanup on Python 3Thu, 01 Mar 2018 15:46:21 -0500, by Augie Fackler
-
templatekw: add compatlist() as a replacement for showlist()Sun, 25 Feb 2018 16:14:37 +0900, by Yuya Nishihara
-
templatekw: add compatdict() as a replacement for showdict()Sun, 25 Feb 2018 16:03:19 +0900, by Yuya Nishihara
-
templatekw: pass templater to _showlist() by an explicit argumentSun, 25 Feb 2018 15:43:35 +0900, by Yuya Nishihara
-
hgweb: make templater mostly compatible with log templatesFri, 22 Dec 2017 21:59:38 +0900, by Yuya Nishihara
-
log: do not invoke templatekw.showobsfate() as a functionSun, 25 Feb 2018 14:42:18 +0900, by Yuya Nishihara
-
templatekw: inline getfiles()Sun, 25 Feb 2018 16:36:38 +0900, by Yuya Nishihara
-
templatekw: factor out function to build a list of files per statusSun, 25 Feb 2018 16:35:34 +0900, by Yuya Nishihara
-
templatekw: switch non-showlist template keywords to new APISun, 25 Feb 2018 13:40:46 +0900, by Yuya Nishihara
-
templatekw: extract non-templatekw function as getgraphnode()Sun, 25 Feb 2018 14:28:32 +0900, by Yuya Nishihara
-
convert: avoid closing ui.fout in subversion code (issue5807)Wed, 28 Feb 2018 16:24:39 +0100, by Sascha Nemecek
-
cmdutil: expand filename format string by templater (BC)Sun, 07 Jan 2018 11:53:07 +0900, by Yuya Nishihara
-
annotate: do not poorly split lines at CR (issue5798) stableWed, 21 Feb 2018 21:14:05 +0900, by Yuya Nishihara
-
templater: add option to parse template string just like raw string literalSun, 18 Feb 2018 11:53:26 +0900, by Yuya Nishihara
-
cmdutil: reorder optional arguments passed to makefileobj()Sun, 18 Feb 2018 10:58:15 +0900, by Yuya Nishihara
-
cmdutil: strip "%m" pattern (first line of commit message) from both endsSun, 18 Feb 2018 10:54:24 +0900, by Yuya Nishihara
-
test-acl: mock up util.getuser() to trust $LOGNAME on WindowsTue, 27 Feb 2018 22:37:57 +0900, by Yuya Nishihara
-
fileset: drop bad "elif:" trying to check invalid size expressionThu, 01 Mar 2018 04:50:22 -0500, by Yuya Nishihara
-
py3: fix test-command-template.t to write files in binary modeThu, 01 Mar 2018 08:55:39 -0500, by Yuya Nishihara
-
py3: use bytestr() to coerce position carried by ParseError to stringThu, 01 Mar 2018 08:45:34 -0500, by Yuya Nishihara
-
py3: use bytes.endswith('\n') to strip off '\n' from debug color outputThu, 01 Mar 2018 08:38:39 -0500, by Yuya Nishihara
-
py3: fix type of attribute names forwarded by templatekw._hybridThu, 01 Mar 2018 08:19:47 -0500, by Yuya Nishihara
-
py3: move between bytes and unicode when re-raising IOErrorThu, 01 Mar 2018 06:47:06 -0500, by Yuya Nishihara
-
py3: use '%d' to format diffstat sumThu, 01 Mar 2018 06:43:13 -0500, by Yuya Nishihara
-
py3: make regexp literal bytes in templatefilters.pyThu, 01 Mar 2018 06:40:09 -0500, by Yuya Nishihara
-
templatefilters: use encoding.unifromlocal/unitolocal() for py3 compatibilityThu, 01 Mar 2018 06:38:37 -0500, by Yuya Nishihara
-
py3: replace str() with it's bytes equivalent in hgext/shelve.pyFri, 02 Mar 2018 00:00:41 +0530, by Pulkit Goyal
-
py3: make sure we write bytes in a file open in bytes modeThu, 01 Mar 2018 23:59:20 +0530, by Pulkit Goyal
-
py3: add b'' prefixes in tests/test-obsolete.tThu, 01 Mar 2018 23:58:21 +0530, by Pulkit Goyal
-
py3: add a b'' prefix in tests/test-fncache.tThu, 01 Mar 2018 23:57:16 +0530, by Pulkit Goyal
-
py3: use pycompat.bytestr() to convert error instances to bytesThu, 01 Mar 2018 23:54:52 +0530, by Pulkit Goyal
-
py3: listify the return value of filter()Thu, 01 Mar 2018 23:52:30 +0530, by Pulkit Goyal
-
py3: use '%d' instead of '%s' for intsThu, 01 Mar 2018 23:51:32 +0530, by Pulkit Goyal
-
py3: add 14 new passing tests to whitelistThu, 01 Mar 2018 03:56:41 +0530, by Pulkit Goyal
-
py3: use util.forcebytestr to convert str to bytesWed, 28 Feb 2018 19:55:25 +0530, by Pulkit Goyal
-
sshpeer: factor out code for creating peers from pipesSun, 25 Feb 2018 11:00:53 -0800, by Gregory Szorc
-
py3: add b'' prefixes in tests/test-rollback.tWed, 28 Feb 2018 22:25:41 +0530, by Pulkit Goyal
-
py3: add b'' prefix in tests/test-revlog-v2.tWed, 28 Feb 2018 22:14:36 +0530, by Pulkit Goyal
-
py3: add b'' prefixes in tests/test-revlog.tWed, 28 Feb 2018 22:10:59 +0530, by Pulkit Goyal
-
py3: make sure we open the file in bytes modeWed, 28 Feb 2018 22:03:47 +0530, by Pulkit Goyal
-
py3: add b'' prefixes in tests/test-revlog-ancestry.pyWed, 28 Feb 2018 22:03:29 +0530, by Pulkit Goyal
-
py3: port the markdirver extension in tests/test-resolve.tWed, 28 Feb 2018 21:57:22 +0530, by Pulkit Goyal
-
py3: backout changeset 56635c506608 which wrongly added couple of b''Wed, 28 Feb 2018 21:48:30 +0530, by Pulkit Goyal
-
py3: add a missing b'' in tests/bruterebase.pyWed, 28 Feb 2018 21:45:42 +0530, by Pulkit Goyal
-
py3: use '%d' for integers instead of b'%s'Wed, 28 Feb 2018 21:45:15 +0530, by Pulkit Goyal
-
py3: make sure we write in mergestate in bytes modeWed, 28 Feb 2018 21:44:28 +0530, by Pulkit Goyal
-
py3: add b'' prefixes in tests/test-rebase-scenario-global.tWed, 28 Feb 2018 21:43:35 +0530, by Pulkit Goyal
-
py3: replace str() calls with their preferred bytes equivalentWed, 28 Feb 2018 21:42:37 +0530, by Pulkit Goyal
-
py3: convert error messages to bytes using util.forcebytestr()Wed, 28 Feb 2018 19:54:49 +0530, by Pulkit Goyal
-
py3: slice over bytes or use startswith() to prevent getting ascii valuesWed, 28 Feb 2018 19:54:10 +0530, by Pulkit Goyal
-
narrow: drop safehasattr() checks for always-present repo.narrowmatchWed, 28 Feb 2018 10:38:09 -0800, by Martin von Zweigbergk
-
narrow: move narrowmatch-related methods to localrepoWed, 28 Feb 2018 12:56:01 -0800, by Martin von Zweigbergk
-
narrow: remove dependency from narrowspec module to hg moduleTue, 27 Feb 2018 23:05:39 -0800, by Martin von Zweigbergk
-
narrow: reduce depedence on narrowspec.save()Wed, 28 Feb 2018 10:32:00 -0800, by Martin von Zweigbergk
-
narrow: always wrap repoWed, 28 Feb 2018 12:55:05 -0800, by Martin von Zweigbergk
-
narrow: consider both local and remote matchers in narrowchangegroupWed, 28 Feb 2018 10:29:04 -0800, by Martin von Zweigbergk
-
narrow: move checking for narrow requirement into _narrowmatch()Wed, 28 Feb 2018 10:22:54 -0800, by Martin von Zweigbergk
-
narrow: move changegroup.supportedoutgoingversions() override to coreWed, 28 Feb 2018 10:55:21 -0800, by Martin von Zweigbergk