Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-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.
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
bundle2.unbundlepart: raise payloadchunks from a closure to a method
2015-01-14, by Eric Sumner
manifest: make lru size configurable
2015-01-23, by Durham Goode
parsers: use k instead of n for PyArg_ParseTuple because python 2.4 is awful
2015-02-04, by Augie Fackler
revset: have rev() validate input by repo.changelog.__contains__()
2015-02-04, by Yuya Nishihara
revlog: add __contains__ for fast membership test
2015-02-04, by Yuya Nishihara
largefiles: set the extension as enabled locally after a clone requiring it
2015-02-02, by Matt Harbison
color: be more conservative about setting ANSI mode on Windows (BC)
2015-02-03, by Gregory Szorc
merge with stable
2015-02-03, by Matt Mackall
bundle2.unpackermixin: control for underlying file descriptor
2015-01-14, by Eric Sumner
trydiff: join elements in 'header' list by '\n'
2015-01-16, by Martin von Zweigbergk
trydiff: move check for quietness out of diffline()
2015-01-16, by Martin von Zweigbergk
trydiff: remove dead branch in diffline()
2015-01-16, by Martin von Zweigbergk
trydiff: make 'revs' ignored if opts.git is set
2015-01-16, by Martin von Zweigbergk
trydiff: remove unused argument to diffline()
2015-01-16, by Martin von Zweigbergk
trydiff: move git-header code out of diffline function
2015-01-16, by Martin von Zweigbergk
_fm1readmarkers: generate list in C
2015-01-27, by Martin von Zweigbergk
obsolete: use parsers.fm1readmarker if it exists for a ~38% perf win
2015-01-20, by Augie Fackler
parsers: add fm1readmarker
2015-01-23, by Augie Fackler
util: add getbefloat64
2015-02-03, by Augie Fackler
util: add getbe{u,}int16 utility methods
2015-01-20, by Augie Fackler
obsolete: make optional offset parameter to fm*readmarkers required
2015-01-20, by Augie Fackler
log: fix json-formatted output when file copies are listed (issue4523)
stable
2015-02-02, by Augie Fackler
merge with stable
2015-02-03, by Matt Mackall
copy: move _forwardcopies file logic to a function
2015-01-27, by Durham Goode
copy: move mergecopies file logic to a function
2015-01-27, by Durham Goode
histedit: allow configuring default behavior
2015-02-02, by Durham Goode
revset: get revision number of each node from target namespaces
stable
2015-02-03, by FUJIWARA Katsunori
largefiles: update _subdirlfs() comment
2015-02-01, by Matt Harbison
largefiles: use the core file copy logic to validate the destination path
2015-01-31, by Matt Harbison
trydiff: inline indexmeta()
2015-01-16, by Martin von Zweigbergk
parsers: rewrite index_ancestors() in terms of index_commonancestorsheads()
2015-01-23, by Martin von Zweigbergk
filelog: remove unused _file method
2015-01-22, by Mike Edgar
histedit: store full node hash in rules
2015-01-26, by Mateusz Kwapich
trydiff: order header-writing code in same order as output
2015-01-16, by Martin von Zweigbergk
trydiff: inline sole addmodehdr() call
2015-01-16, by Martin von Zweigbergk
trydiff: join filename with prefix only once
2015-01-16, by Martin von Zweigbergk
trydiff: collect header-writing in one place
2015-01-22, by Martin von Zweigbergk
trydiff: make variable names more consistent
2015-01-16, by Martin von Zweigbergk
trydiff: check only if added file is a copy target, not source
2015-01-16, by Martin von Zweigbergk
trydiff: remove unused variable 'modifiedset'
2015-01-29, by Martin von Zweigbergk
revset: replace parsing alias definition by _parsealiasdefn to parse strictly
2015-02-02, by FUJIWARA Katsunori
revset: introduce _parsealiasdefn to parse alias definitions strictly
2015-02-02, by FUJIWARA Katsunori
hgweb: use revset.spanset where appropriate
2015-02-02, by Yuya Nishihara
subrepo: add 'cat' support for git subrepos
2015-02-01, by Mathias De Maré
merge with stable
2015-02-02, by Matt Mackall
Added signature for changeset fbdd5195528f
stable
2015-02-01, by Matt Mackall
Added tag 3.3 for changeset fbdd5195528f
stable
2015-02-01, by Matt Mackall
merge with i18n
stable
3.3
2015-02-01, by Matt Mackall
i18n-ja: synchronized with 9a391d720cf9
stable
2015-02-01, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 448bb32b8ee6
stable
2015-01-29, by Wagner Bruna
filectx: use _descendantrev in parents()
stable
2015-02-01, by Matt Mackall
filectx: if we have a _descendantrev, use it to adjust linkrev
stable
2015-02-01, by Matt Mackall
copies: use linkrev for file tracing limit
stable
2015-02-01, by Matt Mackall
filectx: use linkrev to sort ancestors
stable
2015-02-01, by Matt Mackall
_adjustlinkrev: reuse ancestors set during rename detection (issue4514)
stable
2015-01-30, by Pierre-Yves David
filectx: move _adjustlinkrev to a method
stable
2015-01-30, by Pierre-Yves David
revset: raise RepoLookupError to make present() predicate continue the query
stable
2015-01-31, by FUJIWARA Katsunori
templatekw: re-add showtags() to list tags keyword up in online help
stable
2015-02-01, by FUJIWARA Katsunori
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip