Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
eol: don't fallback to use .hgeol from tip (BC)
2019-10-13, by Mads Kiilerich
eol: tweak test-eol-clone.t with better descriptions and logging
2019-10-14, by Mads Kiilerich
eol: fix update - don't use and apply removed .hgeol patterns
2019-10-13, by Mads Kiilerich
eol: cache needs update, also if it has same timestamp as the source
2019-10-13, by Mads Kiilerich
eol: update isbinary filter to work without compat wrapper
2019-10-14, by Mads Kiilerich
localrepo: fix variable binding in handling of old filters
2019-10-13, by Mads Kiilerich
localrepo: debug log of filter name when filtering through a function
2019-10-13, by Mads Kiilerich
eol: test-eol-update.t coverage around update --clean using filters ... badly
2019-10-14, by Mads Kiilerich
copies: drop the findlimit logic
2019-10-10, by Pierre-Yves David
pathcopies: give up any optimization based on `introrev`
2019-10-10, by Pierre-Yves David
perf: introduce a `--contains` flag to the `perfdirstate` command
2019-10-08, by Pierre-Yves David
perf: introduce a `--iteration` to `perfdirstate`
2019-10-08, by Pierre-Yves David
tests: open file in binary mode in test-upgrade-repo.t
2019-10-13, by Matt Harbison
hghave: use a native string to invoke the `black` command
2019-10-12, by Matt Harbison
py3: convert cwd to native string when running `fix`
2019-10-12, by Matt Harbison
format: format commands.py, which recently regressed
2019-10-11, by Martin von Zweigbergk
py3: fix test-bad-extension expectations for py35
2019-10-04, by Ian Moody
phabricator: add addremoved and addmodified functions
2019-10-06, by Ian Moody
phabricator: add makebinary and addoldbinary functions
2019-10-06, by Ian Moody
phabricator: add the uploadfile function
2019-10-06, by Ian Moody
phabricator: add the uploadchunks function
2019-10-06, by Ian Moody
phabricator: add the maketext function
2019-10-06, by Ian Moody
phabricator: add the phabdiff data structure
2019-10-06, by Ian Moody
phabricator: add the phabchange data structure
2019-10-06, by Ian Moody
phabricator: add the phabhunk data structure
2019-10-06, by Ian Moody
phabricator: add the DiffChangeType and DiffFileType constants
2019-10-06, by Ian Moody
help: adding a help category to narrow and remotefilelog commands
2019-10-06, by Rodrigo Damazio
rust-cpython: drop self.borrow_mut() in favor of PySharedRef wrapper
2019-09-15, by Yuya Nishihara
rust-cpython: drop self.leak_immutable() in favor of PySharedRef wrapper
2019-09-15, by Yuya Nishihara
rust-cpython: add safe wrapper representing shared data borrowed from PyObject
2019-09-15, by Yuya Nishihara
rust-cpython: move $leaked struct out of macro
2019-09-08, by Yuya Nishihara
rust-cpython: store leaked reference to PySharedState in $leaked struct
2019-09-15, by Yuya Nishihara
rust-cpython: mark PySharedState as Sync so &'PySharedState can be Send
2019-09-17, by Yuya Nishihara
rust-cpython: move borrow_mut() to PySharedRefCell
2019-09-14, by Yuya Nishihara
rust-cpython: move py_shared_state to PySharedRefCell object
2019-09-14, by Yuya Nishihara
py3: decode username and password before SMTP login
2019-10-10, by Denis Laxalde
py3: use socket.makefile() instead of dropped smtplib.SSLFakeFile
2019-10-10, by Denis Laxalde
py3: call SMTP.docmd() with an str
2019-10-10, by Denis Laxalde
py3: call SMTP.has_extn() with an str
2019-10-10, by Denis Laxalde
py3: fix sorting of obsolete markers when building bundle
2019-10-10, by Denis Laxalde
sidedata: rename the configuration option to `exp-use-side-data`
2019-10-10, by Pierre-Yves David
py3: drop ui.flush() during interactive patch filtering
2019-10-10, by Denis Laxalde
py3: keep stdout as defined by pycompat in procutil
2019-10-10, by Denis Laxalde
notify: cast hash to bytes
2019-10-07, by Gregory Szorc
push: support config option to require revs be specified when running push
2019-10-05, by Kyle Lippincott
py3-discovery: using plain str in stats dict
2019-10-10, by Georges Racinet
perf: fix `perfhelper-mergecopies` report of #changesets
2019-10-10, by Pierre-Yves David
perf: fix `perfhelper-pathcopies` report of #changesets
2019-10-02, by Pierre-Yves David
py3: use integer division in curseschunkselector.printstring()
2019-10-10, by Denis Laxalde
crecord: drop duplicated set of firstlineofpadtoprint attribute
2019-10-10, by Denis Laxalde
patchbomb: use mail.Generator alias for py2/py3 compat
2019-10-10, by Denis Laxalde
py3: use email.generator.BytesGenerator in patch.split()
2019-10-10, by Denis Laxalde
py3: only flush before prompting during interactive patch filtering
2019-10-10, by Denis Laxalde
py3: add a missing b'' prefix in test extension for chg
2019-08-28, by Martin von Zweigbergk
fuzz: new target to fuzz jsonescapeu8fast
2019-10-09, by Augie Fackler
fuzz: new fuzzer for fncache-related functions
2019-10-09, by Augie Fackler
fuzz: exercise a little more revlog code
2019-10-09, by Augie Fackler
fuzz: new fuzzer for dirs.c
2019-10-09, by Augie Fackler
dirs: fix trivial over-read of input data
2019-10-08, by Augie Fackler
sidedatacopies: deal with upgrading and downgrading to that format
2019-10-06, by Pierre-Yves David
sidedatacopies: move various copies related function to the copies modules
2019-10-06, by Pierre-Yves David
sidedatacopies: read rename information from sidedata
2019-10-09, by Pierre-Yves David
changelog: make copies related function return None or a valid value
2019-10-10, by Pierre-Yves David
test: fix zstd related output in pure tests
2019-10-10, by Pierre-Yves David
sidedatacopies: get and store sidedata in the changelogrevision object
2019-10-06, by Pierre-Yves David
sidedatacopies: write copies information in sidedata when applicable
2019-10-06, by Pierre-Yves David
sidedatacopies: introduce a sidedata testcase for test-copies-in-changeset.t
2019-10-06, by Pierre-Yves David
sidedatacopies: introduce a sidedata testcase for test-copies-unrelated.t
2019-10-06, by Pierre-Yves David
sidedatacopies: introduce a sidedata testcase for test-copies.t
2019-10-06, by Pierre-Yves David
sidedatacopies: teach upgrade about the new requirement
2019-10-06, by Pierre-Yves David
sidedatacopies: add a new requirement for storing copies into sidedata
2019-10-06, by Pierre-Yves David
debugsidedata: small doc improvement
2019-10-06, by Pierre-Yves David
upgrade: allow for `sidedata` removal
2019-10-06, by Pierre-Yves David
upgrade: allow upgrade to repository using sidedata
2019-10-06, by Pierre-Yves David
revlog: add a way to control sidedata changes during revlog.clone
2019-10-06, by Pierre-Yves David
sidedata: use only changegroup3 if sidedata is in use
2019-10-06, by Pierre-Yves David
sidedata: apply basic but tight security around exchange
2019-10-06, by Pierre-Yves David
perf: use `setup` function in `perfdirstatewrite`
2019-10-08, by Pierre-Yves David
perf: document `perfdirstatewrite`
2019-10-08, by Pierre-Yves David
perf: use `setup` function in `perfdirfoldmap`
2019-10-08, by Pierre-Yves David
perf: document `perfdirfoldmap`
2019-10-08, by Pierre-Yves David
perf: use `setup` function in `perfdirstatefoldmap`
2019-10-08, by Pierre-Yves David
perf: document `perfdirstatefoldmap`
2019-10-08, by Pierre-Yves David
perf: use `setup` function in `perfdirstatedirs`
2019-10-08, by Pierre-Yves David
perf: document `perfdirstatedirs`
2019-10-08, by Pierre-Yves David
perf: use `setup` function in `perfdirstate`
2019-10-08, by Pierre-Yves David
perf: document `perfdirstate`
2019-10-08, by Pierre-Yves David
perf: document `perfstatus`
2019-10-08, by Pierre-Yves David
py3: flush ui after each message in interactive patch filtering
2019-10-09, by Denis Laxalde
py3: decode prompt string before calling rawinput
2019-10-09, by Denis Laxalde
cleanup: join string literals that are already on one line
2019-10-08, by Martin von Zweigbergk
debugcommands: add a few more writenoi18n()
2019-10-08, by Martin von Zweigbergk
py3: delete b'' prefix from safehasattr arguments
2019-10-06, by Martin von Zweigbergk
destutil: provide hint on rebase+merge for how to specify destination/rev
2019-10-08, by Kyle Lippincott
hghave: document format for version feature checks as <name><vers>, no dots
2019-10-08, by Kyle Lippincott
check-commit: allow foo_bar naming in functions
2018-02-02, by Gregory Szorc
infinitepush: mark extension as likely to be deleted
2019-10-08, by Augie Fackler
tests: use range() in generate-churning-module.py
2019-10-07, by Gregory Szorc
tests: allow warning about file
2019-10-07, by Gregory Szorc
lsprof: remove __main__ functionality
2019-10-07, by Gregory Szorc
tests: use proper Python 3.8 feature
2019-10-07, by Gregory Szorc
py3: finish porting iteritems() to pycompat and remove source transformer
2019-10-07, by Gregory Szorc
py3: define and use pycompat.iteritems() for hgext/
2019-10-06, by Gregory Szorc
py3: define and use pycompat.itervalues()
2019-10-06, by Gregory Szorc
py3: stop normalizing 2nd argument of *attr() to unicode
2019-10-06, by Gregory Szorc
log: populate keywords if specified in custom -Tjson(...) or -Tcbor(...)
2019-10-06, by Yuya Nishihara
formatter: map -Tjson(...) and -Tcbor(...) to templater
2019-10-05, by Yuya Nishihara
formatter: parse name of built-in formatter templates in standard way
2019-10-05, by Yuya Nishihara
formatter: pass in template spec to templateformatter as argument
2019-10-05, by Yuya Nishihara
templater: add public parseexpr() function to parse "-Tjson(...)"
2019-10-05, by Yuya Nishihara
import: read X-Mercurial-Node email header to determine nodeid
2019-10-06, by Denis Laxalde
patchbomb: use procutil.shellquote() instead of shlex to escape email address
2019-10-02, by Yuya Nishihara
formatting: introduce a `test-check-format-black.t` that enforce formatting
2019-10-07, by Pierre-Yves David
formatting: run black on all file again
2019-10-07, by Pierre-Yves David
formatting: make black --quiet in the example `hg fix` config
2019-10-07, by Pierre-Yves David
formatting: remove the data-ogre from the config example
2019-10-07, by Pierre-Yves David
py3: stop normalizing .encode()/.decode() arguments to unicode
2019-10-06, by Gregory Szorc
py3: manually import pycompat.delattr where it is needed
2019-10-06, by Gregory Szorc
py3: manually import getattr where it is needed
2019-10-06, by Gregory Szorc
py3: stop injecting pycompat.hasattr into modules
2019-10-06, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip