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
+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.
remotefilelog: jettison example cache client
2018-10-03, by Augie Fackler
remotefilelog: prune obsolete method
2018-10-03, by Augie Fackler
logtoprocess: use new runbgcommand from procutil
2018-10-03, by Augie Fackler
procutil: port over windows encoding fixes from logtoprocess
2018-10-16, by Augie Fackler
remotefilelog: transplant runbgcommand to procutil
2018-10-03, by Augie Fackler
remotefilelog: remove function that was described as deprecated
2018-10-03, by Augie Fackler
remotefilelog: import pruned-down remotefilelog extension from hg-experimental
2018-09-27, by Augie Fackler
store: introduce _matchtrackedpath() and use it to filter store files
2018-10-17, by Pulkit Goyal
narrow: only send includepats and excludepats if they are not empty
2018-10-17, by Pulkit Goyal
exchange: pass includepats and excludepats as arguments to getbundle()
2018-10-16, by Pulkit Goyal
catapult: add a bit more documentation on how to use catapult tracing
2018-11-01, by Kyle Lippincott
catapult: introduce HGTESTCATAPULTSERVERPIPE to control run-tests' tracing
2018-11-01, by Kyle Lippincott
catapult: rename 'active' to 'activetrace'; this isn't storing a boolean state
2018-11-01, by Kyle Lippincott
catapult: fix broken run-tests catapult tracing
2018-11-01, by Kyle Lippincott
test: fix self._testdir to use the right mercurial library during testing
2018-11-03, by Sangeet Kumar Mishra
tests: conditonalize a difference in test-merge-tools.t on Windows
2018-11-03, by Matt Harbison
statprof: clean up unicode/bytes a little
2018-11-01, by Augie Fackler
statprof: add a couple of asserts to avoid storing unicodes
2018-11-01, by Augie Fackler
tests: add some helpful `|| cat` bits to test-profile.t
2018-11-01, by Augie Fackler
tests: skip wireproto clientreactor tests on Python 3.6.0-3.6.3 inclusive
2018-11-01, by Augie Fackler
contrib: tweak import-checker to always use bytes for module names
2018-11-01, by Augie Fackler
contrib: fix import-checker to not b'' module names on Python 3
2018-11-01, by Augie Fackler
tests: add a critical flush() to run-tests.py to make output stable on py3
2018-11-01, by Augie Fackler
merge-tools: when calling external merge tool, describe the resolve inputs
2018-10-13, by Kyle Lippincott
templatekw: deprecate p1rev/p2rev/p1node/p2node in favor of p1/p2
2018-10-26, by Yuya Nishihara
templatekw: add p1/p2 keywords which switches the current ctx
2018-10-26, by Yuya Nishihara
templater: add wrapper for a single template mapping
2018-10-19, by Yuya Nishihara
templatekw: extract internal "{rev}:{node|formatnode}" template to constant
2018-10-26, by Yuya Nishihara
tweakdefaults: remove commands.resolve.mark-check=abort, it is too broken
stable
2018-11-05, by Kyle Lippincott
resolve: when resolve.mark-check=abort, downgrade to warning if pats specified
stable
2018-11-02, by Kyle Lippincott
test: remove changes preparing the drop of `HGMERGE`
2018-11-01, by Boris Feld
run-tests: define the default merge tool through configuration
2018-11-01, by Boris Feld
run-tests: explicitly declare the list of dropped environment variable
2018-10-19, by Boris Feld
test: drop usage of `HGMERGE` in `test-lfconvert.t`
2018-11-01, by Boris Feld
test: drop usage of `HGMERGE` in `test-merge-types.t`
2018-11-01, by Boris Feld
test: use the "correct" merge tool in `test-rebase-detach.t`
2018-11-01, by Boris Feld
test: also deactivate `ui.merge` when testing merge tool
2018-10-31, by Boris Feld
tests: adjust merge tool config in test-largefiles-update.t
2018-10-31, by Boris Feld
extensions: include current version in "invalid version" message
2018-04-20, by Boris Feld
obsolete: prefetch the repo.obsstore used in phasedivergence loop
2018-10-19, by Boris Feld
obsutil: prefetch method in allpredecessors loop
2018-10-19, by Boris Feld
merge with stable
2018-11-02, by Augie Fackler
Added signature for changeset a91a2837150b
stable
2018-11-02, by Augie Fackler
Added tag 4.8 for changeset a91a2837150b
stable
2018-11-02, by Augie Fackler
beautifygraph: don't substitute anything for 'X' in rendered graphs
2018-10-13, by Danny Hooper
py3: do not stringify integers in revlog stats by '%s'
2018-10-24, by Yuya Nishihara
py3: convert revlog stats to a dict of (bytes, int) pairs
2018-10-24, by Yuya Nishihara
rust: fix signature of rustlazyancestors_init() function
stable
4.8
2018-10-28, by Yuya Nishihara
tests: require SQLite 3.8.3+ as sqlitestore relies on "WITH" clause
stable
2018-11-02, by Yuya Nishihara
relnotes: various tweaks for release notes
stable
2018-10-19, by Anton Shestakov
delta: skip "empty delta" optimisation for non-general case (issue6006)
stable
2018-11-01, by Boris Feld
narrow: fix copies._fullcopytracing() narrowspec filtering in graft case
stable
2018-11-01, by Martin von Zweigbergk
tests: demonstrate broken copies._fullcopytracing()
stable
2018-11-01, by Martin von Zweigbergk
narrow: make copies.pathcopies() filter with narrowspec again
stable
2018-11-01, by Martin von Zweigbergk
tests: demonstrate broken copies.pathcopies()
stable
2018-11-01, by Martin von Zweigbergk
setup: explain to distutils how we write rc versions
stable
2018-10-31, by Paul Morelle
changegroup: restore default node ordering (issue6001)
stable
2018-10-31, by Boris Feld
changegroup: introduce an explicit linear sorting
stable
2018-10-29, by Boris Feld
py3: roll up threading.Thread constructor args into **kwargs
2018-10-25, by Matt Harbison
tests: glob over a single quote vs double quote difference on Windows
2018-10-25, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip