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.
fuzz: follow modern guidelines and use LIB_FUZZING_ENGINE
2019-12-06, by Augie Fackler
fuzz: always define LLVMFuzzerInitialize() even if we don't need it
2019-12-06, by Augie Fackler
fuzz: remove debug prints from revlog_corpus.py
2019-12-06, by Augie Fackler
fuzz: fix an unused result on getcwd() in pyutil
2019-12-06, by Augie Fackler
upgraderepo: add a config option for parallel computation
2019-09-29, by Pierre-Yves David
upgrade-repo: colorize some of the output
2019-11-29, by Pierre-Yves David
tests: remove hardcoded errno values
2019-12-06, by Paul Sonnenschein
tests: expect return status 255 on exception for test-blackbox.t with chg
2019-12-05, by Kyle Lippincott
tests: fix command name in test-blackbox.t to be bytes
2019-12-05, by Kyle Lippincott
tests: fix deprecation warning about regex flags not at beginning of expr
2019-12-05, by Kyle Lippincott
tests: fix test-chg.t to work with py3 (no setprocname)
2019-12-05, by Kyle Lippincott
amend: check for file modifications when updating dirstate (issue6233)
2019-11-26, by Kyle Lippincott
graft: never set both parents equal in the dirstate (issue6098)
2019-12-05, by Martin von Zweigbergk
graft: extract `repo['.']` to local variable
2019-12-05, by Martin von Zweigbergk
graft: rename `pctx` argument to `base` since that's what it is
2019-12-05, by Martin von Zweigbergk
exchange: replace a "not x in ys" by more Pythonic "x not in ys"
2019-12-05, by Martin von Zweigbergk
packaging: include defaultrc/*.rc instead of default.d/*.rc
2019-12-05, by Kyle Lippincott
merge with stable
2019-12-05, by Augie Fackler
py3: make a pycompat.osdevnull, use it in extdiff
2019-12-03, by Kyle Lippincott
subrepo: use pycompat.open directly instead of importing open from pycompat
2019-12-03, by Kyle Lippincott
rust-dirs: address failing tests for `dirs` impl with a temporary fix
2019-11-22, by Raphaël Gomès
cleanup: fix docstring formatting
2019-12-01, by Matt Harbison
copies: split the combination of the copies mapping in its own function
2019-11-13, by Pierre-Yves David
copies: do not initialize the dictionary with root in changeset copies
2019-11-13, by Pierre-Yves David
copies: expand `_chain` variable name to make the function easier to read
2019-11-13, by Pierre-Yves David
copies: show we can read data from the "first" mapping
2019-11-13, by Pierre-Yves David
copies: return consistent type from revinfo
2019-11-13, by Pierre-Yves David
dateutil: correct default for Ymd in parsedate
2019-11-25, by Jun Wu
test-doctest: include dateutil
2019-11-25, by Jun Wu
revlog: fix revset in reachableroots docstring
2019-11-25, by Jun Wu
lock: pass "success" boolean to _afterlock callbacks
2019-11-19, by Kyle Lippincott
relnotes: add note about changes to match.{explicit,reverse}dir
2019-11-22, by Martin von Zweigbergk
graphlog: change state dict to attr struct
2019-11-21, by Yuya Nishihara
status: fix default value of status struct
2019-11-21, by Yuya Nishihara
typing: fix return type of logcmdutil.getrevs()
2019-11-19, by Yuya Nishihara
typing: consolidate "if not globals():" trick
2019-11-19, by Yuya Nishihara
rust-cpython: do not convert warning pattern to utf-8 bytes
2019-11-19, by Yuya Nishihara
rust-cpython: import utils::files::* function at module level
2019-11-19, by Yuya Nishihara
exchange: guard against method invocation on `b2caps=None` args
2019-11-23, by Matt Harbison
exchange: eliminate some bytes.format() calls
2019-11-22, by Matt Harbison
windows: suppress pytype warnings for Windows imports and functions
2019-11-22, by Matt Harbison
changectx: mark the parents of the working copy as non filtered
2019-11-23, by Pierre-Yves David
repoview: add an explicit set of all filter that show the wc parents
2019-11-21, by Pierre-Yves David
localrepo: introduce a `_quick_access_changeid` property
2019-11-23, by Pierre-Yves David
changectx: use unfiltered changelog to access parents of unfiltered revs
2019-11-17, by Pierre-Yves David
locarepo: also fastpath `nullid` lookup in __getitem__
2019-11-23, by Pierre-Yves David
repoview: add more tests to track operation not supposed to trigger filtering
2019-11-23, by Pierre-Yves David
localrepo: mark nullrev has never filtered
2019-11-23, by Pierre-Yves David
changectx: add a "maybe filtered" filtered attribute
2019-11-17, by Pierre-Yves David
repoview: add a test that access actual changeset data of `null`
2019-11-17, by Pierre-Yves David
localrepo: recognize trivial "null" queries in `anyrev`
2019-11-17, by Pierre-Yves David
localrepo: also fastpath `nullrev` in __getitem__
2019-11-17, by Pierre-Yves David
repoview: add a test to track operation not supposed to trigger filtering
2019-11-17, by Pierre-Yves David
repoview: display stack trace along side the debug message
2019-11-17, by Pierre-Yves David
util: add an optional `prefix` argument to debugstacktrace
2019-11-17, by Pierre-Yves David
repoview: add a 'devel.debug.repo-filter' option
2019-11-17, by Pierre-Yves David
localrepo: extract handling of some special value in __getitem__
2019-11-21, by Pierre-Yves David
localrepo: extract handling of some special value in __getitem__
2019-11-21, by Pierre-Yves David
localrepo: add some basic comment for block in __getitem__
2019-11-17, by Pierre-Yves David
windows: further build fixes for the WiX installer
2019-11-22, by Augie Fackler
cleanup: update references to /help/ that should now be /helptext/
2019-11-21, by Augie Fackler
merge with stable
2019-11-22, by Yuya Nishihara
tests: byteify a few more things in simplestorerepo.py
2019-11-21, by Matt Harbison
profiling: add a missing argument to the ProgrammingError constructor
2019-11-21, by Matt Harbison
profiling: disable the import-error warning for the flamegraph module
2019-11-21, by Matt Harbison
phases: make `allphases` a list on py3 also
2019-11-21, by Matt Harbison
wireprotov1server: capture Abort type before accessing the `hint` attribute
2019-11-20, by Matt Harbison
tests: add more tests for "hg shelve --delete"
2019-11-20, by Denis Laxalde
scmutil: add assertions to help pytype
2019-11-19, by Matt Harbison
revset: add an assertion to help pytype
2019-11-19, by Matt Harbison
import: add a --secret option
2019-11-21, by Denis Laxalde
hgweb: add diffs to the json changeset template
2019-11-15, by Jordi Gutiérrez Hermoso
hgweb: add files to the json changeset template
2019-11-15, by Jordi Gutiérrez Hermoso
hgweb: add a status property to file list context
2019-11-15, by Jordi Gutiérrez Hermoso
match: remove explicitdir attribute
2019-11-15, by Martin von Zweigbergk
dirstate: stop caring about match.explicitdir
2019-11-15, by Martin von Zweigbergk
dirstate: include explicit matches in match.traversedir calls
2019-11-15, by Martin von Zweigbergk
commit: drop unused "vdirs" argument from repo.checkcommitpatterns()
2019-11-15, by Martin von Zweigbergk
commit: rewrite check for `hg ci <path>` being a directory
2019-11-15, by Martin von Zweigbergk
lock: fix race in lock-breaking code
2019-11-18, by Valentin Gatien-Baron
lock: refactor in preparation for next commit
2019-11-01, by Valentin Gatien-Baron
extensions: suppress a pytype failure due to a typeshed bug
2019-11-15, by Augie Fackler
dispatch: add some assertions to give pytype a helping hand
2019-11-14, by Augie Fackler
extensions: hide two confusing import statements from pytype
2019-11-14, by Augie Fackler
debugcommands: add assertions to convince pytype peer is not None
2019-11-14, by Augie Fackler
debugcommands: suppress import errors for pytype
2019-11-13, by Augie Fackler
state: add a pytype annotation
2019-11-13, by Augie Fackler
logcmdutil: add a type annotation
2019-11-13, by Augie Fackler
cmdutil: add a pytype annotation to help out some callsites
2019-11-13, by Augie Fackler
hghave: add a check for the `xz` compression utility
2019-11-12, by Matt Harbison
py3: use '%d' for formatting a revnum in `hg co --date` code
2019-11-14, by Martin von Zweigbergk
py3: send bytes from Rust-created warning patterns
2019-11-18, by Raphaël Gomès
py3: pass bytes to `configint` and `configbool`
2019-11-18, by Raphaël Gomès
templates: make {indent("", " ")} be empty
2019-11-15, by Martin von Zweigbergk
tests: document behavior of indent() with empty first line
2019-11-15, by Martin von Zweigbergk
tests: check for Windows line endings
2019-11-16, by Gregory Szorc
tests: verify that Python scripts are blackened
2019-11-16, by Gregory Szorc
black: blacken scripts
2019-11-16, by Gregory Szorc
doc: don't use mutable default arguments
2019-11-16, by Gregory Szorc
tags: don't check for clean files when checking for dirty working copy
2019-11-14, by Martin von Zweigbergk
branchmap: make "closed" a set from beginning instead of converting from list
2019-11-14, by Martin von Zweigbergk
debugextensions: gracefully handle missing __file__ attributes
2019-11-17, by Matt Harbison
debuginstall: gracefully handle missing __file__ attributes
2019-11-17, by Matt Harbison
typing: add pseudo localstr.__init__() to help pytype
2019-11-16, by Yuya Nishihara
typing: fix argument type of encoding.localstr()
2019-11-16, by Yuya Nishihara
typing: suppress error of py2 encoding.strtolocal() and .strfromlocal()
2019-11-16, by Yuya Nishihara
typing: constrain argument/return types of encoding.toutf8b()
2019-11-16, by Yuya Nishihara
typing: fix argument type of encoding.tolocal() and .fromutf8b()
2019-11-16, by Yuya Nishihara
typing: fix forward reference in _Tlocalstr type bound
2019-11-16, by Yuya Nishihara
encoding: make getcols() raise exception explicitly
2019-11-16, by Yuya Nishihara
setup: conditionalize access to `sys.dllhandle` when building extensions
2019-11-16, by Matt Harbison
setup: use bytes for assumed python version
2019-11-16, by Matt Harbison
setup: combine two contiguous string literals
2019-11-16, by Matt Harbison
util: remove datapath and swith users over to resourceutil
2019-11-14, by Martin von Zweigbergk
i18n: get datapath directly from resourceutil
2019-11-14, by Martin von Zweigbergk
util: move definition of datapath to resourceutil
2019-11-14, by Martin von Zweigbergk
procutil: move mainfrozen() to new resourceutil.py
2019-11-14, by Martin von Zweigbergk
defaults: rename default.d to defaultrc to make it a valid package name
2019-11-14, by Martin von Zweigbergk
help: remove references to default.d/ from user-facing docs
2019-11-14, by Martin von Zweigbergk
bisect: replace try:/finally: by a "restore_state" context manager
2019-11-14, by Denis Laxalde
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip