Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
rust-cpython: make sure PySharedRef::borrow_mut() never panics
2019-09-21, by Yuya Nishihara
rust-cpython: remove useless wrappers from PyLeaked, just move by map()
2019-10-22, by Yuya Nishihara
rust-node: avoid meaningless read at the end of odd prefix
2020-01-27, by Georges Racinet
rust-nodemap: generic NodeTreeVisitor
2019-12-27, by Georges Racinet
rust-nodemap: mutable NodeTree data structure
2019-12-27, by Georges Racinet
rust-nodemap: abstracting the indexing
2019-12-26, by Georges Racinet
rust-nodemap: NodeMap trait with simplest implementation
2020-01-23, by Georges Racinet
rust-node: handling binary Node prefix
2019-12-27, by Georges Racinet
rust-revlog: a trait for the revlog index
2020-01-22, by Georges Racinet
pathauditor: drop a redundant call to bytes.lower()
2020-01-24, by Martin von Zweigbergk
merge: replace a repo.lookup('.') by more typical repo['.'].node()
2020-01-24, by Martin von Zweigbergk
merge: drop now-unused "abort" argument from hg.merge()
2020-01-24, by Martin von Zweigbergk
merge: don't auto-pick destination with `hg merge 'wdir()'`
2020-01-24, by Martin von Zweigbergk
merge: call hg.abortmerge() directly and return early
2020-01-24, by Martin von Zweigbergk
merge: check that there are no conflicts after --abort
2020-01-24, by Martin von Zweigbergk
merge: use check_incompatible_arguments() for --abort
2020-01-24, by Martin von Zweigbergk
wix: use original version string for MSI filename
stable
2020-01-24, by Gregory Szorc
wix: always normalize version string
stable
2020-01-24, by Gregory Szorc
wix: more robust normalization of RC version components
stable
2020-01-24, by Gregory Szorc
copyright: update to 2020
stable
2020-01-25, by Matt Harbison
phabricator: fix a crash when submitting binaries (issue6260)
stable
2020-01-25, by Matt Harbison
rebase: move some variables after an error cases where they're not needed
2020-01-15, by Martin von Zweigbergk
rebase: clarify a little by calculating a set in Python instead of in revset
2020-01-15, by Martin von Zweigbergk
merge: avoid a negation in the definition of updatedirstate
2020-01-15, by Martin von Zweigbergk
merge: move definition of `partial` closer to where it's used
2020-01-24, by Martin von Zweigbergk
copies: extract function for finding directory renames
2020-01-22, by Martin von Zweigbergk
copies: avoid calculating debug-only stuff without --debug
2020-01-22, by Martin von Zweigbergk
copies: move early return in mergecopies() earlier
2020-01-22, by Martin von Zweigbergk
tests: test merge of renames of different sources to same target
2020-01-24, by Martin von Zweigbergk
clean: check that there are no conflicts after
2020-01-24, by Martin von Zweigbergk
progress: delete deprecated ui.progress()
2020-01-24, by Martin von Zweigbergk
rust-dependencies: update rayon
2020-01-17, by Raphaël Gomès
packaging: add configparser to inno requirements file
stable
2020-01-22, by Gregory Szorc
merge with stable
2020-01-24, by Augie Fackler
Added signature for changeset e4344e463c0c
stable
2020-01-24, by Augie Fackler
Added tag 5.3rc1 for changeset e4344e463c0c
stable
2020-01-24, by Augie Fackler
packaging: rename hgrc.d to defaultrc for Windows config files next to the exe
stable
5.3rc1
2020-01-24, by Matt Harbison
resourceutil: ensure `_rootpath` is defined under py2exe
stable
2020-01-24, by Matt Harbison
merge: define updatedirstate a little earlier and reuse it
2020-01-15, by Martin von Zweigbergk
merge: don't call update hook when using in-memory context
2020-01-15, by Martin von Zweigbergk
merge with stable
2020-01-23, by Martin von Zweigbergk
packaging: add configparser to inno requirements file
2020-01-22, by Gregory Szorc
python-zstandard: blacken at 80 characters
2020-01-22, by Gregory Szorc
tests: move non-collapse test out of test-rebase-collapse
2020-01-21, by Martin von Zweigbergk
debugcommands: add Python implementation to debuginstall
2019-11-22, by Gregory Szorc
run-tests: remove --py3-warnings
2019-11-22, by Gregory Szorc
rust-node: binary Node ID and conversion utilities
2020-01-22, by Georges Racinet
rust-nodemap: building blocks for nodetree structures
2020-01-22, by Georges Racinet
lfs: move the initialization of the upload request into the try block
2020-01-21, by Matt Harbison
lfs: drop an unnecessary r'' prefix
2020-01-21, by Matt Harbison
lfs: explicitly close the file handle for the blob being uploaded
2020-01-21, by Matt Harbison
lfs: drop the unused progressbar code in the `filewithprogress` class
2020-01-21, by Matt Harbison
rust-filepatterns: remove bridge code for filepatterns-related functions
2020-01-14, by Raphaël Gomès
rust-utils: add Rust implementation of Python's "os.path.splitdrive"
2020-01-14, by Raphaël Gomès
crecord: fix a concatenation of bytes and str on py3
stable
2020-01-21, by Kyle Lippincott
recover: fix typos
stable
2020-01-22, by Valentin Gatien-Baron
relnotes: copy "next" to "5.3" and clear "next"
stable
2020-01-21, by Martin von Zweigbergk
cext: change two more vars to Py_ssize_t in manifest.c
stable
2020-01-21, by Kyle Lippincott
Added signature for changeset 84a0102c05c7
stable
2020-01-21, by Augie Fackler
Added tag 5.3rc0 for changeset 84a0102c05c7
stable
2020-01-21, by Augie Fackler
merge to stable for 5.3 release freeze
stable
5.3rc0
2020-01-21, by Augie Fackler
phabricator: use .arcconfig for `phabricator.url` if not set locally
2020-01-17, by Matt Harbison
phabricator: use .arcconfig for the callsign if not set locally (issue6243)
2020-01-17, by Matt Harbison
config: add a function to insert non-file based, but overridable settings
2020-01-17, by Matt Harbison
tests: restore phabricator tests and regenerate the recordings
2020-01-16, by Matt Harbison
hgrc: introduce HGRCSKIPREPO to skip reading the repository's hgrc
2020-01-07, by Pierre-Yves David
debugcommands: move away from line buffered output on binary stream
2020-01-18, by Gregory Szorc
py3: conditionalize test-lfs-serve-access.t for Python 3.8
2020-01-18, by Gregory Szorc
py3: add extra traceback line present on Python 3.8
2020-01-18, by Gregory Szorc
py3: conditionalize test-flagprocessor.t on Python 3.8
2020-01-18, by Gregory Szorc
tests: conditionalize test-hightlight.t on pygments version
2020-01-18, by Gregory Szorc
hgdemandimport: apply lazy module loading to sys.meta_path finders
2020-01-20, by Gregory Szorc
hgdemandimport: disable on Python 3.5
2020-01-20, by Gregory Szorc
py3: suppress unraisable exceptions in test-worker.t
2020-01-18, by Gregory Szorc
rust: add a README
2020-01-20, by Valentin Gatien-Baron
rust: move hgcli's README out of the way
2020-01-20, by Valentin Gatien-Baron
verify: avoid spurious integrity warnings in verbose mode (issue6172)
2020-01-18, by Matt Harbison
py3: glob over exception in test-check-py3-compat.t
2020-01-17, by Gregory Szorc
py3: string normalization and I/O tweaks in test-lfs.t
2020-01-17, by Gregory Szorc
help: minor copy editing to the `config.format` section
2020-01-17, by Matt Harbison
changectx: mark parent of changesets as non filtered
2019-11-21, by Pierre-Yves David
changectx: use unfiltered changelog to walk ancestors in annotate
2019-11-21, by Pierre-Yves David
localrepo: also fast past the parents of working copies parents
2019-11-21, by Pierre-Yves David
localrepo: recognize trivial request for '.'
2019-11-17, by Pierre-Yves David
localrepo: fastpath access to "."
2019-11-17, by Pierre-Yves David
localrepo: also fastpath access to working copy parents when possible
2019-11-17, by Pierre-Yves David
examples: refer to nightly rustfmt in Windows-compatible way
2020-01-16, by Martin von Zweigbergk
convert: refactor authormap into separate function for outside use
2019-12-26, by Joerg Sonnenberger
remotefilelog: fix opening validatecachelog in text mode
2020-01-14, by Inada Naoki
cext: fix compiler warning about sign changing
2020-01-16, by Kyle Lippincott
sha1dc: avoid including the nonexistent stdint.h with Visual Studio 2008
2020-01-15, by Matt Harbison
py3: fix curses chunkselector fallback (when diffs are too large) on py3
2020-01-16, by Kyle Lippincott
transaction: allow finalizer to add finalizer
2020-01-15, by Pierre-Yves David
tests: stabilize test-subrepo-svn.t on Windows
2019-12-28, by Matt Harbison
rebase: fix bug where `--collapse` would apply diff on missing file
2020-01-13, by Martin von Zweigbergk
rebase: extract a variable for a repeated `repo[p1]`
2020-01-13, by Martin von Zweigbergk
graftcopies: document why the function is useful at all
2019-12-29, by Martin von Zweigbergk
graftcopies: remove `skip` and `repo` arguments
2019-12-27, by Martin von Zweigbergk
graftcopies: use _filter() for filtering out invalid copies
2019-12-27, by Martin von Zweigbergk
copies: replace duplicatecopies() by function that takes contexts
2020-01-06, by Martin von Zweigbergk
graft: extract repo[None] to a variable
2019-12-27, by Martin von Zweigbergk
rust-core: fix typo in comment
2020-01-16, by Aay Jay Chan
sha1dc: use buffer protocol when parsing arguments
2020-01-14, by Gregory Szorc
lfs: avoid quadratic performance in processing server responses
2020-01-14, by Matt Harbison
lfs: check content length after downloading content
2020-01-14, by Matt Harbison
lfs: rename a variable to clarify its use
2020-01-14, by Matt Harbison
sha1dc: use proper string functions on Python 2/3
2020-01-14, by Gregory Szorc
sha1dc: declare all variables at begininng of block
2020-01-14, by Gregory Szorc
sha1dc: manually define integer types on msvc 2008
2020-01-14, by Gregory Szorc
packaging: leverage os.path.relpath() in setup.py
2020-01-14, by Martin von Zweigbergk
rust-utils: add util to find a slice in another slice
2020-01-14, by Raphaël Gomès
dirstate: move rust fast-path calling code to its own method
2020-01-14, by Raphaël Gomès
lfs: add "bytes" as the unit to the upload/download progress bar
2020-01-14, by Matt Harbison
phabricator: post revisions in ascending topological order (issue6241)
2020-01-14, by Matt Harbison
doc: fix references to `revset.abstractsmartset`
2020-01-14, by Matt Harbison
fsmonitor: properly handle str ex.msg
2020-01-13, by Gregory Szorc
verify: allow the storage to signal when renames can be tested on `skipread`
2019-12-23, by Matt Harbison
lfs: don't skip locally available blobs when verifying
2019-12-22, by Matt Harbison
lfs: add a switch to `hg verify` to ignore the content of blobs
2019-12-20, by Matt Harbison
revlog: run rustfmt nightly
2020-01-08, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip