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
-96
+96
+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.
fix: add suboption for configuring execution order of tools
2018-11-06, by Danny Hooper
tests: fix up some import statements caught by Python 3
2018-11-07, by Augie Fackler
tests: replace `tac` reimplementation by `sort -r`
2018-11-07, by Martin von Zweigbergk
tests: work around `tac` not being portable
2018-11-07, by Augie Fackler
revlog: give formatting to clang-format
2018-11-06, by Augie Fackler
revlog: add blank line in comment to help clang-format
2018-11-06, by Augie Fackler
revlog: add a comment to help clang-format produce less-awful results
2018-11-06, by Augie Fackler
py3: ratchet caught two more passing tests
2018-11-06, by Augie Fackler
perf: add a lazydeltabase option to perfrevlogwrite
2018-11-05, by Boris Feld
perf: add `storage` as possible source for perfrevlogwrite
2018-11-05, by Boris Feld
perf: add `parent-smallest` as possible source for perfrevlogwrite
2018-11-05, by Boris Feld
perf: add `parent-2` as possible source for perfrevlogwrite
2018-11-05, by Boris Feld
perf: add `parent-1` as possible source for perfrevlogwrite
2018-11-05, by Boris Feld
perf: add the notion of "source" to perfrevlogwrite
2018-10-19, by Boris Feld
perf: only display the total time for perfrevlogwrite if quiet
2018-11-06, by Boris Feld
perf: offer full details in perfrevlogwrite
2018-10-03, by Boris Feld
perf: introduce a perfrevlogwrite command
2018-10-03, by Boris Feld
tests: fix config knob in test-narrow-clone-stream.t
2018-11-06, by Augie Fackler
remotefilelog: fix various whitespace issues in docstring
2018-11-06, by Augie Fackler
ui: add config knob to redirect status messages to stderr (API)
2018-11-03, by Yuya Nishihara
phabricator: ensure the command summaries are available in extension help
stable
2018-11-10, by Matt Harbison
hgweb: cast bytearray to bytes
stable
2018-11-09, by Gregory Szorc
help: unjumble the list of default config values for `internals.config`
stable
2018-11-08, by Matt Harbison
ui: hide fin/fout/ferr attributes behind @property functions
2018-11-03, by Yuya Nishihara
ui: label prompt and echo messages
2015-01-18, by Yuya Nishihara
ui: add inner function to select write destination
2018-11-03, by Yuya Nishihara
ui: remove _write() and _write_err() functions
2018-11-03, by Yuya Nishihara
ui: move pre/post processes from low-level write()s to _writenobuf()
2018-11-03, by Yuya Nishihara
ui: pass in file object to _writenobuf()
2018-11-03, by Yuya Nishihara
perf: fix perfrevlogrevisions --reverse
2018-11-05, by Boris Feld
procutil: import concerns about creationflags on Windows from D1701
2018-11-06, by Boris Feld
localrepo: extract loading of hgrc files to standalone function
2018-11-05, by Gregory Szorc
revsets: make bookmark/named('re:nonexistent') not abort (issue6018) (BC)
2018-11-05, by Martin von Zweigbergk
fix: rename :fileset subconfig to :pattern
2018-11-05, by Danny Hooper
fix: add a config to abort when a fixer tool fails
2018-10-31, by Danny Hooper
perf: measure slicing time in perfrevlogrevision
2018-11-06, by Boris Feld
perf: teach perfrevlogrevision about sparse reading
2018-11-06, by Boris Feld
perf: use the same timer for all section of perfrevlogrevision
2018-11-06, by Boris Feld
obsutil: clarify the access to "repo"
2018-05-22, by Boris Feld
pycompat: adding Linux detection and fixing Mac
2018-11-05, by rdamazio
remotefilelog: fix various minor py3 problems
2018-11-05, by Augie Fackler
remotefilelog: rip out a missed mention of lz4
2018-11-05, by Augie Fackler
ui: wrap whole _write() block with timeblockedsection
2018-11-03, by Yuya Nishihara
ui: indent _writenobuf() to prepare moving bits from _write() functions
2018-11-03, by Yuya Nishihara
ui: simply concatenate messages before applying color labels
2018-11-03, by Yuya Nishihara
ui: simplify interface of low-level write() functions
2018-11-03, by Yuya Nishihara
ui: factor out function that writes data to fout/ferr with labeling
2018-11-03, by Yuya Nishihara
ui: consolidate places where _progclear() is called
2018-11-03, by Yuya Nishihara
templater: compute revset lazily
2018-11-04, by Yuya Nishihara
remotefilelog: drop compat code for "getbundle_shallow" wireprotocol command
2018-10-24, by Pulkit Goyal
tests: remove lz4 as dependency while running tests
2018-10-24, by Pulkit Goyal
remotefilelogserver: add a matcher argument to _walkstreamfiles()
2018-10-24, by Pulkit Goyal
shallowutil: introduce a helper function isenabled()
2018-11-05, by Pulkit Goyal
remotefilelog: remove some BC code related to streamclone
2018-10-24, by Pulkit Goyal
remotefilelog: add some docstring
2018-10-17, by Augie Fackler
remotefilelog: rename wireproto methods and remaining capabilities
2018-10-04, by Augie Fackler
remotefilelog: consolidate and rename on-disk store requirement
2018-10-16, by Augie Fackler
remotefilelog: consolidate and rename bundle2 capability
2018-10-16, by Augie Fackler
remotefilelog: rename capability for legacy ssh file fetching method
2018-10-16, by Augie Fackler
remotefilelog: rip out lz4 support
2018-10-04, by Augie Fackler
remotefilelog: bump pack file formats to version 2
2018-10-03, by Augie Fackler
remotefilelog: avoid hard-coding pack names in tests
2018-10-03, by Augie Fackler
remotefilelog: remove now-unused wirepack code
2018-10-16, by Augie Fackler
remotefilelogserver: remove pack-serving functionality
2018-10-16, by Augie Fackler
remotefilelog: remove support for fetching packs
2018-10-16, by Augie Fackler
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip