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.
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
repoview: use _gethiddenblockers in computehidden
2014-03-28, by Sean Farley
repoview: add _gethiddenblockers method
2014-04-03, by Sean Farley
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip