Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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.
mail: black wants to add this blank line
stable
2019-10-30, by Augie Fackler
hghave: verify we have a black that is new enough for our format
stable
2019-10-30, by Augie Fackler
contrib: fix up example fix configuration for our move to released black
stable
2019-10-30, by Augie Fackler
phabricator: use True primitive instead of b'true' for phabupdate actions
stable
2019-10-23, by Ian Moody
setup: allow py3 install without env vars
stable
2019-10-23, by Ian Moody
formatting: drop `grey`, our custom black version
stable
2019-10-29, by Pierre-Yves David
formatting: using black to check for formatting
stable
2019-10-29, by Pierre-Yves David
formatting: run black version 19.10b0 on the codebase
stable
2019-10-29, by Pierre-Yves David
packaging: fix buildrpm whitespace
stable
2019-10-27, by Mads Kiilerich
packaging: drop outdated buildrpm "tested on" comment
stable
2019-10-27, by Mads Kiilerich
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip