Mercurial > hg
graph
-
wireprotov2server: don't attempt to cast command nameFri, 25 Jan 2019 14:57:37 -0800, by Gregory Szorc
-
wireprotov2server: use pycompat.strkwargs when calling cachekeyfnFri, 25 Jan 2019 14:38:49 -0800, by Gregory Szorc
-
diffstat: make --git work properly on renames (issue6025)Thu, 17 Jan 2019 18:05:54 +0530, by Navaneeth Suresh
-
cmdutil: drop obsolete comment about updating to '.'Fri, 25 Jan 2019 09:50:23 -0800, by Martin von Zweigbergk
-
mq: slightly simplify check for patched working copyThu, 24 Jan 2019 16:30:30 -0800, by Martin von Zweigbergk
-
localrepo: slightly simplify check for removed parents in _rollback()Thu, 24 Jan 2019 16:25:19 -0800, by Martin von Zweigbergk
-
transplant: use bailifchanged() instead of reimplementing itThu, 24 Jan 2019 16:16:10 -0800, by Martin von Zweigbergk
-
revpair: clarify check for empty revsetThu, 24 Jan 2019 12:47:54 -0800, by Martin von Zweigbergk
-
revpair: simplify revpair by always relying on smartset.first/lastThu, 24 Jan 2019 12:38:19 -0800, by Martin von Zweigbergk
-
grep: use set instead of dict with dummy valueFri, 18 Jan 2019 11:10:30 -0800, by Martin von Zweigbergk
-
grep: don't look up copy info unless --follow is givenThu, 06 Sep 2018 15:56:53 -0700, by Martin von Zweigbergk
-
hghave: let OSError with ENOENT through like any otherThu, 17 Jan 2019 09:24:30 -0800, by Martin von Zweigbergk
-
cleanup: delete lots of unused local variablesThu, 17 Jan 2019 09:17:12 -0800, by Martin von Zweigbergk
-
localrepo: use context manager for lock and transaction in commitctx()Mon, 24 Sep 2018 14:46:37 -0700, by Martin von Zweigbergk
-
localrepo: use context manager for locks in commit()Wed, 16 Jan 2019 17:34:59 -0800, by Martin von Zweigbergk
-
localrepo: use context manager for transaction in commit()Wed, 16 Jan 2019 17:33:47 -0800, by Martin von Zweigbergk
-
commit: print "commit message saved in" message also if bookmark update failsWed, 16 Jan 2019 17:46:39 -0800, by Martin von Zweigbergk
-
remotefilelog: remove pointless return statement from constructorThu, 17 Jan 2019 22:07:58 -0800, by Martin von Zweigbergk
-
revset: support ranges in #generations relationTue, 15 Jan 2019 22:57:09 +0800, by Anton Shestakov
-
tests: fix module-import warnings in test-update-atomic.tThu, 24 Jan 2019 18:14:39 +0300, by Pulkit Goyal
-
py3: use dict.items() instead of dict.iteritems() in tests/test-lfs-server.tFri, 18 Jan 2019 19:28:31 +0530, by Pulkit Goyal
-
py3: add b'' prefixes in tests/test-lfs-serve.tFri, 18 Jan 2019 19:26:28 +0530, by Pulkit Goyal
-
py3: add b'' prefixes in doc/check-seclevel.pyThu, 24 Jan 2019 18:09:34 +0300, by Pulkit Goyal
-
tests: remove some over-globbing in test-dispatch.tThu, 24 Jan 2019 15:52:59 -0500, by Augie Fackler
-
py3: port test-parseindex.t to Python 3Thu, 24 Jan 2019 15:23:20 -0500, by Augie Fackler
-
py3: almost fix test-trusted.pyThu, 24 Jan 2019 15:04:30 -0500, by Augie Fackler
-
merge with stableFri, 25 Jan 2019 18:55:23 +0900, by Yuya Nishihara
-
rust-cpython: raising error.WdirUnsupported stableWed, 23 Jan 2019 07:49:36 -0500, by Georges Racinet
-
rust: error for WdirUnsupported with cpython conversion as exception stableWed, 23 Jan 2019 07:47:04 -0500, by Georges Racinet
-
rust: working directory revision number constant stableWed, 23 Jan 2019 07:39:27 -0500, by Georges Racinet
-
py3: fix test-update-atomic.tThu, 24 Jan 2019 15:03:00 -0500, by Augie Fackler
-
py3: fix test-newcgi.tThu, 24 Jan 2019 15:02:28 -0500, by Augie Fackler
-
py3: fix up test-encoding-align.t for python3Thu, 24 Jan 2019 14:12:00 -0500, by Augie Fackler
-
py3: these two casefolding tests pass for me on my MacThu, 24 Jan 2019 13:57:23 -0500, by Augie Fackler
-
py3: port test-bugzilla.t to Python 3Thu, 24 Jan 2019 13:54:45 -0500, by Augie Fackler
-
uncommit: set dirstateparents from within _fixdirstate()Sun, 20 Jan 2019 21:49:58 -0800, by Martin von Zweigbergk
-
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