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