Mercurial > hg
graph
-
context: filter out invalid copies from workingctx.p[12]copies()Mon, 19 Aug 2019 15:43:27 -0700, by Martin von Zweigbergk
-
tests: demonstrate crash when committing subset of copies to changesetMon, 19 Aug 2019 12:30:02 -0700, by Martin von Zweigbergk
-
bdiff-torture: fix pyflakes warning reporting undefined name 'inst'Thu, 22 Aug 2019 20:36:13 +0300, by Pulkit Goyal
-
split: handle partial commit of renames when doing split or record (issue5723)Tue, 27 Aug 2019 11:56:19 -0700, by Kyle Lippincott
-
split: handle partial commit of copies when doing split or recordTue, 27 Aug 2019 11:56:15 -0700, by Kyle Lippincott
-
py3: use pycompat.sysargv[0] for instead of fsencode(sys.argv[0])Sun, 01 Sep 2019 23:43:59 -0700, by Martin von Zweigbergk
-
httppeer: use context manager when reading temporary bundle to sendWed, 04 Sep 2019 14:35:39 -0700, by Martin von Zweigbergk
-
httppeer: use context manager when writing temporary bundle to sendWed, 04 Sep 2019 10:42:26 -0700, by Martin von Zweigbergk
-
rust-cpython: mark unsafe functions as suchSun, 01 Sep 2019 18:06:31 +0900, by Yuya Nishihara
-
rust-cpython: pair leaked reference with its manager objectSun, 01 Sep 2019 17:48:24 +0900, by Yuya Nishihara
-
rust-cpython: introduce restricted variant of RefCellSun, 01 Sep 2019 17:37:30 +0900, by Yuya Nishihara
-
tests: register test-merge-combination.t as small but slow stableSat, 07 Sep 2019 14:51:18 +0200, by Pierre-Yves David
-
test: allow different result for zstd compression (issue6188) stableFri, 06 Sep 2019 11:48:49 +0200, by Julien Cristau
-
rust-cpython: fix unsafe inner(py).borrow_mut() callsSun, 01 Sep 2019 17:35:14 +0900, by Yuya Nishihara
-
revlog: deprecate the use of `revision(..., raw=True)`Mon, 02 Sep 2019 16:28:43 +0200, by Pierre-Yves David
-
remotefilelog: reduce probability of race-condition in remotefilelog testsWed, 28 Aug 2019 16:01:16 +0200, by Boris Feld
-
rust: apply more formatting fixesSat, 31 Aug 2019 14:12:38 +0900, by Yuya Nishihara
-
rust-utils: add normalize_case util to mirror Python oneThu, 22 Aug 2019 14:31:07 +0200, by Raphaël Gomès
-
rust: fix warnings about trait objects without dyn being deprecatedWed, 28 Aug 2019 08:16:58 -0400, by Valentin Gatien-Baron
-
py3: convert hg executable path to bytes in missing case in procutilThu, 29 Aug 2019 23:38:24 -0700, by Martin von Zweigbergk
-
py3: make statprof's chrome output workSat, 31 Aug 2019 10:26:39 -0700, by Martin von Zweigbergk
-
py3: for statprof's Chrome output, write json to string, then encode to bytesFri, 30 Aug 2019 15:30:47 -0700, by Martin von Zweigbergk
-
statprof: use context manager for file when writing flame graphFri, 30 Aug 2019 16:44:31 -0700, by Martin von Zweigbergk
-
statprof: use context manager when reading source from fileFri, 30 Aug 2019 16:43:43 -0700, by Martin von Zweigbergk
-
statprof: clarify by naming tuple members while enumerate()'ingFri, 30 Aug 2019 15:12:37 -0700, by Martin von Zweigbergk
-
upgrade: make sure we reclone all revlogs when updating to some formatMon, 05 Aug 2019 17:25:24 +0200, by Pierre-Yves David
-
upgrade: add an argument to control changelog upgradeTue, 30 Jul 2019 17:25:16 +0200, by Pierre-Yves David
-
upgrade: add an argument to control manifest upgradeTue, 30 Jul 2019 00:35:52 +0200, by Pierre-Yves David
-
unionrepo: drop the custom `rawdata` implementationFri, 30 Aug 2019 18:11:41 +0200, by Pierre-Yves David
-
unionrepo: drop `baserevdiff`Fri, 30 Aug 2019 18:10:43 +0200, by Pierre-Yves David
-
unionrepo: use normal inheritance scheme to call revdiffFri, 30 Aug 2019 18:10:00 +0200, by Pierre-Yves David
-
unionrepo: fix `revdiff` implementation to use `rawdata`Fri, 30 Aug 2019 18:08:35 +0200, by Pierre-Yves David
-
unionrepo: get rid of `baserevision`Fri, 30 Aug 2019 18:05:24 +0200, by Pierre-Yves David
-
unionrepo: use a lower level overide in unionrepo tooFri, 30 Aug 2019 17:45:38 +0200, by Pierre-Yves David
-
bundlerepo: drop the custom `rawdata` implementationFri, 30 Aug 2019 18:12:16 +0200, by Pierre-Yves David
-
bundlerepo: drop the `baserevision` hackFri, 30 Aug 2019 17:46:47 +0200, by Pierre-Yves David
-
bundlerepo: simplify code to take advantage of `_rawtext`Fri, 30 Aug 2019 15:04:54 +0200, by Pierre-Yves David
-
merge with stableSat, 31 Aug 2019 11:10:12 +0900, by Yuya Nishihara
-
rust: run cargo fmtThu, 29 Aug 2019 15:49:16 +0200, by Raphaël Gomès
-
py3: use pycompat.maplist() in chgserverWed, 28 Aug 2019 17:36:53 -0700, by Martin von Zweigbergk
-
run-tests: handle --local before --with-hgFri, 23 Aug 2019 08:54:32 -0700, by Martin von Zweigbergk
-
run-tests: error out on `--local --with-[c]hg`Fri, 23 Aug 2019 08:46:49 -0700, by Martin von Zweigbergk
-
contrib: simplify the genosxversion.py command to find the hg librariesTue, 20 Aug 2019 18:05:07 -0400, by Matt Harbison
-
interfaceutil: move to interfaces/Sun, 18 Aug 2019 02:28:42 +0300, by Pulkit Goyal
-
interfaces: create a new folder for interfaces and move repository.py in itSun, 18 Aug 2019 00:45:33 +0300, by Pulkit Goyal
-
python-zstandard: apply big-endian fix (issue6188) stable 5.1.1Sun, 25 Aug 2019 09:00:26 -0700, by Gregory Szorc
-
exchange: abort on pushing bookmarks pointing to secret changesets (issue6159) stableSat, 17 Aug 2019 01:49:28 +0530, by Navaneeth Suresh
-
tests: add test to demonstrate issue6159 stableSun, 18 Aug 2019 02:47:32 +0530, by Navaneeth Suresh
-
packaging: add Cosmic and Disco, remove Trusty and Artful stableSun, 25 Aug 2019 19:38:09 +0700, by Anton Shestakov
-
narrow: fix typo "respositories"Thu, 22 Aug 2019 16:47:31 -0700, by Martin von Zweigbergk
-
merge with stableFri, 23 Aug 2019 17:03:42 -0400, by Augie Fackler
-
makefile: run Rust tests if cargo is installed stableWed, 21 Aug 2019 17:56:50 +0200, by Raphaël Gomès
-
merge: hint about using `hg resolve` for resolving conflictsWed, 21 Aug 2019 13:14:39 -0700, by Martin von Zweigbergk
-
rust-dirstate: remove test case for DirsMultiset::new(Manifest, Some)Sat, 17 Aug 2019 18:28:55 +0900, by Yuya Nishihara
-
rust-dirstate: split DirsMultiset constructor per input typeSat, 17 Aug 2019 18:25:29 +0900, by Yuya Nishihara
-
rust-dirstate: remove excessive clone() of parameter and return valueSat, 17 Aug 2019 16:33:05 +0900, by Yuya Nishihara
-
rust-dirstate: handle invalid length of p1/p2 parametersSat, 17 Aug 2019 18:06:08 +0900, by Yuya Nishihara
-
rust: simply use TryInto to convert slice to arraySat, 17 Aug 2019 11:37:42 +0900, by Yuya Nishihara
-
rust-dirstate: use PARENT_SIZE constant where appropriateSat, 17 Aug 2019 13:55:05 +0900, by Yuya Nishihara
-
rust-dirstate: rename NULL_REVISION to NULL_ID which isn't a revision numberSat, 17 Aug 2019 13:27:11 +0900, by Yuya Nishihara
-
rust-dirstate: remove repetition in array literalSat, 17 Aug 2019 13:26:04 +0900, by Yuya Nishihara
-
rust-dirstate: remove too abstracted way of getting &[u8]Sat, 17 Aug 2019 13:42:30 +0900, by Yuya Nishihara
-
rust-dirstate: remove unneeded "ref"Sat, 17 Aug 2019 11:43:05 +0900, by Yuya Nishihara
-
rust-parsers: fix unboxing of PyInt on Python 3Sat, 17 Aug 2019 12:17:46 +0900, by Yuya Nishihara
-
revlog: split `rawtext` retrieval out of _revisiondataTue, 20 Aug 2019 17:12:36 +0200, by Pierre-Yves David
-
revlog: avoid caching raw text too early in _revisiondataMon, 19 Aug 2019 16:29:43 +0200, by Pierre-Yves David
-
revlog: add some documentation to `_revisiondata` codeWed, 07 Aug 2019 23:55:01 +0200, by Pierre-Yves David
-
revlog: move `nullid` early return sooner in `_revisiondata`Wed, 07 Aug 2019 23:52:55 +0200, by Pierre-Yves David
-
revlog: stop calling `basetext` `rawtext` in _revisiondataWed, 07 Aug 2019 23:48:54 +0200, by Pierre-Yves David
-
revlog: assign rawtext earlier in `_revisiondata`Wed, 07 Aug 2019 23:46:14 +0200, by Pierre-Yves David
-
revlog: drop silly `raw` parameter to `rawdata` functionMon, 19 Aug 2019 16:14:27 +0200, by Pierre-Yves David
-
perf: don't depend on pycompat for older Mercurial versionsMon, 19 Aug 2019 10:34:10 -0700, by Martin von Zweigbergk
-
perf: don't try to call `util.queue` on Mercurial version before it existedMon, 19 Aug 2019 10:39:13 -0700, by Martin von Zweigbergk
-
perf: handle NameError for `pycompat.foo` when pycompat wasn't importedMon, 19 Aug 2019 10:38:38 -0700, by Martin von Zweigbergk
-
rawdata: update callers in shallowbundleWed, 07 Aug 2019 20:12:07 +0200, by Pierre-Yves David
-
rawdata: update callers in storageutilsWed, 07 Aug 2019 20:11:50 +0200, by Pierre-Yves David
-
rawdata: update callers in delta utilsWed, 07 Aug 2019 20:11:35 +0200, by Pierre-Yves David
-
rawdata: update callers in repositoryWed, 07 Aug 2019 20:11:22 +0200, by Pierre-Yves David
-
rawdata: update callers in testing/storage.pyWed, 07 Aug 2019 20:11:12 +0200, by Pierre-Yves David
-
rawdata: update callers in test-revlog-rawWed, 07 Aug 2019 22:41:49 +0200, by Pierre-Yves David
-
rawdata: update callers in lfs' testsWed, 07 Aug 2019 20:10:43 +0200, by Pierre-Yves David
-
rawdata: update callers in lfs' wrapperWed, 07 Aug 2019 20:10:32 +0200, by Pierre-Yves David
-
rawdata: update caller in wireprotov2serverWed, 07 Aug 2019 20:10:24 +0200, by Pierre-Yves David
-
rawdata: update callers in debugcommandsWed, 07 Aug 2019 20:10:08 +0200, by Pierre-Yves David
-
rawdata: update callers in sqlitestoreWed, 07 Aug 2019 20:09:53 +0200, by Pierre-Yves David
-
rawdata: update caller in remotefilelogWed, 07 Aug 2019 22:35:12 +0200, by Pierre-Yves David
-
rawdata: update callers in bundlerepoWed, 07 Aug 2019 20:09:10 +0200, by Pierre-Yves David
-
rawdata: update callers in contextWed, 07 Aug 2019 20:08:35 +0200, by Pierre-Yves David
-
rawdata: update caller in revlogWed, 07 Aug 2019 20:08:26 +0200, by Pierre-Yves David
-
setup: fix a sorting issue I noticed in package namesThu, 15 Aug 2019 14:54:39 -0400, by Augie Fackler
-
py3: do not convert rust module/attribute names to bytesSat, 17 Aug 2019 10:25:04 +0900, by Yuya Nishihara
-
transplant: unnest --stop caseSat, 17 Aug 2019 15:43:41 +0900, by Yuya Nishihara
-
rust-discovery: use while loop instead of match + breakFri, 16 Aug 2019 18:34:05 +0900, by Yuya Nishihara
-
rust-discovery: remove useless extern crateFri, 16 Aug 2019 18:31:17 +0900, by Yuya Nishihara
-
transplant: added support for --stop flagFri, 26 Jul 2019 01:19:43 +0530, by Taapas Agrawal
-
unshelve: abort on using --keep and --interactive togetherThu, 15 Aug 2019 20:43:25 +0530, by Navaneeth Suresh
-
config: add experimental argument to the config registrarTue, 20 Aug 2019 18:35:16 +0300, by Navaneeth Suresh
-
tests: split joint repo/changelog fake into one for each typeWed, 14 Aug 2019 16:11:45 -0400, by Augie Fackler
-
fix: pass line ranges as value instead of callbackTue, 13 Aug 2019 14:28:10 -0700, by Danny Hooper
-
fix: correctly parse the :metadata subconfigTue, 13 Aug 2019 14:20:48 -0700, by Danny Hooper
-
fix: allow tools to use :linerange, but also run if a file is unchangedMon, 12 Aug 2019 16:39:39 -0700, by Danny Hooper
-
rust-dirstate: call rust dirstatemap from PythonWed, 10 Jul 2019 09:57:28 +0200, by Raphaël Gomès
-
rust-dirstate: rust-cpython bridge for dirstatemapWed, 10 Jul 2019 09:56:53 +0200, by Raphaël Gomès
-
rust-dirstate: rust implementation of dirstatemapWed, 10 Jul 2019 09:56:23 +0200, by Raphaël Gomès
-
rust-cpython: add macro for sharing referencesTue, 09 Jul 2019 15:15:54 +0200, by Raphaël Gomès
-
rust-docstrings: add missing module docstringsTue, 09 Jul 2019 14:53:34 +0200, by Raphaël Gomès
-
rust-dirstate: improve API of `DirsMultiset`Wed, 17 Jul 2019 11:37:43 +0200, by Raphaël Gomès
-
rust-dirstate: use EntryState enum instead of literalsTue, 09 Jul 2019 12:15:09 +0200, by Raphaël Gomès
-
rust-parsers: switch to parse/pack_dirstate to mutate-on-loopTue, 09 Jul 2019 11:49:49 +0200, by Raphaël Gomès
-
rust-parsers: move parser bindings to their own file and Python moduleWed, 10 Jul 2019 10:16:28 +0200, by Raphaël Gomès
-
rust-dirstate: create dirstate submodule in hg-cpythonMon, 08 Jul 2019 18:01:39 +0200, by Raphaël Gomès
-
rust-discovery: using from Python codeWed, 20 Feb 2019 09:04:54 +0100, by Georges Racinet
-
rust-discovery: optimization of add commons/missings for empty argumentsTue, 21 May 2019 12:46:38 +0200, by Georges Racinet on percheron.racinet.fr
-
rust-discovery: using the children cache in add_missingTue, 16 Apr 2019 01:16:39 +0200, by Georges Racinet
-
discovery: new devel.discovery.randomize optionTue, 21 May 2019 17:44:15 +0200, by Georges Racinet
-
rust-discovery: optionally don't randomize at all, for testsTue, 21 May 2019 17:43:55 +0200, by Georges Racinet
-
rust-discovery: exposing sampling to pythonFri, 17 May 2019 01:56:57 +0200, by Georges Racinet