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.
revset: add default value to getinteger() helper
2017-01-09, by Yuya Nishihara
revset: factor out getinteger() helper
2017-01-09, by Yuya Nishihara
revset: rename rev argument of followlines() to startrev
2017-01-09, by Yuya Nishihara
help: use :hg: role and canonical name to point to revset string patterns
2017-01-13, by Yuya Nishihara
util: compression APIs to support revlog decompression
2017-01-02, by Gregory Szorc
crecord: add an experimental option for space key to move cursor down
2017-01-08, by Anton Shestakov
perf: support multiple compression engines in perfrevlogchunks
2017-01-02, by Gregory Szorc
revlog: use compression engine API for compression
2017-01-02, by Gregory Szorc
util: compression APIs to support revlog compression
2017-01-02, by Gregory Szorc
revlog: move decompress() from module to revlog class (API)
2017-01-02, by Gregory Szorc
revlog: make compressed size comparisons consistent
2017-01-02, by Gregory Szorc
similar: rename local variable to not collide with previous
2017-01-07, by Sean Farley
patch: add label for coloring the index extended header
2017-01-09, by Sean Farley
patch: add index line for diff output
2016-12-31, by Sean Farley
patch: add config knob for displaying the index header
2017-01-09, by Sean Farley
bisect: refer directly to bisect() revset predicate in help
2017-01-12, by Martin von Zweigbergk
tests: use "hg help revisions.<predicate>" instead of grepping
2017-01-12, by Martin von Zweigbergk
help: remove now-redundant pointer to revsets help
2017-01-12, by Martin von Zweigbergk
help: eliminate duplicate text for revset string patterns
2017-01-07, by Matt Harbison
revset: add regular expression support to 'desc'
2017-01-07, by Matt Harbison
revset: stop lowercasing the regex pattern for 'author'
2017-01-11, by Matt Harbison
repair: clean up stale lock file from store backup
2016-11-24, by Gregory Szorc
repair: copy non-revlog store files during upgrade
2016-11-24, by Gregory Szorc
repair: migrate revlogs during upgrade
2016-12-18, by Gregory Szorc
revlog: add clone method
2016-12-18, by Gregory Szorc
repair: begin implementation of in-place upgrading
2016-12-18, by Gregory Szorc
repair: determine what upgrade will do
2016-12-18, by Gregory Szorc
repair: implement requirements checking for upgrades
2016-12-18, by Gregory Szorc
debugcommands: stub for debugupgraderepo command
2016-11-24, by Gregory Szorc
util: teach stringmatcher to handle forced case insensitive matches
2017-01-11, by Matt Harbison
revset: point to 'grep' in the 'keyword' help for regex searches
2017-01-11, by Matt Harbison
help: explain that revsets can be used where 1 or 2 revs are wanted
2017-01-11, by Martin von Zweigbergk
help: explain what the term "revset" means
2017-01-11, by Martin von Zweigbergk
help: merge revsets.txt into revisions.txt
2017-01-11, by Martin von Zweigbergk
tests: use `hg help dates` instead of `hg help revs` in test
2017-01-11, by Martin von Zweigbergk
help: use a single paragraph to describe full and abbreviated nodeids
2017-01-11, by Martin von Zweigbergk
hgweb: support Content Security Policy
2017-01-10, by Gregory Szorc
hgweb: call process_dates() via DOM event listener
2017-01-10, by Gregory Szorc
protocol: send application/mercurial-0.2 responses to capable clients
2016-12-24, by Gregory Szorc
httppeer: advertise and support application/mercurial-0.2
2016-12-24, by Gregory Szorc
wireproto: advertise supported media types and compression formats
2016-12-24, by Gregory Szorc
util: declare wire protocol support of compression engines
2016-12-24, by Gregory Szorc
internals: document compression negotiation
2016-12-24, by Gregory Szorc
httppeer: extract code for HTTP header spanning
2016-12-24, by Gregory Szorc
commands: config option to control bundle compression level
2017-01-10, by Gregory Szorc
bundle2: allow compression options to be passed to compressor
2017-01-10, by Gregory Szorc
chg: check snprintf result strictly
2017-01-11, by Jun Wu
rebase: provide detailed hint to abort message if working dir is not clean
2017-01-10, by Valters Vingolds
revset: parse variable-length arguments of followlines() by getargsdict()
2017-01-09, by Yuya Nishihara
parser: extend buildargsdict() to support variable-length positional args
2017-01-09, by Yuya Nishihara
parser: make buildargsdict() precompute position where keyword args start
2017-01-09, by Yuya Nishihara
chg: change server's process title
2017-01-11, by Jun Wu
chgserver: add the setprocname interface
2017-01-11, by Jun Wu
hgweb: use archivespecs for links on repo index page too
2017-01-10, by Anton Shestakov
hgweb: use util.sortdict for archivespecs
2017-01-10, by Anton Shestakov
hgweb: test the order of archive links
2017-01-11, by Anton Shestakov
revlog: REVIDX_EXTSTORED flag
2017-01-05, by Remi Chaintron
revlog: flag processor
2017-01-10, by Remi Chaintron
revlog: pass revlog flags to addrevision
2017-01-05, by Remi Chaintron
revlog: add 'raw' argument to revision and _addrevision
2017-01-05, by Remi Chaintron
pager: do not special case chg
2017-01-10, by Jun Wu
chg: remove getpager support
2017-01-10, by Jun Wu
chgserver: implement chgui._runpager
2017-01-10, by Jun Wu
chgserver: make S channel support pager request
2017-01-10, by Jun Wu
chg: handle pager request client-side
2017-01-10, by Jun Wu
chgserver: use util.shellenviron
2017-01-10, by Jun Wu
util: extract the logic calculating environment variables
2017-01-10, by Jun Wu
hgweb: generate archive links in order
2017-01-08, by Anton Shestakov
hgweb: use archivespecs (dict) instead of archives (tuple) for "in" check
2017-01-08, by Anton Shestakov
test-obsolete: stabilize output on platforms without 'serve' support
2017-01-08, by Matt Harbison
tests: update globs for Windows
2017-01-08, by Matt Harbison
help: merge the various operator sections of revsets, filesets and templates
2017-01-08, by Matt Harbison
help: apply the section headings from revsets to templates
2017-01-08, by Matt Harbison
help: apply the section headings from revsets to filesets
2017-01-08, by Matt Harbison
chg: check type read from S channel
2017-01-06, by Jun Wu
chgserver: check type passed to S channel
2017-01-06, by Jun Wu
chg: send type information via S channel (BC)
2017-01-06, by Jun Wu
rebase: fail-fast the pull if working dir is not clean (BC)
2017-01-01, by Valters Vingolds
commit: fix unmodified message detection for the "--- >8 ----" magic
2017-01-06, by Yuya Nishihara
commit: update test to actually modify template text
2017-01-06, by Yuya Nishihara
pager: wrap ui._runpager
2016-12-26, by Jun Wu
summary: use ui.label and join to write evolution troubles
2017-01-07, by Denis Laxalde
log: drop unnecessary ui.note label from "trouble: " line
2017-01-07, by Denis Laxalde
revset: add a followlines(file, fromline, toline[, rev]) revset
2017-01-04, by Denis Laxalde
context: add a `blockancestors(fctx, fromline, toline)` function
2016-12-28, by Denis Laxalde
mdiff: add a "blocksinrange" function to filter diff blocks by line range
2017-01-03, by Denis Laxalde
run-tests: unset CHGDEBUG
2017-01-06, by Jun Wu
summary: add evolution "troubles" information to summary output
2017-01-06, by Denis Laxalde
summary: use the same labels as log command in "parent: " line
2017-01-06, by Denis Laxalde
templates: display evolution "troubles" in command line style
2017-01-06, by Denis Laxalde
templatekw: add a "troubles" template keyword
2017-01-06, by Denis Laxalde
test: test "trouble: " line in log output with multiple troubles
2017-01-06, by Denis Laxalde
cmdutil: add missing "i18n" comment about "trouble: " line
2017-01-06, by Denis Laxalde
rebase: use repo.vfs.exists in 'hg summary' hook
2017-01-06, by Valters Vingolds
hgweb: link to raw-file on annotation page (BC)
2016-12-28, by Gregory Szorc
repair: combine two loops over changelog revisions
2017-01-04, by Martin von Zweigbergk
repair: speed up stripping of many roots
2017-01-04, by Martin von Zweigbergk
make: remove targets for building packages for ubuntu wily (end of life)
2017-01-06, by Anton Shestakov
config: add docs for ignoring all text below in the editor
2017-01-04, by Sean Farley
cmdutil: add special string that ignores rest of text
2016-12-31, by Sean Farley
revset: drop TODO comment about sorting issue of fullreposet
2016-05-14, by Yuya Nishihara
revset: document wdir() as an experimental function
2017-01-05, by Yuya Nishihara
revset: categorize wdir() as very fast function
2016-08-20, by Yuya Nishihara
revset: make children() not look at p2 if null (issue5439)
2015-05-23, by Yuya Nishihara
setup: pass named argument to setup_zstd
2017-01-04, by Gregory Szorc
merge with stable
2017-01-04, by Augie Fackler
templates-default: factor out definition of changeset labels
2017-01-03, by Denis Laxalde
cmdutil: add support for evolution "troubles" display in changeset_printer
2016-10-10, by Denis Laxalde
cmdutil: extract a _changesetlabels function out of changeset_printer._show()
2017-01-03, by Denis Laxalde
chg: add procutil.h
2017-01-02, by Jun Wu
chg: let procutil maintain its own pagerpid
2017-01-02, by Jun Wu
chg: decouple hgclient from setuppager
2017-01-02, by Jun Wu
chg: decouple hgclient from setupsignalhandler
2017-01-02, by Jun Wu
chg: move signal and pager handling to a separate file
2017-01-02, by Jun Wu
keepalive: rewrite readline()
2015-10-07, by Gregory Szorc
keepalive: remove limit argument from readline()
2015-10-07, by Gregory Szorc
keepalive: don't concatenate strings when reading chunked transfer
2015-10-07, by Gregory Szorc
exchange: use rich class for sorting clone bundle entries
2016-12-26, by Gregory Szorc
Added signature for changeset e69874dc1f4e
stable
2017-01-04, by Kevin Bullock
Added tag 4.0.2 for changeset e69874dc1f4e
stable
2017-01-04, by Kevin Bullock
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip