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.
rust-clippy: use `write_all` since we're not expecting a partial write
22 months ago, by Raphaël Gomès
rust-clippy: tell clippy we want to keep those clauses separate
22 months ago, by Raphaël Gomès
rust-clippy: tell clippy we care about keeping those `if` clauses separate
22 months ago, by Raphaël Gomès
rust-clippy: factor an `if` with the same duplicated clause
22 months ago, by Raphaël Gomès
rust: fix broken debug assertions
22 months ago, by Raphaël Gomès
rust-narrow: fix loop that never loops
22 months ago, by Raphaël Gomès
rust: run `cargo clippy`
22 months ago, by Raphaël Gomès
rust: use `logging_timer` instead of `micro_timer`
22 months ago, by Raphaël Gomès
pathauditor: make _checkfs_exists a static method
22 months ago, by Arseniy Alekseyev
merge: add mergeresult.mapaction to improve speed
22 months ago, by Arseniy Alekseyev
merge: avoid dereferencing repo fields repeatedly
22 months ago, by Arseniy Alekseyev
merge: skip syntactic path checks in [_checkunknownfile]
22 months ago, by Arseniy Alekseyev
pathutil: use `finddirs_rev_noroot` instead of `parts`
22 months ago, by Arseniy Alekseyev
pathutil: add the more efficient finddir iterator
22 months ago, by Arseniy Alekseyev
typing: import unconditionally
22 months ago, by Arseniy Alekseyev
tests: check how hgweb handles HEAD requests
22 months ago, by Anton Shestakov
tests: test hg status --all with hgext/git
22 months ago, by Anton Shestakov
tests: aborting on unknown revision emits exit code 10 even with hgext/git
22 months ago, by Anton Shestakov
convert: replace repr() by pycompat.byterepr() in cvsps.py (issue6789)
stable
22 months ago, by Anton Shestakov
convert: change socket mode from b'r+' to 'rwb' in cvs.py (issue6789)
stable
22 months ago, by Anton Shestakov
convert: turn the last str regex into bytes in cvs.py (issue6789)
stable
22 months ago, by Anton Shestakov
worker: avoid reading 1 byte at a time from the OS pipe
22 months ago, by Arseniy Alekseyev
diffutil: rewrite an ersatz ternary operator for building diffopts.text
22 months ago, by Matt Harbison
mdiff: add a __str__ method to diffopts
22 months ago, by Matt Harbison
debugshell: allow TortoiseHg builds to exit with the usual `quit()` command
22 months ago, by Matt Harbison
doc: add a few comments
22 months ago, by Arseniy Alekseyev
rhg: implement checkexec to support weird filesystems
22 months ago, by Arseniy Alekseyev
typing: use python3-style type annotation
22 months ago, by Arseniy Alekseyev
merge: cache the fs checks made during [_checkunknownfiles]
22 months ago, by Arseniy Alekseyev
merge: disable the whole filesystem access loop if [_realfs] is false
22 months ago, by Arseniy Alekseyev
merge: short-circuit the _checkfs loop upon getting ENOENT
22 months ago, by Arseniy Alekseyev
merge: don't pay for pathconflicts if there are none
22 months ago, by Arseniy Alekseyev
pathauditor: no need to normcase the paths
22 months ago, by Arseniy Alekseyev
pathutil: slightly faster path audit in the common case
22 months ago, by Arseniy Alekseyev
debug: add a config to abort update early
22 months ago, by Arseniy Alekseyev
convert: stop passing str to the dateutil API in darcs
stable
22 months ago, by Matt Harbison
sparse: fix a py2 based usage of `map()`
stable
22 months ago, by Matt Harbison
histedit: byteify the help for the multifold action
stable
22 months ago, by Matt Harbison
dirstate: add missing methods and kwargs to idirstate interface
22 months ago, by Anton Shestakov
dirstate: swap pathto() and get_entry() in idirstate
22 months ago, by Anton Shestakov
dirstate: update docstrings in idirstate from the current dirstate
22 months ago, by Anton Shestakov
setup: drop legacy osx compiler tuning to enable universal builds
22 months ago, by Matt Harbison
tests: optional PEP 657 error location in test-lfs-serve-access.t (issue6782)
stable
22 months ago, by Anton Shestakov
tests: simplify `(py3 no-py36 !)` output matching predicates to `(no-py36 !)`
22 months ago, by Matt Harbison
tests: drop `(py3 !)` output matching predicates
22 months ago, by Matt Harbison
run-tests: drop a workaround for python2
2022-07-19, by Matt Harbison
contrib: drop py2 support from testparseutil.py
22 months ago, by Matt Harbison
tests: drop py2 support from `f` utility
22 months ago, by Matt Harbison
tests: drop py2 support from test-doctest.py
22 months ago, by Matt Harbison
tests: drop py2 support from test-demandimport.py
22 months ago, by Matt Harbison
tests: optional PEP 657 error location in test-extension.t (issue6781)
stable
22 months ago, by Anton Shestakov
tests: filter out PEP 657 error locations in tracebacks (issue6780)
stable
22 months ago, by Anton Shestakov
pytype: add coverage for parts of hgext
22 months ago, by Matt Harbison
convert: stop passing str to the dateutil API in darcs
22 months ago, by Matt Harbison
typing: suppress a couple of attribute-errors in convert
22 months ago, by Matt Harbison
hooklib: force an exception wrapped by errors.Abort to bytestr
22 months ago, by Matt Harbison
notify: force an exception wrapped by errors.Abort to bytestr
22 months ago, by Matt Harbison
typing: disable a bogus attribute-error warning in phabricator
22 months ago, by Matt Harbison
sparse: fix a py2 based usage of `map()`
22 months ago, by Matt Harbison
typing: adjust `mercurial.util.iterlines()` to accept any `Iterable`
22 months ago, by Matt Harbison
typing: disable an attribute-error warning in the journal extension
22 months ago, by Matt Harbison
remotefilelog: byteify the message for a few StorageErrors
22 months ago, by Matt Harbison
histedit: byteify the help for the multifold action
22 months ago, by Matt Harbison
typing: disable a few incorrect warnings in pywatchman
22 months ago, by Matt Harbison
watchman: refactor transport connecting to unconfuse pytype
22 months ago, by Matt Harbison
watchman: refactor `ctypes.windll.kernel32` references to a local variable
22 months ago, by Matt Harbison
typing: disable [unsupported-operands] warning in the largefiles outgoing hook
22 months ago, by Matt Harbison
typing: add some assertions that a variable isn't None
22 months ago, by Matt Harbison
largefiles: reference `mercurial.configitems.dynamicdefault` directly
22 months ago, by Matt Harbison
releasenotes: fix a typo in a comment
22 months ago, by Matt Harbison
schemes: fix a broken check for drive letter conflicts
22 months ago, by Matt Harbison
typing: suppress a bunch of potential import-error cases in extensions
22 months ago, by Matt Harbison
watchman: drop some py2 compat code
22 months ago, by Matt Harbison
pytype: add coverage for hgdemandimport
22 months ago, by Matt Harbison
hgweb: skip body creation of HEAD for most requests
23 months ago, by Joerg Sonnenberger
branching: merge stable into default
22 months ago, by Raphaël Gomès
relnotes: last-minute addition to 6.3.2
stable
22 months ago, by Raphaël Gomès
relnotes: add 6.3.2
stable
22 months ago, by Raphaël Gomès
Added signature for changeset 59466b13a3ae
stable
22 months ago, by Raphaël Gomès
Added tag 6.3.2 for changeset 59466b13a3ae
stable
22 months ago, by Raphaël Gomès
filemerge: fix crash when using filesets in [partial-merge-tools]
stable
6.3.2
22 months ago, by Martin von Zweigbergk
urlutil: drop the deprecated `getpath()`
22 months ago, by Matt Harbison
ui: drop the deprecated `getpath()`
22 months ago, by Matt Harbison
ui: drop the deprecated `expandpath()`
22 months ago, by Matt Harbison
packaging: add dependencies to the PyOxidizer build on macOS
stable
23 months ago, by Matt Harbison
tests: conditionalize path output for in-memory pyoxidizer resources
stable
23 months ago, by Matt Harbison
tests: conditionalize test output for in-filesystem pyoxidizer resources
stable
23 months ago, by Matt Harbison
hghave: add predicates for embedded and filesystem pyoxidizer resources
stable
23 months ago, by Matt Harbison
run-tests: support --pyoxidized on macOS
stable
23 months ago, by Matt Harbison
make: add a target for building pyoxidizer tests on macOS
stable
23 months ago, by Matt Harbison
copyright: update to 2023
stable
22 months ago, by Matt Harbison
bisect: correct message about aborting an in-progress bisect (issue6527)
stable
22 months ago, by Anton Shestakov
revlog: fix misleading comment about _maxinline
22 months ago, by Arseniy Alekseyev
verify: print short `p1` node in relevant dirstate messages
23 months ago, by Raphaël Gomès
verify: also check dirstate
2022-05-02, by Raphaël Gomès
tests: use the `--quiet` flag for verify when applicable
2022-05-02, by Raphaël Gomès
verify: format messages directly at the source
23 months ago, by Raphaël Gomès
dirstate: update messages in verify to not use the old `state` API
2022-05-02, by Raphaël Gomès
dirstate: add narrow support to `verify`
2022-05-02, by Raphaël Gomès
dirstate: stop using `entry.state()` for logic in `verify`
2022-05-02, by Raphaël Gomès
dirstate-entry: add `modified` property
2022-05-02, by Raphaël Gomès
debug: add debug-revlog-stats command
23 months ago, by Franck Bret
typing: attempt to remove @overloads in the platform module for stdlib methods
23 months ago, by Matt Harbison
typing: add trivial type hints to rest of the windows platform module
23 months ago, by Matt Harbison
typing: add type hints to the rest of the posix module
23 months ago, by Matt Harbison
typing: add type hints to the platform `cachestat` classes
23 months ago, by Matt Harbison
util: fix the signature of observedbufferedinputpipe._fillbuffer()
23 months ago, by Matt Harbison
tests: drop some obsolete py2 handling in util.py doctest
23 months ago, by Matt Harbison
typing: add type hints to the common posix/windows platform functions
23 months ago, by Matt Harbison
typing: add type hints to the posix platform module matching win32.py
23 months ago, by Matt Harbison
typing: add type hints to mercurial/win32.py
23 months ago, by Matt Harbison
windows: drop some py2 registry module importing
23 months ago, by Matt Harbison
typing: add type hints to the platform specific scm modules
23 months ago, by Matt Harbison
typing: add type hints to most mercurial/pycompat.py functions
23 months ago, by Matt Harbison
statprof: don't pass str `sys.argv` to a function expecting bytes
23 months ago, by Matt Harbison
typing: drop an unnecessary warning disabling comment in match.py
23 months ago, by Matt Harbison
scmposix: don't subscript IOError
23 months ago, by Matt Harbison
typing: add type hints to pycompat.bytestr
23 months ago, by Matt Harbison
pycompat: explicitly prefix builtin attr usage with `builtins.`
23 months ago, by Matt Harbison
typing: add type hints to global variables in mercurial/pycompat.py
23 months ago, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip