Mercurial > hg
graph
-
rust: add a READMEMon, 20 Jan 2020 18:28:46 -0500, by Valentin Gatien-Baron
-
rust: move hgcli's README out of the wayMon, 20 Jan 2020 17:44:03 -0500, by Valentin Gatien-Baron
-
verify: avoid spurious integrity warnings in verbose mode (issue6172)Sat, 18 Jan 2020 01:54:17 -0500, by Matt Harbison
-
py3: glob over exception in test-check-py3-compat.tFri, 17 Jan 2020 22:31:47 -0800, by Gregory Szorc
-
py3: string normalization and I/O tweaks in test-lfs.tFri, 17 Jan 2020 22:24:27 -0800, by Gregory Szorc
-
help: minor copy editing to the `config.format` sectionFri, 17 Jan 2020 21:27:53 -0500, by Matt Harbison
-
changectx: mark parent of changesets as non filteredThu, 21 Nov 2019 17:27:44 +0100, by Pierre-Yves David
-
changectx: use unfiltered changelog to walk ancestors in annotateThu, 21 Nov 2019 23:46:51 +0100, by Pierre-Yves David
-
localrepo: also fast past the parents of working copies parentsThu, 21 Nov 2019 23:25:08 +0100, by Pierre-Yves David
-
localrepo: recognize trivial request for '.'Sun, 17 Nov 2019 14:54:41 +0100, by Pierre-Yves David
-
localrepo: fastpath access to "."Sun, 17 Nov 2019 14:47:29 +0100, by Pierre-Yves David
-
localrepo: also fastpath access to working copy parents when possibleSun, 17 Nov 2019 14:39:28 +0100, by Pierre-Yves David
-
examples: refer to nightly rustfmt in Windows-compatible wayThu, 16 Jan 2020 08:41:38 -0800, by Martin von Zweigbergk
-
convert: refactor authormap into separate function for outside useThu, 26 Dec 2019 19:05:55 +0100, by Joerg Sonnenberger
-
remotefilelog: fix opening validatecachelog in text modeTue, 14 Jan 2020 17:57:15 +0900, by Inada Naoki
-
cext: fix compiler warning about sign changingThu, 16 Jan 2020 12:27:15 -0800, by Kyle Lippincott
-
sha1dc: avoid including the nonexistent stdint.h with Visual Studio 2008Wed, 15 Jan 2020 23:34:04 -0500, by Matt Harbison
-
py3: fix curses chunkselector fallback (when diffs are too large) on py3Thu, 16 Jan 2020 12:17:03 -0800, by Kyle Lippincott
-
transaction: allow finalizer to add finalizerWed, 15 Jan 2020 15:47:03 +0100, by Pierre-Yves David
-
tests: stabilize test-subrepo-svn.t on WindowsSat, 28 Dec 2019 12:25:16 -0500, by Matt Harbison
-
rebase: fix bug where `--collapse` would apply diff on missing fileMon, 13 Jan 2020 11:18:29 -0800, by Martin von Zweigbergk
-
rebase: extract a variable for a repeated `repo[p1]`Mon, 13 Jan 2020 11:11:20 -0800, by Martin von Zweigbergk
-
graftcopies: document why the function is useful at allSun, 29 Dec 2019 17:53:48 -0800, by Martin von Zweigbergk
-
graftcopies: remove `skip` and `repo` argumentsFri, 27 Dec 2019 13:47:59 -0800, by Martin von Zweigbergk
-
graftcopies: use _filter() for filtering out invalid copiesFri, 27 Dec 2019 15:14:19 -0800, by Martin von Zweigbergk
-
copies: replace duplicatecopies() by function that takes contextsMon, 06 Jan 2020 15:24:36 -0800, by Martin von Zweigbergk
-
graft: extract repo[None] to a variableFri, 27 Dec 2019 13:03:40 -0800, by Martin von Zweigbergk
-
rust-core: fix typo in commentThu, 16 Jan 2020 00:30:08 +0800, by Aay Jay Chan
-
sha1dc: use buffer protocol when parsing argumentsTue, 14 Jan 2020 18:59:49 -0800, by Gregory Szorc
-
lfs: avoid quadratic performance in processing server responsesTue, 14 Jan 2020 20:05:37 -0500, by Matt Harbison
-
lfs: check content length after downloading contentTue, 14 Jan 2020 19:42:24 -0500, by Matt Harbison
-
lfs: rename a variable to clarify its useTue, 14 Jan 2020 18:02:20 -0500, by Matt Harbison
-
sha1dc: use proper string functions on Python 2/3Tue, 14 Jan 2020 17:53:43 -0800, by Gregory Szorc
-
sha1dc: declare all variables at begininng of blockTue, 14 Jan 2020 17:39:12 -0800, by Gregory Szorc
-
sha1dc: manually define integer types on msvc 2008Tue, 14 Jan 2020 17:37:04 -0800, by Gregory Szorc
-
packaging: leverage os.path.relpath() in setup.pyTue, 14 Jan 2020 14:18:11 -0800, by Martin von Zweigbergk
-
rust-utils: add util to find a slice in another sliceTue, 14 Jan 2020 18:00:05 +0100, by Raphaël Gomès
-
dirstate: move rust fast-path calling code to its own methodTue, 14 Jan 2020 16:00:57 +0100, by Raphaël Gomès
-
lfs: add "bytes" as the unit to the upload/download progress barTue, 14 Jan 2020 00:52:53 -0500, by Matt Harbison
-
phabricator: post revisions in ascending topological order (issue6241)Tue, 14 Jan 2020 16:37:45 -0500, by Matt Harbison
-
doc: fix references to `revset.abstractsmartset`Tue, 14 Jan 2020 16:29:03 -0500, by Matt Harbison
-
fsmonitor: properly handle str ex.msgMon, 13 Jan 2020 20:09:32 -0800, by Gregory Szorc
-
verify: allow the storage to signal when renames can be tested on `skipread`Mon, 23 Dec 2019 01:12:20 -0500, by Matt Harbison
-
lfs: don't skip locally available blobs when verifyingSun, 22 Dec 2019 23:50:19 -0500, by Matt Harbison
-
lfs: add a switch to `hg verify` to ignore the content of blobsFri, 20 Dec 2019 01:11:35 -0500, by Matt Harbison
-
revlog: run rustfmt nightlyWed, 08 Jan 2020 14:37:54 -0500, by Augie Fackler
-
examples: specify rustfmt nightly using a $() constructWed, 08 Jan 2020 14:37:01 -0500, by Augie Fackler
-
hg-core: rustfmt path.rsSat, 07 Dec 2019 13:13:48 -0800, by Gregory Szorc
-
hg-core: vendor Facebook's path utils moduleSat, 07 Dec 2019 10:26:28 -0800, by Gregory Szorc
-
revlog-native: introduced ABI version in capsuleTue, 14 Jan 2020 12:04:12 +0100, by Georges Racinet
-
phases: make phasecache._phasesets immutableMon, 13 Jan 2020 19:11:44 -0800, by Rodrigo Damazio Bovendorp
-
phases: reduce code duplication in phasecache.getrevsetMon, 13 Jan 2020 19:06:36 -0800, by Rodrigo Damazio Bovendorp
-
scmutil: fix an unbound variable with progressbar debug enabledMon, 13 Jan 2020 17:18:03 -0500, by Matt Harbison
-
hgext: replace references to hashlib.sha1 with hashutil.sha1Mon, 13 Jan 2020 14:12:31 -0500, by Augie Fackler
-
sslutil: migrate to hashutil.sha1 instead of hashlib.sha1Mon, 13 Jan 2020 17:16:54 -0500, by Augie Fackler
-
core: migrate uses of hashlib.sha1 to hashutil.sha1Mon, 13 Jan 2020 17:15:14 -0500, by Augie Fackler
-
hashutil: new package for hashing-related featuresMon, 13 Jan 2020 17:14:19 -0500, by Augie Fackler
-
sha1dc: initial implementation of Python extensionWed, 08 Jan 2020 15:59:52 -0500, by Augie Fackler
-
sha1dc: import latest version from githubWed, 08 Jan 2020 15:09:01 -0500, by Augie Fackler
-
transaction: add a `hasfinalize` methodSat, 11 Jan 2020 05:44:58 +0100, by Pierre-Yves David