Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip