Mercurial > hg
graph
-
unamend: fix unamending of renamed renameSun, 20 Jan 2019 22:00:25 -0800, by Martin von Zweigbergk
-
uncommit: mark old node obsolete after updating dirstateSun, 20 Jan 2019 22:00:21 -0800, by Martin von Zweigbergk
-
unamend: import "copies" module as "copiesmod" to avoid shadowingFri, 18 Jan 2019 17:09:42 -0800, by Martin von Zweigbergk
-
tests: add more tests of uncommit/unamend with copiesFri, 18 Jan 2019 17:08:02 -0800, by Martin von Zweigbergk
-
tests: clean up after each test in test-unamend.tFri, 18 Jan 2019 16:49:18 -0800, by Martin von Zweigbergk
-
cleanup: use clang-tidy to add missing {} around one-line statementsThu, 24 Jan 2019 10:21:59 -0500, by Augie Fackler
-
py3: port test-batching.py to python3Thu, 24 Jan 2019 11:35:40 -0500, by Augie Fackler
-
py3: fix missing b prefixes in test-arbitraryfilectx.tThu, 24 Jan 2019 11:34:18 -0500, by Augie Fackler
-
py3: add missing b prefixes in test-acl.tThu, 24 Jan 2019 11:39:38 -0500, by Augie Fackler
-
py3: buildbot found more passing tests, thanks to indygreg for most of themThu, 24 Jan 2019 11:00:32 -0500, by Augie Fackler
-
tests: drop a duplicate definition of a constantWed, 16 Jan 2019 17:04:50 -0800, by Martin von Zweigbergk
-
tests: support URL quoting on Python 3Wed, 23 Jan 2019 17:57:43 -0800, by Gregory Szorc
-
tests: write directly to stdout to avoid b'' prefixesWed, 23 Jan 2019 17:45:11 -0800, by Gregory Szorc
-
tests: handle string escaping/encoding on Python 3Wed, 23 Jan 2019 17:41:46 -0800, by Gregory Szorc
-
convert: use raw strings for XML stringsWed, 23 Jan 2019 16:21:36 -0800, by Gregory Szorc
-
tests: normalize XML values to bytesWed, 23 Jan 2019 16:22:54 -0800, by Gregory Szorc
-
hgweb: ensure template mapping keys are bytesWed, 23 Jan 2019 17:26:00 -0800, by Gregory Szorc
-
remotefilelog: use %d to format an intTue, 22 Jan 2019 18:25:34 -0800, by Gregory Szorc
-
tests: use bytes for file I/OTue, 22 Jan 2019 18:24:52 -0800, by Gregory Szorc
-
tests: make filenames bytes for Python 3Tue, 22 Jan 2019 18:23:47 -0800, by Gregory Szorc
-
tests: use assertEqual()Tue, 22 Jan 2019 18:16:53 -0800, by Gregory Szorc
-
tests: add setsockopt() output on Python 3Tue, 22 Jan 2019 18:11:34 -0800, by Gregory Szorc
-
hgweb: don't use raw string for session varsTue, 22 Jan 2019 18:07:51 -0800, by Gregory Szorc
-
tests: normalize to bytes in test-install.tTue, 22 Jan 2019 17:50:52 -0800, by Gregory Szorc
-
config: reject str sections and keys on Python 3Tue, 22 Jan 2019 17:08:53 -0800, by Gregory Szorc
-
tests: add size and hash for Python 3Tue, 22 Jan 2019 17:02:40 -0800, by Gregory Szorc
-
httppeer: use %s for formattingTue, 22 Jan 2019 16:58:48 -0800, by Gregory Szorc
-
tests: add b'' to notcapableTue, 22 Jan 2019 16:54:56 -0800, by Gregory Szorc
-
tests: add b'' to test-missing-capability.tTue, 22 Jan 2019 16:53:24 -0800, by Gregory Szorc
-
fuzz: exercise more of the lazymanifest codeTue, 22 Jan 2019 11:41:22 -0500, by Augie Fackler