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.
packaging: also include hgweb.wsgi in rpms
stable
2019-10-28, by Mads Kiilerich
packaging: introduce Python3 support as buildrpm --python3
stable
2019-10-27, by Mads Kiilerich
packaging: be explicit about Python version in rpm spec
stable
2019-10-27, by Mads Kiilerich
packaging: make python snippets in rpm building python3 compatible
stable
2019-10-27, by Mads Kiilerich
py3: fix patchbomb to accept non-ASCII header value for email preview
stable
2019-10-30, by Yuya Nishihara
tests: check patchbomb with a non-ascii commit message
stable
2019-10-25, by Denis Laxalde
formatter: fix handling of None value in templater mapping
stable
2019-10-27, by Yuya Nishihara
config: add support for defaultvalue of list of printable elements
stable
2019-10-27, by Yuya Nishihara
config: fix -Tjson to not crash due to unsupported defaultvalue types
stable
2019-10-27, by Yuya Nishihara
tests: handle Message-Id email header possible wrapping
stable
2019-10-27, by Denis Laxalde
py3: leverage pycompat.long
stable
2019-10-27, by Yuya Nishihara
packaging: remove version info from Breaks+Replaces in Debian package
stable
2019-10-25, by Denis Laxalde
py3: fix generated non-ascii message in test-notify.t
stable
2019-10-24, by Denis Laxalde
py3: decode encoding literal before passing to .decode()
stable
2019-10-24, by Denis Laxalde
py3: decode payload of notify email
stable
2019-10-24, by Denis Laxalde
py3: decode email headers with mail.headdecode() in notify extension
stable
2019-10-24, by Denis Laxalde
py3: use stdlib's parseaddr() to get sender header in notify extension
stable
2019-10-24, by Denis Laxalde
py3: use a BytesParser in notify extension
stable
2019-10-24, by Denis Laxalde
py3: fix headencode() with display=False
stable
2019-10-24, by Denis Laxalde
mail: catch LookupError in headdecode()
stable
2019-10-24, by Denis Laxalde
py3: account for extra line break in email headers in test-notify.t
stable
2019-10-24, by Denis Laxalde
py3: use as_bytes() method of EmailMessage
stable
2019-10-10, by Denis Laxalde
py3: use %d instead of %s when formatting an int into a bytestring
stable
2019-10-23, by Ian Moody
packaging: ship only a single binary Debian package
stable
2019-10-23, by Denis Laxalde
packaging: avoid running bare "make install" in debian/rules
stable
2019-10-23, by Denis Laxalde
packaging: distinguish clean and build steps from install in Debian
stable
2019-10-23, by Denis Laxalde
packaging: also move Debian .buildinfo file in output directory
stable
2019-10-23, by Denis Laxalde
packaging: upgrade packages distributed with Windows installers
stable
2019-10-21, by Gregory Szorc
automation: install Python 2.7.17, 3.7.5, and PyPy 7.2.0
stable
2019-10-21, by Gregory Szorc
contrib: install Python 2.7.17 and 3.7.5 in Windows environment
stable
2019-10-21, by Gregory Szorc
packaging: use /usr/bin/python3 shebang for scripts in Debian
stable
2019-10-21, by Denis Laxalde
packaging: fix path where .deb files are looked for
stable
2019-10-21, by Denis Laxalde
packaging: let Debian package depends on sensible-utils
stable
2019-10-21, by Denis Laxalde
packaging: upgrade Debian packaging to build with Python 3
stable
2019-10-21, by Denis Laxalde
py3: decode bytes before logging in run-tests.py
stable
2019-10-21, by Denis Laxalde
Added signature for changeset 59338f956109
stable
2019-10-21, by Augie Fackler
Added tag 5.2rc0 for changeset 59338f956109
stable
2019-10-21, by Augie Fackler
merge default into stable for 5.2 release
stable
5.2rc0
2019-10-21, by Augie Fackler
grep: update docs to reflect new --all-files default
2019-10-18, by Jordi Gutiérrez Hermoso
grep: enable all-files by default (BC)
2019-10-06, by Sushil khanchi
lfs: dedent documentation section about .hglfs file
2019-10-21, by Denis Laxalde
copies: simplify chain loop
2019-10-17, by Pierre-Yves David
sidedatacopies: only fetch information once for merge
2019-10-17, by Pierre-Yves David
copies: move from a copy on branchpoint to a copy on write approach
2019-10-15, by Pierre-Yves David
copies: compute the exact set of revision to walk
2019-10-12, by Pierre-Yves David
copies: add an explicit test using multiple roots
2019-10-12, by Pierre-Yves David
sidedatacopies: fast path data fetching if revision has no sidedata
2019-10-02, by Pierre-Yves David
largefiles: use context manager for setting "lfstatus" on subrepos too
2019-10-18, by Martin von Zweigbergk
largefiles: reset "lfstatus" attribute to previous value in "finally"
2019-10-18, by Martin von Zweigbergk
largefiles: add context manager for setting/clearing "lfstatus" attribute
2019-10-18, by Martin von Zweigbergk
py3: adjust expected traceback in test-hook.t
2019-10-18, by Denis Laxalde
tests: use non-reverse grep in traceback in test-hook.t
2019-10-18, by Denis Laxalde
py3: add Python 3 exception output to test-hook.t
2019-10-18, by Denis Laxalde
py3: ajust abort message in test-hook.t
2019-10-18, by Denis Laxalde
rust-cpython: prepare for writing tests that require libpython
2019-10-14, by Yuya Nishihara
rust-cpython: make inner functions and structs of ref_sharing private
2019-10-05, by Yuya Nishihara
rust-cpython: keep Python<'a> token in PyRefMut
2019-09-21, by Yuya Nishihara
rust-cpython: require GIL to borrow immutable reference from PySharedRefCell
2019-09-21, by Yuya Nishihara
rust-cpython: make PyLeakedRef operations relatively safe
2019-09-15, by Yuya Nishihara
rust-cpython: put leaked reference in PyLeakedRef
2019-09-15, by Yuya Nishihara
run-tests: make code coverage work on Python 3
2019-10-17, by Gregory Szorc
py3: don't index into bytes in phabricator's _tokenize()
2019-10-17, by Ian Moody
rust-dirstate-status: use fast-path even with fsmonitor and sparse extensions
2019-10-17, by Raphaël Gomès
rust-dirstatemap: remove additional lookups in dirstatemap
2019-10-16, by Raphaël Gomès
tests: avoid chmod on windows in hgrc tests
2019-10-17, by Denis Laxalde
py3: fix sorting of obsolete markers during push
2019-10-17, by Denis Laxalde
exchange: extract a function to sort obsolete markers
2019-10-17, by Denis Laxalde
py3: encode underlying error message during parse error of %include
2019-10-17, by Denis Laxalde
convert: convert os.devnull to bytes before trying to join it with other bytes
2019-10-11, by Ian Moody
rust-dirstate-status: add call to rust-fast path for `dirstate.status`
2019-10-16, by Raphaël Gomès
rust-dirstate-status: rust-cpython bindings for `dirstate.status`
2019-10-08, by Raphaël Gomès
rust-refsharing: add missing lifetime parameter in ref_sharing
2019-10-15, by Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`
2019-10-11, by Raphaël Gomès
share: unmark --relative as EXPERIMENTAL
2019-10-06, by Pulkit Goyal
rust-cpython: removed now useless py_set() conversion
2019-09-30, by Georges Racinet
tests: stabilize test-eol-update on Windows
2019-10-15, by Matt Harbison
tests: opt into python3 when testing virtualenv installation
2019-10-15, by Matt Harbison
grep: put --diff in the first line of usage
2019-10-06, by Navaneeth Suresh
ui: option to preserve the progress bar
2019-09-12, by Joerg Sonnenberger
phabricator: update hgmatcher to cope with the new data format
2019-10-10, by Ian Moody
phabricator: treat non-utf-8 text files as binary as phabricator requires
2019-10-10, by Ian Moody
phabricator: switch to the creatediff endpoint
2019-10-06, by Ian Moody
phabricator: change conduit data format to match arcanist
2019-10-06, by Ian Moody
phabricator: remove tests and all recordings
2019-10-10, by Ian Moody
phabricator: convert phabhunk and phabchange keys to bytes when finalising
2019-10-12, by Ian Moody
phabricator: add addadded function
2019-10-06, by Ian Moody
sidedatacopies: directly fetch copies information from sidedata
2019-10-02, by Pierre-Yves David
copies: use an unfiltered repository for the changeset centric algorithm
2019-10-15, by Pierre-Yves David
copies: extract data extraction into a `revinfo` function
2019-10-02, by Pierre-Yves David
copies: avoid instancing more changectx to access parent revisions
2019-10-16, by Pierre-Yves David
copies: get copies information directly from _copies
2019-10-16, by Pierre-Yves David
copies: simplify the handling of merges
2019-10-02, by Pierre-Yves David
rust-utils: introduce a debug util to print the python stack trace
2019-10-07, by Raphaël Gomès
rust-cross-platform: remove `unimplemented!` to get compile-time errors
2019-10-16, by Raphaël Gomès
widening: pass in matchers instead of patterns
2019-10-11, by Martin von Zweigbergk
widening: trust user to give full "known" set
2019-10-10, by Martin von Zweigbergk
widening: remove "depth" argument since it's always None
2019-10-11, by Martin von Zweigbergk
widening: remove unused "heads" argument
2019-10-11, by Martin von Zweigbergk
widening: remove pointless code for second changegroup
2019-10-10, by Martin von Zweigbergk
widening: remove always-true condition in widening code
2019-10-10, by Martin von Zweigbergk
narrow: drop server support for widening using the getbundle command (BC)
2019-10-11, by Martin von Zweigbergk
widening: duplicate generateellipsesbundle2() for widening
2019-10-10, by Martin von Zweigbergk
tests: show graph log before and after widening in more cases
2019-10-11, by Martin von Zweigbergk
tracing: add a couple of trace points on obsolete and repoview
2019-06-19, by Augie Fackler
dirstate: add some traces on listdir calls
2019-10-15, by Augie Fackler
cleanup: hgdemandimport.tracing accepts strings, not bytes
2019-10-15, by Augie Fackler
tests: fix formatting test after move of black config
2019-10-15, by Augie Fackler
rust-dependencies: pin the dependencies of hg-core to prevent breakage
2019-10-16, by Raphaël Gomès
automation: install Python 3.8.0
2019-10-15, by Gregory Szorc
automation: schedule an EC2Launch run on next boot
2019-10-14, by Gregory Szorc
dirs: give formatting oversight to clang-format
2019-10-15, by Augie Fackler
dirs: tag a struct as not being formattable
2019-10-15, by Augie Fackler
sidedatacopies: only store an entry if it has values
2019-10-02, by Pierre-Yves David
sidedatacopies: only read from copies when in this mode
2019-10-02, by Pierre-Yves David
dirs: remove mutable string optimization at all
2019-10-13, by Yuya Nishihara
py3: prevent comparison with None in curses histedit (issue6196)
2019-10-15, by Denis Laxalde
fix: match patterns relative to root
2019-10-12, by Martin von Zweigbergk
tests: add test showing that fixer patterns are currently relative to $PWD
2019-10-12, by Martin von Zweigbergk
black: also ignore grey.py
2019-10-14, by Augie Fackler
black: use multiline exclude definition
2019-10-14, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip