Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+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
bundle2: allow using bundle2 for push
2014-04-10, by Pierre-Yves David
bundle2: add a "check:heads" handler
2014-04-11, by Pierre-Yves David
repoview: make the conversion from node to rev explicit while computing hidden
2014-04-13, by Pierre-Yves David
repoview: drop duplicated lookup
2014-04-13, by Pierre-Yves David
hgweb: adding branch, tags, bookmarks, user, and file list to rss feed entries
2014-04-16, by Aaron Jensen
hgweb: adding branch, tags, bookmarks, user, and file list to atom feed entries
2014-04-16, by Aaron Jensen
patchbomb: warn when emailing a dirty working directory parent
2014-04-07, by Mads Kiilerich
tests: coverage of convert and filemap include and the default of include all
2014-03-19, by Mads Kiilerich
largefiles: remove no more referred "getoutgoinglfiles()"
2014-04-16, by FUJIWARA Katsunori
largefiles: use "outgoinghooks" to avoid redundant outgoing check
2014-04-16, by FUJIWARA Katsunori
outgoing: introduce "outgoinghooks" to avoid redundant outgoing check
2014-04-16, by FUJIWARA Katsunori
hg: make "_outgoing()" return peer object for remote repository
2014-04-16, by FUJIWARA Katsunori
hg: make "_outgoing()" return empty list instead of "None"
2014-04-16, by FUJIWARA Katsunori
largefiles: use "summaryremotehooks" to avoid redundant outgoing check
2014-04-16, by FUJIWARA Katsunori
summary: introduce "summaryremotehooks" to avoid redundant incoming/outgoing check
2014-04-16, by FUJIWARA Katsunori
util: enable "hooks" to return list of the values returned from each hooks
2014-04-16, by FUJIWARA Katsunori
summary: separate checking incoming/outgoing and showing remote summary
2014-04-16, by FUJIWARA Katsunori
largefiles: reuse "findcommonoutgoing()" result at "hg push"
2014-04-16, by FUJIWARA Katsunori
localrepo: introduce "prepushoutgoinghooks" to extend outgoing check easily
2014-04-16, by FUJIWARA Katsunori
largefiles: centralize the logic to get outgoing largefiles
2014-04-16, by FUJIWARA Katsunori
cat: support cat with explicit paths in subrepos
2014-03-14, by Matt Harbison
cat: move most of the implementation into cmdutils.cat()
2014-03-13, by Matt Harbison
tests: mark test in tests/test-help.t as contingent on gettext being available
2014-04-15, by Kent Frazier
setup.py: fix C extension compilation issue with OS X 10.9 and Xcode 5.1
2014-04-15, by Kent Frazier
color: add effect to the template symbol table
2014-04-14, by Sean Farley
amend: invoke editor forcibly when "--edit" option is specified
2014-04-16, by FUJIWARA Katsunori
commit: abolish useless "--force-editor" internal option for "hg commit"
2014-04-16, by FUJIWARA Katsunori
subrepo: return non-zero exit code when a subrepo push doesn't succeed
2014-04-15, by Matt Mackall
debugrevlog: use unfiltered view for changelog
2014-04-14, by Matt Mackall
debugrevlog: format columns (more) nicely when dumping index data
2014-03-19, by Mads Kiilerich
branchmap: log events related to branch cache
2014-03-22, by Gregory Szorc
tags: log events related to tags cache
2014-04-14, by Gregory Szorc
merge with stable
2014-04-14, by Matt Mackall
histedit: save manually edited commit message into ".hg/last-message.txt"
stable
2014-04-15, by FUJIWARA Katsunori
rebase: tell when reopening a closed branch head
2013-11-26, by Mads Kiilerich
dirstate: inline local finish function
2013-04-27, by Mads Kiilerich
demandimport: make it possible to disable by setting HGDEMANDIMPORT=disable
2014-04-08, by Mads Kiilerich
spelling: fixes from spell checker
2014-04-13, by Mads Kiilerich
tests: warn on invalid #if directive
2014-04-13, by Mads Kiilerich
run-tests: test result shows when a failed test could not start a server
2013-11-25, by Simon Heimberg
commit: --edit/-e to force edit of otherwise-supplied commit message
2013-09-08, by Bradley M. Kuhn
bundle2: directly feed part to readbundle
2014-04-12, by Pierre-Yves David
bundle2: lazy unbundle of part payload
2014-04-11, by Pierre-Yves David
util: support None size in chunkbuffer.read()
2014-04-10, by Pierre-Yves David
bundle2: lazily iterate over bundle parts in the test
2014-04-11, by Pierre-Yves David
bundle2: move unpackheader closure into the class
2014-04-11, by Pierre-Yves David
bundle2: move the fromheader closure into the class itself
2014-04-11, by Pierre-Yves David
bundle2: add an unbundle part responsible from unbundling part
2014-04-11, by Pierre-Yves David
bundle2: extract stream/unpack logic in an unpackermixin
2014-04-11, by Pierre-Yves David
exchange: restore truncated comment
2014-04-13, by Pierre-Yves David
grep: highlight all matched words
2014-03-31, by Takumi IINO
phase: add a passing test for (issue3575)
2014-01-23, by Pierre-Yves David
run-tests: allow test paths in other directories
2014-03-24, by Gregory Szorc
run-tests: allow option parser to be extended
2014-03-24, by Gregory Szorc
run-tests: use return values instead of sys.exit
2014-03-24, by Gregory Szorc
run-tests: Pass arguments into argument parser
2014-03-24, by Gregory Szorc
bundle2: rename part to bundlepart
2014-04-11, by Pierre-Yves David
bundle2: comment to clarify why the handler call is where it is
2014-04-11, by Pierre-Yves David
bundle2: use chunkbuffer for exchange.getbundle
2014-04-12, by Pierre-Yves David
bundle2: lazily generate the changegroup part in exchange.getbundle
2014-04-12, by Pierre-Yves David
bundle2: support chunk iterator as part data
2014-04-11, by Pierre-Yves David
bundle2: extract a _payloadchunks method for part
2014-04-10, by Pierre-Yves David
changegroup: move chunk extraction into a getchunks method of unbundle10
2014-04-10, by Pierre-Yves David
bundle2: use reply part to return result of addchangegroup
2014-03-25, by Pierre-Yves David
bundle2: produce a bundle2 reply
2014-04-04, by Pierre-Yves David
bundle2: add reply awareness to unbundlerecords
2014-04-11, by Pierre-Yves David
bundle2: add an integer id to part
2014-04-01, by Pierre-Yves David
largefiles: don't prompt when one side of merge was changed but didn't change
2014-04-07, by Mads Kiilerich
color: fallback and test label as an effect
2014-04-07, by Sean Farley
color: extract method for determining a valid effect
2014-04-07, by Sean Farley
revlog: use context ancestor instead of changelog ancestor
2014-04-07, by Mads Kiilerich
copies: guard debug section with ui.debugflag
2014-02-25, by Mads Kiilerich
copies: remove _checkcopies wrapper - it does no good
2014-02-25, by Mads Kiilerich
transplant: use context ancestor instead of changelog ancestor
2014-04-07, by Mads Kiilerich
commit: use revlog.commonancestors instead of .ancestor
2014-04-07, by Mads Kiilerich
backout: don't limit heritage check to a single ancestor
2014-04-07, by Mads Kiilerich
ancestor: remove unused genericancestor
2014-03-20, by Mads Kiilerich
context: remove unused filectx.ancestor
2014-04-07, by Mads Kiilerich
shelve: add "writebundle()" to invoke "writebundle()" with relative path and vfs
2014-03-09, by FUJIWARA Katsunori
shelve: add "applybundle()" to invoke "readbundle()" with relative path and vfs
2014-03-09, by FUJIWARA Katsunori
bundlerepo: treat temporarily extracted bundle file via vfs
2014-03-09, by FUJIWARA Katsunori
vfs: add "mkstemp()"
2014-03-09, by FUJIWARA Katsunori
repair: make "strip()" treat bundle files via vfs
2014-03-09, by FUJIWARA Katsunori
changegroup: add "vfs" argument to "readbundle()" to pass relative filename
2014-03-09, by FUJIWARA Katsunori
repair: make paths in "_bundle()" relative to ".hg"
2014-03-09, by FUJIWARA Katsunori
changegroup: add "vfs" argument to "writebundle()" for relative access via vfs
2014-03-09, by FUJIWARA Katsunori
localrepo: make "undofiles()" return list of tuples "(vfs, relative filename)"
2014-03-09, by FUJIWARA Katsunori
exchange: fix pyflakes import complaint
2014-04-11, by Matt Mackall
hgweb: override the charset attribute in the http request
2014-04-10, by Wei, Elson
diff: use second filename for --stat reporting on git patches (issue4221)
2014-04-11, by Matt Mackall
exchange: drop useless line break
2014-04-11, by Pierre-Yves David
subrepo: check return code for git push (issue4223)
2014-04-11, by Matt Mackall
localrepo: add unbundle support
2014-04-04, by Pierre-Yves David
unbundle: extract the core logic in another function
2014-04-04, by Pierre-Yves David
unbundle: extract checkheads in its own function
2014-04-04, by Pierre-Yves David
phase: apply publishing enforcement for "serve" source
2014-04-07, by Pierre-Yves David
merge with stable
2014-04-10, by Matt Mackall
http: reuse authentication info after the first failed request (issue3567)
2013-12-20, by Stéphane Klein
bundle2: use discard to remove bundle2 cap
2014-04-08, by Durham Goode
statichttp: respect localrepo _restrictcapabilities
2014-04-07, by Pierre-Yves David
tests: make unshelve tests more tricky - don't depend on size change
2014-04-07, by Mads Kiilerich
shelve: introduce secret option for using fixed date for temporary commit
2014-04-07, by Mads Kiilerich
mq: repo['.'] is not a wctx, repo[None] is
2014-04-07, by Mads Kiilerich
shelve: repo['.'] is not a wctx but a pctx
2014-04-07, by Mads Kiilerich
revlog: deal with chunk ranges over 2G on Windows (issue4215)
stable
2014-04-07, by Matt Mackall
exchange: pass bundlecaps through to changegroup
2014-04-04, by Durham Goode
bundle2: allow pulling changegroups using bundle2
2014-04-01, by Pierre-Yves David
bundle2: add an exchange.getbundle function
2014-04-04, by Pierre-Yves David
localpeer: propagate bundlecaps in getbundle call
2014-04-04, by Pierre-Yves David
bundle2: make it possible have a global transaction for the unbundling
2014-04-02, by Pierre-Yves David
tests: fix test output typo
2014-04-04, by Matt Mackall
bundle2: first crude version of bundling changeset with bundle2
2014-03-24, by Pierre-Yves David
bundle2: record processing results in the bundleoperation object
2014-04-02, by Pierre-Yves David
bundle2: introduce a bundleoperation object
2014-04-02, by Pierre-Yves David
bundle2: feed a unbundle20 to the `processbundle` function
2014-04-02, by Pierre-Yves David
bundle2: lock the repo during unbundle test
2014-04-03, by Pierre-Yves David
merge: keep destination filename as key in filemerge actions
2014-03-02, by Mads Kiilerich
merge: keep destination filename as key in actions for merge with dir rename
2014-03-02, by Mads Kiilerich
merge: include ancestor node in merge actions
2014-02-28, by Mads Kiilerich
merge with stable
2014-04-04, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip