Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
hgweb: clearly outline <tr> block in paper/changeset.tmpl
2015-01-10, by Anton Shestakov
hgweb: don't mix tabs and spaces in monoblue templates
2015-01-10, by Anton Shestakov
hgweb: remove unneeded escaping in gitweb/map and monoblue/map
2015-01-10, by Anton Shestakov
resolve: port to generic templater
2015-02-11, by Yuya Nishihara
resolve: extract -l/--list operation from big loop
2015-02-11, by Yuya Nishihara
resolve: silence warning of unknown pats for -l/--list (BC)
2015-02-11, by Yuya Nishihara
extensions: allow extending command synopsis and docstring
2015-02-09, by Ryan McElroy
revlog: _addrevision creates full-replace deltas based on censored revisions
2015-01-21, by Mike Edgar
revlog: special case expanding full-replacement deltas received by exchange
2015-02-06, by Mike Edgar
test-merge-tools: fix flaky test by avoiding debugsetparents
2015-02-10, by Martin von Zweigbergk
revlog: in addgroup, reject ill-formed deltas based on censored nodes
2015-02-06, by Mike Edgar
mdiff: add helper for making deltas which replace the full text of a revision
2015-01-21, by Mike Edgar
revlog: add "iscensored()" to revlog public API
2015-01-23, by Mike Edgar
filelog: allow censored files to contain padding data
2015-02-06, by Mike Edgar
revset: drop factory that promotes spanset to fullreposet
2015-01-08, by Yuya Nishihara
revset: specify fullreposet without using spanset factory
2015-01-08, by Yuya Nishihara
revset: make match function initiate query from full set by default
2015-02-02, by Yuya Nishihara
localrepo: don't reintroduce pruned tag entries when tagging
2014-10-01, by Matt Harbison
histedit: switch state to store node instead of ctx
2015-02-05, by Mateusz Kwapich
histedit: don't allow to strip nodes which are necessary to continue histedit
2015-01-30, by Mateusz Kwapich
subrepo: add tests for change/remove conflicts
stable
2015-02-17, by Martin von Zweigbergk
hgweb: recreate old DOM structure for css in monoblue style
stable
2015-02-12, by Anton Shestakov
shellquote: fix missing quotes for empty string
stable
2015-02-11, by Yuya Nishihara
trydiff: transpose 'if opts.git or losedatafn' with 'if f[12]'
2015-02-06, by Martin von Zweigbergk
trydiff: extract function that generates filename pairs
2015-01-22, by Martin von Zweigbergk
trydiff: read file data in only one place
2015-01-22, by Martin von Zweigbergk
trydiff: set filename variables to None even when not opts.git or losedatafn
2015-01-22, by Martin von Zweigbergk
trydiff: read flags in one place
2015-01-22, by Martin von Zweigbergk
trydiff: break 'if opts.git or losedatafn' into two
2015-02-06, by Martin von Zweigbergk
trydiff: make filenames None when they don't exist
2015-01-22, by Martin von Zweigbergk
test-help: add test to demonstrate that 'hg help merge-tools' is sane
2015-02-10, by Augie Fackler
help.merge-tools: do not double document merge tools
2015-02-09, by Gregory Szorc
help: teach topic symbols how to dedent
2015-02-09, by Gregory Szorc
webcommands: document "graph" web command
2015-02-06, by Gregory Szorc
webcommands: document "archive" web command
2015-02-06, by Gregory Szorc
webcommands: document "filelog" web command
2015-02-06, by Gregory Szorc
webcommands: document "annotate" web command
2015-02-06, by Gregory Szorc
webcommands: document "comparison" web command
2015-02-06, by Gregory Szorc
webcommands: document "filediff" web command
2015-02-06, by Gregory Szorc
webcommands: document "summary" web command
2015-02-06, by Gregory Szorc
webcommands: document "manifest" web command
2015-02-06, by Gregory Szorc
webcommands: document "changelog" web command
2015-02-06, by Gregory Szorc
webcommands: document "file" web command
2015-02-06, by Gregory Szorc
webcommands: document "log" web command
2015-02-06, by Gregory Szorc
webcommands: document "shortlog" web command
2015-02-06, by Gregory Szorc
webcommands: document "changeset" web command
2015-02-06, by Gregory Szorc
webcommands: document "tags" web command
2015-02-06, by Gregory Szorc
webcommands: document "bookmarks" web command
2015-02-06, by Gregory Szorc
webcommands: document "branches" web command
2015-02-06, by Gregory Szorc
webcommands: document "help" web command
2015-02-06, by Gregory Szorc
help: add web commands to help documentation
2015-02-06, by Gregory Szorc
help.hgweb: add a section describing URLs and common parameters
2015-02-06, by Gregory Szorc
webcommands: move help import into help command handler
2015-02-06, by Gregory Szorc
webcommands: define a dict of available commands
2015-02-06, by Gregory Szorc
webcommands: define web commands using a decorator
2015-02-06, by Gregory Szorc
run-tests: ensure install directories exist
2015-02-06, by Gregory Szorc
run-tests: avoid printing extra newlines from install log
2015-02-06, by Gregory Szorc
bundlerepo: basic bundle2 support
2015-02-06, by Eric Sumner
bundlerepo: keep track of the original bundle object
2015-02-05, by Eric Sumner
bundle2.unbundle20: add compressed() method
2015-02-05, by Eric Sumner
bundle2.unpackermixin: default value for seek() whence parameter
2015-02-05, by Eric Sumner
windows: adjust doc string and comments of posixfile()
2015-02-06, by Adrian Buehlmann
color: support a different color mode when the pager is active
2015-02-04, by Gregory Szorc
pager: ensure wrapped dispatch._runcommand runs before color's
2015-02-06, by Gregory Szorc
pager: set an attribute on ui indicating that a pager is active
2015-02-06, by Gregory Szorc
extensions: support callbacks after another extension loads
2015-02-06, by Gregory Szorc
log: fix --follow null parent not to include revision 0
2015-02-06, by Yuya Nishihara
cmdutil: have walkchangerevs utilize common function to build revs
2015-02-06, by Yuya Nishihara
log: extract common part from getgraphlogrevs() and getlogrevs()
2015-02-06, by Yuya Nishihara
graphlog: remove useless check for empty repo when --follow is specified
2015-02-06, by Yuya Nishihara
graphlog: move comment and flag denoting revs might be unsorted
2015-02-05, by Yuya Nishihara
graphlog: remove too early return from getgraphlogrevs() for empty repo
2015-02-05, by Yuya Nishihara
trydiff: call util.binary in only one place
2015-01-22, by Martin von Zweigbergk
trydiff: collect all lossiness checks in one place
2015-01-22, by Martin von Zweigbergk
trydiff: replace 'binarydiff' variable by 'binary' variable
2015-01-22, by Martin von Zweigbergk
trydiff: rename 'op' to make it more specific
2015-01-16, by Martin von Zweigbergk
hgweb: replace implicit <tbody> with explicit <thead> where appropriate
2015-02-06, by Anton Shestakov
obsolete: drop the explicit seek to EOF after append mode open()
2015-01-31, by Matt Harbison
branchmap: backout 6bf93440a717
2015-01-31, by Matt Harbison
windows: seek to the end of posixfile when opening in append mode
2015-01-31, by Matt Harbison
context: use unfiltered repo for '.'
2014-11-20, by Martin von Zweigbergk
check-commit: check capitalization in summary lines
2015-02-05, by Eric Sumner
bundle2: seek in part iterator
2015-02-05, by Eric Sumner
bundle2: now that we have a seek implementation, use it
2015-02-05, by Eric Sumner
obsolete: populate successors, precursors, children lazily
2015-02-04, by Martin von Zweigbergk
obsolete: pass only new markers to _checkinvalidmarkers()
2015-02-04, by Martin von Zweigbergk
obsolete: extract helpers from _load()
2015-01-20, by Martin von Zweigbergk
test-gendoc: require gettext
2015-01-20, by Eric Sumner
hgweb: use css margin instead of empty <p> before diffstat table
2015-02-05, by Anton Shestakov
hgweb: use css margin instead of empty <p> before <div class="atom-logo">
2015-02-05, by Anton Shestakov
error: update docstring on ParseError
2015-01-26, by Augie Fackler
dispatch: consolidate formatting of ParseErrors
2015-01-26, by Augie Fackler
error: store filename and message on LookupError for later
2015-02-04, by Martin von Zweigbergk
bundle2.unbundlepart: implement seek()
2015-01-14, by Eric Sumner
bundle2.unbundlepart: tell() implementation
2015-01-14, by Eric Sumner
bundle2.unbundlepart: keep an index of chunks and their locations
2015-01-14, by Eric Sumner
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip