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
+10000
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.
contrib: move the `discovery-helper.sh` script in`perf-utils` directory
2019-03-07, by Pierre-Yves David
tests: stabilize test-split.t for Windows
2019-03-09, by Matt Harbison
tests: stabilize test-share.t on Windows
2019-03-07, by Matt Harbison
split: add tests which demonstrate the issue5864
2019-03-03, by Sushil khanchi
discovery: clarify why the caching of children is valid
2019-03-07, by Pierre-Yves David
tests: clarify test setup test in test-uncommit.t
2019-03-06, by Martin von Zweigbergk
tests: fix a stale reference to experimental.uncommitondirtywdir
2019-03-06, by Martin von Zweigbergk
discovery: explicitly use `undecided` for the children mapping
2019-02-28, by Pierre-Yves David
discovery: cache the children mapping used during each discovery
2019-02-28, by Pierre-Yves David
discovery: move children computation in its own method
2019-02-28, by Pierre-Yves David
discovery: simplify the building of the children mapping
2019-03-05, by Pierre-Yves David
discovery: simply walk the undecided revs when building the children mapping
2019-03-05, by Pierre-Yves David
discovery: use a lower level but faster way to retrieve parents
2019-02-28, by Pierre-Yves David
discovery: avoid computing identical sets of heads twice
2019-02-28, by Pierre-Yves David
discovery: moved sampling functions inside discovery object
2019-02-27, by Georges Racinet
discovery: rename `srvheads` to `knownsrvheads`
2019-02-27, by Georges Racinet
verify: small refactoring and documentation in `_verifymanifest`
2019-03-06, by Pierre-Yves David
verify: document the `_verifymanifest` method
2019-03-06, by Pierre-Yves David
verify: document `_verifychangelog`
2019-03-06, by Pierre-Yves David
verify: rename the `checklog` to `_checkrevlog`
2019-03-06, by Pierre-Yves David
verify: document the `checklog` method
2019-03-06, by Pierre-Yves David
revlog: add some documentation to the `checksize` method
2019-03-06, by Pierre-Yves David
verify: make `checkentry` a private method
2019-03-06, by Pierre-Yves David
verify: document the `checkentry` method
2019-03-06, by Pierre-Yves David
verify: add some inline documentation to the top level `verify` method
2019-03-06, by Pierre-Yves David
verify: explicitly return 0 if no error are encountered
2019-03-06, by Pierre-Yves David
verify: minimal documentation for `verifier.verify`
2019-03-06, by Pierre-Yves David
verify: make the `exc` method private
2019-03-06, by Pierre-Yves David
verify: document the `exc` method
2019-03-06, by Pierre-Yves David
verify: make `err` a private method
2019-03-06, by Pierre-Yves David
verify: document the `err` method
2019-03-06, by Pierre-Yves David
verify: make the `warn` method private
2019-03-06, by Pierre-Yves David
verify: document the `warn` method
2019-03-06, by Pierre-Yves David
uncommit: add flag --allow-dirty-working-copy
2019-03-04, by Navaneeth Suresh
uncommit: don't allow dirty working copy with PATH (issue5977)
2019-02-12, by Navaneeth Suresh
cleanup: remove two bogus test names from python3 list
2019-03-05, by Augie Fackler
revlog: preserve `_lazydelta` attribute in `revlog.clone`
2019-03-04, by Pierre-Yves David
localrepo: explicit `_lock` arguments in `lock`
2019-03-04, by Pierre-Yves David
inno: remove w9xpopen.exe
2019-03-03, by Gregory Szorc
inno: stop shipping pywin32
2019-03-03, by Gregory Szorc
inno: script to automate building Inno installer
2019-03-03, by Gregory Szorc
setup: exclude some internal UCRT files
2019-03-03, by Gregory Szorc
setup: include additional packages in py2exe distribution
2019-03-03, by Gregory Szorc
setup: define build_doc command
2019-03-03, by Gregory Szorc
inno: remove references to pywin32
2019-03-03, by Gregory Szorc
inno: remove cacerts.pem from documentation
2019-03-03, by Gregory Szorc
inno: replace add_path.exe with a Pascal script
2019-02-28, by Gregory Szorc
inno: move inno installer files to contrib/packaging/inno
2019-03-03, by Gregory Szorc
py3: add a new passing test found by buildbot
2019-03-05, by Pulkit Goyal
tests: make test-status.t compatible with test-check-module-imports.t
2019-03-05, by Pulkit Goyal
py3: convert KEY_PRESSED value to bytes in crecord.py
2019-03-05, by Pulkit Goyal
hghave: skip emacs tests on 24.3 and earlier
2019-03-04, by Augie Fackler
py3: use bytes instead of str in isinstance()
2019-03-05, by Pulkit Goyal
server: allow customizing the default repo filter
2019-02-12, by Joerg Sonnenberger
py3: convert filtername to str if it's None
2019-03-02, by Pulkit Goyal
walkfilerevs: rename filerevgen() to filerevs() since it's not a generator
2019-03-02, by Martin von Zweigbergk
global: use raw string for setlocale() argument
2019-03-02, by Gregory Szorc
encoding: use raw strings for encoding arguments
2019-03-02, by Gregory Szorc
revsetlang: use sysbytes() instead of blind encode()
2019-03-02, by Gregory Szorc
global: use raw strings for namedtuple()
2019-03-02, by Gregory Szorc
attr: don't attempt to .encode() a str on Python 2
2019-03-02, by Gregory Szorc
procutil: use a raw string for module name
2019-03-02, by Gregory Szorc
global: use raw strings for __slots__
2019-03-02, by Gregory Szorc
absorb: run cleanupnodes() within transaction also when not using obsmarkers
2019-02-28, by Martin von Zweigbergk
py3: pass a str to getpass.getpass()
2019-03-02, by Pulkit Goyal
py3: port things from chgserver.py
2019-03-02, by Pulkit Goyal
py3: make sure return value of posix.groupname() is bytes
2019-03-02, by Pulkit Goyal
contrib: make check-code.py check code fragments embedded in test scripts
2019-03-01, by FUJIWARA Katsunori
contrib: add line offset information to file check function of check-code.py
2019-03-01, by FUJIWARA Katsunori
contrib: change return value of file checking function of check-code.py
2019-03-01, by FUJIWARA Katsunori
contrib: factor out actual error check for file data of check-code.py
2019-03-01, by FUJIWARA Katsunori
contrib: refactor preparation logic for patterns of check-code.py
2019-03-01, by FUJIWARA Katsunori
contrib: split pypats list in check-code.py
2019-03-01, by FUJIWARA Katsunori
tests: remove useless line wrapping in a code fragment embedded in test script
2019-03-01, by FUJIWARA Katsunori
storage: introduce a `revlog.reuse-external-delta` config
2019-02-27, by Pierre-Yves David
storage: introduce a `revlog.reuse-external-delta-parent` config
2019-02-27, by Pierre-Yves David
merge with stable
2019-03-02, by Yuya Nishihara
py3: convert return values of inspect.getabsfile() to bytes
2019-02-28, by Pulkit Goyal
py3: add two new passing tests found by buildbot
2019-02-28, by Pulkit Goyal
py3: make contrib/debugshell.py work with Python 3
2019-02-28, by Pulkit Goyal
absorb: let scmutil.cleanupnodes() take care of setting phase
2019-02-27, by Martin von Zweigbergk
absorb: use scmutil.cleanupnodes() also when obsmarkers are disabled
2019-02-27, by Martin von Zweigbergk
absorb: use scmutil.cleanupnodes() so operation gets set
2019-02-27, by Martin von Zweigbergk
test: follow-up on 1c4d6ab2ecb8, stabilize test-remotefilelog-bgprefetch.t
2019-02-25, by Boris Feld
tests: add more wildcards to test-extdiff.t
2019-02-25, by Matt Harbison
branchmap: prevent reading the file twice through different iterators
2019-02-26, by Pulkit Goyal
remotefilelog: fix format str, blobsize isn't always a #, can be "(missing)"
2019-02-25, by Kyle Lippincott
remotefilelog: do not specify an explicit version for repack
2019-02-22, by Kyle Lippincott
test: generate the `test-sparse-revlog` artifact when slow-test is allowed
2019-02-24, by Pierre-Yves David
runtest: also update slow test timeout during `#if` clauses
2019-02-24, by Pierre-Yves David
runtest: move slow timeout process earlier in the `_hghave` method
2019-02-24, by Pierre-Yves David
runtest: extract the logic that update timeout for slow tests
2019-02-24, by Pierre-Yves David
tests: increase timeout for slow test
2019-02-24, by Pierre-Yves David
merge with stable
2019-02-25, by Gregory Szorc
rewriting: add an option for rewrite commands to use the archived phase
2019-01-02, by Boris Feld
strip: introduce a soft strip option
2018-10-16, by Boris Feld
branchcache: move loading of branch names and nodes into it's own function
2019-02-25, by Pulkit Goyal
rebase: add missing dashes in help text
stable
2019-02-23, by Manuel Jacob
test: stabilize bundle generation for test-sparse-revlog.t
stable
2019-02-24, by Pierre-Yves David
test: don't trust delta bases from the bundle in test-sparse-revlog.t
stable
2019-02-24, by Pierre-Yves David
test: update test-sparse-revlog.t output
stable
2019-02-24, by Pierre-Yves David
bundle2: don't send "shared" requirement when cloning from a share
2019-02-20, by mitchell plamann
tests: demonstrate failure when cloning from a share via bundle2
2019-02-20, by mitchell plamann
mq: disable qrecord during histedit (issue5981)
2019-02-22, by Navaneeth Suresh
committablectx: move status-related methods closer together
2019-02-20, by Martin von Zweigbergk
tests: add test for hg-test-mode emacs code
2019-02-21, by Augie Fackler
hghave: add check for GNU emacs
2019-02-21, by Augie Fackler
contrib: also linkify tracebacks in compilation output when using hg-test-mode
2019-02-21, by Augie Fackler
contrib: add compilation-mode linking for our test output
2019-02-21, by Augie Fackler
diff: make sure we output stat even when --git is not passed (issue4037) (BC)
2019-02-22, by Pulkit Goyal
tests: add test to demonstrate issue4037
2019-02-23, by Pulkit Goyal
grep: reuse getrenamedfn() from scmutil
2019-01-18, by Martin von Zweigbergk
templatekw: move getrenamedfn() to scmutil (API)
2019-02-21, by Martin von Zweigbergk
mq: get copy source from context object instead of from filelog
2019-02-23, by Martin von Zweigbergk
mq: slightly modernize by using context object
2019-02-23, by Martin von Zweigbergk
absorb: migrate to new method for getting copy info
2019-02-23, by Martin von Zweigbergk
fix: migrate to new method for getting copy info
2019-02-11, by Martin von Zweigbergk
memfilefromctx: migrate to new method for getting copy info
2018-03-25, by Martin von Zweigbergk
largefiles: migrate to new method for getting copy info
2017-12-27, by Martin von Zweigbergk
commit: migrate to new method for getting copy info
2017-12-27, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip