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
+30000
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.
bundle2: catch UnknownPartError during pull
stable
2014-04-21, by Pierre-Yves David
bundle2: catch UnknownPartError during push
stable
2014-04-21, by Pierre-Yves David
bundle2: use a more specific UnknownPartError when no handler is found
stable
2014-04-21, by Pierre-Yves David
bundle2: make error testing more modular
stable
2014-04-21, by Pierre-Yves David
bundle2: gracefully handle abort during unbundle
stable
2014-04-21, by Pierre-Yves David
bundle2: decorate exception raised during bundle processing
stable
2014-04-22, by Pierre-Yves David
histedit, i18n: replace '+' with concatenation to make hggettext happy
stable
2014-04-22, by Wagner Bruna
commands: fix typo in --graph description
stable
2014-04-22, by Wagner Bruna
revset, i18n: add translator comment to "only"
stable
2014-04-22, by Wagner Bruna
merge: improve notes for listing the bids for ambiguous merges
stable
2014-04-21, by Mads Kiilerich
merge: tell the user when we are using bid merge
stable
2014-04-18, by Mads Kiilerich
merge: fix stray character in bid merge message
stable
2014-04-21, by Mads Kiilerich
tests: better test coverage for bid merge
stable
2014-04-21, by Mads Kiilerich
merge: fix wrong number of arguments for bid merge message
stable
2014-04-21, by Mads Kiilerich
merge: fix test failures with new merge code on OS X
stable
2014-04-21, by Matt Mackall
obsolete: fix one-element tuple in module docstring
stable
2014-04-19, by Martin Geisler
obsolete: let N denote number of obsoleted changestes in a marker
stable
2014-04-19, by Martin Geisler
obsolete: fix language and grammar in module docstring
stable
2014-04-19, by Martin Geisler
churn: compute padding with unicode strings
stable
2014-04-19, by Isaac Jurado
Added signature for changeset 564f55b25122
stable
2014-04-17, by Matt Mackall
Added tag 3.0-rc for changeset 564f55b25122
stable
2014-04-17, by Matt Mackall
merge default into stable for 3.0 code freeze
stable
3.0-rc
2014-04-17, by Matt Mackall
bundle2: allow extensions to extend the getbundle request
2014-04-17, by Pierre-Yves David
bundle2: add a way to add parts during a `getbundle` request
2014-04-17, by Pierre-Yves David
getbundle: pass arbitrary arguments all along the call chain
2014-04-17, by Pierre-Yves David
bundle2: call a hook after the transaction is closed
2014-04-17, by Pierre-Yves David
bundle2: call a hook prior to closing the transaction
2014-04-17, by Pierre-Yves David
bundle2: inform transaction that we are in a bundle2 unbundle
2014-04-17, by Pierre-Yves David
changegroup: use tr.hookargs when calling changegroup hooks
2014-04-17, by Pierre-Yves David
changegroup: use tr.hookargs when calling pretxnchangegroup hooks
2014-04-17, by Pierre-Yves David
addchangegroup: register data in tr.hookargs
2014-04-17, by Pierre-Yves David
transaction: add a notion of hook arguments
2014-04-17, by Pierre-Yves David
bundle2: allow extensions to plug into the push process
2014-04-17, by Pierre-Yves David
bundle2: require both client and server to opt in
2014-04-17, by Pierre-Yves David
bundle2: move bundle2 config option to section "experimental"
2014-04-17, by Pierre-Yves David
bundle2: move all parts into a `bx2` namespace
2014-04-17, by Pierre-Yves David
bundle2: rename server capability to bundle2-exp
2014-04-17, by Pierre-Yves David
bundle2: use HG2X in the header
2014-04-17, by Pierre-Yves David
bundle2: transmit capabilities to getbundle during pull
2014-04-17, by Pierre-Yves David
bundle2: include client capabilities in the pushed bundle
2014-04-17, by Pierre-Yves David
bundle2: advertise bundle2 caps in server capabilities
2014-04-17, by Pierre-Yves David
bundle2: add bundle2caps dict on localrepo object
2014-04-17, by Pierre-Yves David
bundle2: capabilities encoding
2014-04-17, by Pierre-Yves David
bundle2: extract capabilities decoding
2014-04-17, by Pierre-Yves David
bundle2: protect capabilities name and values with url quoting
2014-04-17, by Pierre-Yves David
bundle2: support for capabilities with values
2014-04-17, by Pierre-Yves David
bundle2: add capabilities support in `replycaps` part
2014-04-17, by Pierre-Yves David
bundle2: adds a capabilities attribute on bundler20
2014-04-16, by Pierre-Yves David
bundle2: include stderr when capturing handlers output
2014-04-16, by Pierre-Yves David
ui: pushbuffer can now also capture stderr
2014-04-16, by Pierre-Yves David
bundle2: capture remote stdout while unbundling
2014-04-16, by Pierre-Yves David
bundle2: introduce `replycaps` part for on-demand reply
2014-04-16, by Pierre-Yves David
bundle2: use an official iterparts method to unbundle parts
2014-04-16, by Pierre-Yves David
merge: with merge.preferancestor=*, run an auction with bids from ancestors
2014-02-28, by Mads Kiilerich
log: changed implementation to use graphlog code
2014-02-28, by Lucas Moscovicz
context: introduce merge.preferancestor for controlling which ancestor to pick
2014-02-24, by Mads Kiilerich
context: tell when .ancestor picks one of multiple common ancestors heads
2014-04-17, by Mads Kiilerich
hgweb: align entries in "changelog" and "revisions" pages of "spartan" style
2014-04-17, by FUJIWARA Katsunori
hgweb: show revisions and hashes gotten from changelog in "comparison" page
2014-04-17, by FUJIWARA Katsunori
hgweb: show as same parents as "hg parents -r REV FILE" in pages for file
2014-04-17, by FUJIWARA Katsunori
hgweb: make "comparison" get parent from not filelog but changelog
2014-04-17, by FUJIWARA Katsunori
hgweb: fix lack of "bookmarks" link in "/file" page of "paper" style
2014-04-17, by FUJIWARA Katsunori
hgweb: adding article link to rss feed
2014-04-17, by Aaron Jensen
hgweb: adding branch names from inbranch template to rss feed
2014-04-17, by Aaron Jensen
hgweb: adding branch names from inbranch template to atom feed
2014-04-17, by Aaron Jensen
dirstate: report bad subdirectories as match.bad, not just a warning (BC)
2013-10-03, by Mads Kiilerich
dirstate: improve documentation and readability of match and ignore in the walker
2013-10-03, by Mads Kiilerich
context: remove redundant handling of match.bad return value
2013-10-03, by Mads Kiilerich
match: remove last traces of unused .missing callback
2013-10-03, by Mads Kiilerich
match: _globre doctests
2014-04-13, by Mads Kiilerich
match: improve documentation - docstrings and more descriptive variable naming
2013-10-03, by Mads Kiilerich
largefiles: changed overridelog to work with graphlog
2014-03-05, by Lucas Moscovicz
largefiles: added test coverage for graph log
2014-03-06, by Lucas Moscovicz
cmdutil: changed _makegraphlogrevset to _makelogrevset
2014-02-25, by Lucas Moscovicz
revlog: backout 514d32de6646 - commonancestors
2014-04-17, by Mads Kiilerich
localrepo: use commonancestorsheads for checking linear heritage in file commit
2014-04-17, by Mads Kiilerich
backout: use commonancestorsheads for checking linear heritage
2014-04-17, by Mads Kiilerich
revlog: introduce commonancestorsheads method
2014-04-17, by Mads Kiilerich
parsers: remove unnecessary gca variable in index_commonancestorsheads
2014-04-17, by Mads Kiilerich
parsers: introduce index_commonancestorsheads
2014-02-24, by Mads Kiilerich
ancestors: extract candidates function as commonancestorsheads
2014-04-17, by Mads Kiilerich
filemerge: better handling of failing remove of temporary files
2014-04-17, by Mads Kiilerich
contrib: remove mergetools.hgrc premerge=False for Beyond Compare and Araxis
2014-04-17, by Mads Kiilerich
obsolete: add '%' specifier to the format string to avoid TypeError at runtime
2014-04-16, by FUJIWARA Katsunori
check-code: detect "% inside _()" when there are leading whitespaces
2014-04-16, by FUJIWARA Katsunori
i18n: fix "% inside _()" problem
2014-04-16, by FUJIWARA Katsunori
largefiles: revert override, install matchfn outside the try/except restoring it
2014-04-13, by Mads Kiilerich
largefiles: simplify revert - use getstandinsstate like other commands do
2013-04-28, by Mads Kiilerich
largefiles: remove dummy assignments for creating an already existing closure
2014-04-13, by Mads Kiilerich
largefiles: remove silent handling of incorrect invocation of restorematchfn
2014-04-13, by Mads Kiilerich
largefiles: copy override, install matchfn outside the try/except restoring it
2014-04-13, by Mads Kiilerich
largefiles: clarify installmatchfn documentation
2014-04-13, by Mads Kiilerich
largefiles: use more reasonable locking for update
2013-04-27, by Mads Kiilerich
largefiles: full debugdirstate functionality for largefiles
2013-04-27, by Mads Kiilerich
largefiles: make cat on standins do something
2013-04-27, by Mads Kiilerich
largefiles: remove confusing handling of .bad return value - it is void
2014-04-13, by Mads Kiilerich
largefiles: fix profile of unused largefilesdirstate._ignore
2013-10-03, by Mads Kiilerich
largefiles: import whole modules instead of importing parts of them
2014-04-08, by Mads Kiilerich
largefiles: update should only create a .orig backup of a largefile once
2013-04-18, by Mads Kiilerich
merge: let manifestmerge emit 'keep' actions when keeping wd version
2014-04-07, by Mads Kiilerich
merge: pass merge ancestor to calculateupdates as a list
2014-04-06, by Mads Kiilerich
merge: move ancestor selection tweaking from manifestmerge to update function
2014-04-06, by Mads Kiilerich
match: make it more clear what _roots do and that it ends up in match()._files
2013-10-03, by Mads Kiilerich
cat: explicitly document the supported formatter rules
2014-04-15, by Matt Harbison
convert: backout 81cf597dafa9 and a3545c3104aa -closemap
2014-04-16, by Mads Kiilerich
convert: backout b75a04502ced and 9616b03113ce - tagmap
2014-04-16, by Mads Kiilerich
bundle2: support for push over the wire
2014-04-15, by Pierre-Yves David
httppeer: support for _calltwowaystream
2014-04-15, by Pierre-Yves David
sshpeer: add implementation of _calltwowaystream
2014-04-15, by Pierre-Yves David
wireproto: add a _calltwowaystream method on wirepeer
2014-04-15, by Pierre-Yves David
bundle2: return a bundle20 object from exchanges.unbundle
2014-04-15, by Pierre-Yves David
bundle2: feed a binary stream to `peer.unbundle`
2014-04-15, by Pierre-Yves David
bundle2: allow bundle2 for pulling over the wire
2014-04-15, by Pierre-Yves David
bundle2: return a stream from exchange.getbundle
2014-04-15, by Pierre-Yves David
bundle2: let readbundle return unbundle20
2014-04-15, by Pierre-Yves David
bundle2: make header reading optional
2014-04-15, by Pierre-Yves David
bundle2: prepare readbundle to return more that one type of bundle
2014-04-15, by Pierre-Yves David
bundle2: add a ui argument to readbundle
2014-04-14, by Pierre-Yves David
bundle2: move `readbundle` into the `exchange` module
2014-04-14, by Pierre-Yves David
bundle2: use headerless HG10UN stream in changegroup
2014-04-14, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip