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
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.
sslutil: another use proper attribute to select python 3.7+
stable
2022-07-13, by Ondrej Pohorelsky
sslutil: use proper attribute to select python 3.7+
stable
2022-07-12, by Mathias De Mare
git: copy findmissingrevs() from revlog.py to gitlog.py (issue6472)
stable
2022-07-06, by Anton Shestakov
git: add a missing reset_copy keyword argument to dirstate.set_tracked()
stable
2022-07-04, by Anton Shestakov
git: make sure to fsdecode bookmark names everywhere (issue6723)
stable
2022-07-04, by Anton Shestakov
sslutil: another use proper attribute to select python 3.7+
2022-07-13, by Ondrej Pohorelsky
sslutil: use proper attribute to select python 3.7+
2022-07-12, by Mathias De Mare
branching: merge stable into default
2022-07-11, by Raphaël Gomès
Added signature for changeset 094a5fa3cf52
stable
2022-07-11, by Raphaël Gomès
Added tag 6.2 for changeset 094a5fa3cf52
stable
2022-07-11, by Raphaël Gomès
procutil: make stream detection in make_line_buffered more correct and strict
stable
6.2
2022-07-11, by Manuel Jacob
repo-upgrade: avoid a crash when multiple optimisation are specified
stable
2022-07-05, by Pierre-Yves David
rust: remove excessive calls to `#[timed]`
stable
2022-05-25, by Raphaël Gomès
rhg: add error message for paths outside the repository when cwd != root
stable
2022-05-25, by Raphaël Gomès
rust: don't swallow valuable error information
stable
2022-05-18, by Raphaël Gomès
rust: add message to `DirstateV2ParseError` to give some context
stable
2022-05-18, by Raphaël Gomès
py3: stop using deprecated Element.getchildren() method in convert/darcs
stable
2022-06-12, by Ian Moody
py3: fix bytes/unicode issues in convert/darcs
stable
2022-06-12, by Ian Moody
convert: remove old ElementTree import cruft from darcs
stable
2022-06-15, by Ian Moody
relnotes: add 6.2rc0
stable
2022-06-16, by Raphaël Gomès
Added signature for changeset 288de6f5d724
stable
2022-06-16, by Raphaël Gomès
Added tag 6.2rc0 for changeset 288de6f5d724
stable
2022-06-16, by Raphaël Gomès
branching: merge default into stable
stable
6.2rc0
2022-06-16, by Raphaël Gomès
branching: merge stable into default
2022-06-16, by Raphaël Gomès
relnotes: add 6.1.3 and 6.1.4
stable
2022-06-16, by Raphaël Gomès
Added signature for changeset 0cc5f74ff7f0
stable
2022-06-16, by Raphaël Gomès
Added tag 6.1.4 for changeset 0cc5f74ff7f0
stable
2022-06-16, by Raphaël Gomès
sparse: use the rust code even when sparse is present
2022-06-11, by Pierre-Yves David
sparse: directly inline the `set_tracked` and `copy` wrapping
2022-06-10, by Pierre-Yves David
spares: clarify some test about merging copies
2022-06-11, by Pierre-Yves David
sparse: drop the useless wrapping of `dirstate.set_untracked`
2022-06-10, by Pierre-Yves David
sparse: directly inline the `rebuild` wrapping
2022-06-11, by Pierre-Yves David
sparse: directly inline the `walk` wrapping
2022-06-11, by Pierre-Yves David
sparse: use None as the sparse matcher value when disabled
2022-06-11, by Pierre-Yves David
sparse: start moving away from the global variable for detection of usage
2022-06-08, by Pierre-Yves David
test: fix test-sparse-revlog output after debugdeltachain change
2022-06-10, by Pierre-Yves David
purge: prevent a silly crash with --confirm --files
stable
6.1.4
2022-06-14, by Pierre-Yves David
rust-dirstate: add support for nevermatcher
2022-06-08, by Raphaël Gomès
rust-dirstate: add `intersectionmatcher` to the allowed matchers
2022-06-08, by Raphaël Gomès
rust: add IntersectionMatcher
2022-06-08, by Raphaël Gomès
rust-dirstate: add `unionmatcher` to the allowed matchers
2022-06-08, by Raphaël Gomès
rust: add UnionMatcher
2022-06-08, by Raphaël Gomès
hg-cpython: refactor matcher transformation logic
2022-06-08, by Raphaël Gomès
rust: use owned types in `Matcher`
2022-06-08, by Raphaël Gomès
hg-cpython: fallback when encountering an unknown matcher
2022-06-09, by Raphaël Gomès
auto-upgrade: add an option to silence the safe-mismatch message
2022-06-14, by Pierre-Yves David
auto-upgrade: add an option to silence the tracked-hint message
2022-06-14, by Pierre-Yves David
auto-upgrade: add an option to silence the dirstate-v2 message
2022-06-14, by Pierre-Yves David
auto-upgrade: rename a variable to match the actual content
2022-06-14, by Pierre-Yves David
auto-upgrade: add an option to silence the share-safe message
2022-06-14, by Pierre-Yves David
auto-upgrade: add a test that will host "quiet" testing
2022-06-14, by Pierre-Yves David
rust-status: don't trigger dirstate v1 rewrite when only v2 data is changed
stable
2022-06-08, by Raphaël Gomès
bundlespec: check the `obsolescence` value before adding the caps
2022-05-18, by Pierre-Yves David
bundlespec: handle the presence of obsmarker part
2022-05-25, by Pierre-Yves David
bundlespec: fix the generation of bundlespec for `cg.version`
2022-05-18, by Pierre-Yves David
bundlespec: allow the bundle spec to control the bundle version
2022-05-18, by Pierre-Yves David
bundlespec: do not check for `-` in the params portion of the bundlespec
2022-05-25, by Pierre-Yves David
bundlespec: add processing of some parameter value
2022-05-18, by Pierre-Yves David
bundlespec: extract the parseparams closure
2022-05-18, by Pierre-Yves David
bundlespec: test `no` value for the `obsolescence` parameter
2022-05-25, by Pierre-Yves David
bundlespec: test that parameter overwrite the local config
2022-05-25, by Pierre-Yves David
bundlespec: do not overwrite bundlespec value with the config one
2022-05-24, by Pierre-Yves David
bundlespec: add a `overwrite` parameter to set_param
2022-05-17, by Pierre-Yves David
bundlespec: merge the contentopts and params dictionnary
2022-05-17, by Pierre-Yves David
bundlespec: test if the "obsolete=" parameter is read
2022-05-25, by Pierre-Yves David
bundlespec: fix lack of title in a evolve tests
2022-05-17, by Pierre-Yves David
bundlespec: make the `stream` case less special
2022-05-17, by Pierre-Yves David
bundlespec: phase out the `_bundlespeccgversions` mapping
2022-05-17, by Pierre-Yves David
commit: allow to close branch when committing change over a closed head
stable
2022-06-14, by Pierre-Yves David
typing: add a missing suppression directive for `msvcrt`
2022-06-13, by Matt Harbison
windows: drop some py2 compatibility code
2022-06-13, by Matt Harbison
windows: prevent bytes from being passed to registry APIs
2022-06-13, by Matt Harbison
relnotes: add 6.1.3
2022-06-02, by Raphaël Gomès
logcmdutil: use the same data as {file*} template keywords (issue6642)
stable
2022-05-12, by Anton Shestakov
tests: show that hg log --debug output differs from {file*} template keywords
stable
2022-05-12, by Anton Shestakov
cleanup: return directly instead of assigning variable
2022-06-01, by Manuel Jacob
commit: remove special handling of IOError (actually dead code)
2022-06-01, by Manuel Jacob
py3: catch specific OSError subclasses instead of checking errno
2022-06-01, by Manuel Jacob
py3: catch specific OSError subclasses instead of checking errno
2022-06-01, by Manuel Jacob
py3: catch ProcessLookupError instead of checking errno == ESRCH
2022-05-31, by Manuel Jacob
py3: catch PermissionError instead of checking errno == EPERM
2022-05-31, by Manuel Jacob
py3: catch PermissionError instead of checking errno == EACCES
2022-05-31, by Manuel Jacob
py3: catch FileNotFoundError instead of checking errno == ENOENT
2022-05-31, by Manuel Jacob
py3: catch FileExistsError instead of checking errno == EEXIST
2022-05-31, by Manuel Jacob
py3: catch BrokenPipeError instead of checking errno == EPIPE
2022-05-31, by Manuel Jacob
py3: catch ChildProcessError instead of checking errno == ECHILD
2022-05-31, by Manuel Jacob
py3: remove retry on EINTR errno
2022-05-31, by Manuel Jacob
py3: stop catching TypeError that was raised on Python 2
2022-05-31, by Manuel Jacob
py3: use `x.hex()` instead of `pycompat.sysstr(node.hex(x))`
2022-05-31, by Manuel Jacob
tests: assume that `raw` attribute is present on original socket file object
2022-05-31, by Manuel Jacob
tests: constant-fold a `pycompat.ispy3` in testlib/badserverext.py
2022-05-31, by Manuel Jacob
tests: remove Python 2 special cases in test-stdio.py
2022-05-31, by Manuel Jacob
py3: remove dead code to make file descriptors non-inheritable
2022-05-29, by Manuel Jacob
py3: remove hack that removed flush argument from print() calls on Python 2
2022-05-29, by Manuel Jacob
py3: remove long() compatibility code
2022-05-29, by Manuel Jacob
zeroconf: constant-fold a `pycompat.ispy3`
2022-05-31, by Manuel Jacob
py3: remove conditional to import collections.abc.MutableMapping
2022-05-31, by Manuel Jacob
py3: remove dead code to open file with O_CLOEXEC on Python 2
2022-05-29, by Manuel Jacob
py3: don’t encode node.bin() argument
2022-05-31, by Manuel Jacob
convert: inline Python 3 variant of url2pathname_like_subversion()
2022-05-31, by Manuel Jacob
py3: constant-fold some `pycompat.ispy3`
2022-05-31, by Manuel Jacob
py3: use `zip()` instead of trying to use `itertools.izip()`
2022-05-29, by Manuel Jacob
py3: replace mention of “xrange” in docstring by “range”
2022-05-29, by Manuel Jacob
py3: remove xrange() compatibility code
2022-05-29, by Manuel Jacob
py3: replace `pycompat.xrange` by `range`
2022-05-29, by Manuel Jacob
hgweb: remove dead code handling UnicodeDecodeError
2022-05-29, by Manuel Jacob
cleanup: remove import of already imported module
2022-05-29, by Manuel Jacob
cleanup: rename some functions to avoid redefinitions
2022-05-29, by Manuel Jacob
thirdparty: remove Python 2-specific selectors2 copy
2022-05-28, by Manuel Jacob
branching: merge stable into default
2022-06-08, by Raphaël Gomès
docker: avoid /tmp write access issues by fixing permissions
stable
2022-06-08, by Mathias De Mare
url: raise error if CONNECT request to proxy was unsuccessful
stable
2022-06-04, by Manuel Jacob
revset: fix the doc of "nodefromfile"
stable
2022-06-03, by Pierre-Yves David
chg: replace mercurial.util.recvfds() by simpler pure Python implementation
2022-06-02, by Manuel Jacob
py3: don’t subscript socket.error
stable
2022-06-02, by Manuel Jacob
parsers: drop one extra argument to PyErr_Format
2022-06-06, by Anton Shestakov
demandimport: eagerly load msvcrt module on PyPy
stable
2022-06-02, by Manuel Jacob
search-discovery-case: update documentation of a function
2022-06-03, by Pierre-Yves David
ci: drop the phabricator refresh step
stable
2022-06-01, by Pierre-Yves David
worker: avoid potential partial write of pickled data
2022-05-22, by Manuel Jacob
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip