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
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.
exchange: introduce a '_canusebundle2' function
2015-04-06, by Pierre-Yves David
bundle2: detect bundle2 stream/request on /HG2./ instead of /HG2Y/
2015-04-07, by Pierre-Yves David
unbundle20: allow generic dispatch between unbundlers
2015-04-06, by Pierre-Yves David
treemanifest: refactor treemanifest.walk()
2015-04-07, by Drew Gottlieb
manifest: move changectx.walk() to manifests
2015-04-07, by Drew Gottlieb
subrepo: precisely identify the missing subrepo spec file
2015-04-05, by Matt Harbison
graft: record intermediate grafts in extras
2015-04-05, by Durham Goode
graft: allow creating sibling grafts
2015-04-05, by Durham Goode
unbundle20: move header parsing into the 'getunbundler' function
2015-04-06, by Pierre-Yves David
unbundle20: retrieve unbundler instances through a factory function
2015-04-06, by Pierre-Yves David
bundle20: move magic string into the class
2015-04-06, by Pierre-Yves David
localrepo.getbundle: drop unused 'format' argument
2015-04-07, by Martin von Zweigbergk
exchange: remove check for 'format' key
2015-04-07, by Martin von Zweigbergk
templates-default: do not show description or summary if empty
2015-03-27, by Yuya Nishihara
treemanifest: further optimize treemanifest.matches()
2015-04-06, by Drew Gottlieb
util: move dirs() and finddirs() from scmutil to util
2015-04-06, by Drew Gottlieb
parsers: remove unused dependency on util
2015-04-06, by Drew Gottlieb
changectx.walk: drop unnecessary call to match function
2015-04-06, by Martin von Zweigbergk
merge with stable
2015-04-06, by Matt Mackall
largefiles: use the share source as the primary local store (issue4471)
2015-04-04, by Matt Harbison
largefiles: use lfutil.findstorepath() when verifying a local repo
2015-04-04, by Matt Harbison
largefiles: introduce lfutil.findstorepath()
2015-04-04, by Matt Harbison
vfs: make it possible to pass multiple path elements to join
2015-04-04, by Matt Harbison
largefiles: drop os.path reference in lfutil.storepath()
2015-04-04, by Matt Harbison
histedit: fix preventing strips during histedit
2015-04-04, by Durham Goode
copies: pass changectx instead of manifest to _computenonoverlap
2015-04-03, by Durham Goode
dirs._addpath: don't mutate Python strings after exposing them (issue4589)
2015-04-06, by Siddharth Agarwal
parsers: check for memory allocation overflows more carefully
2015-04-06, by Bryan O'Sullivan
parsers.c: avoid implicit conversion loses integer precision warning
2015-04-04, by André Sintzoff
dirstate.walk: don't report same file stat multiple times
stable
2015-04-04, by Martin von Zweigbergk
repoview: avoid processing the same rev twice in _getstatichidden
2015-04-03, by Pierre-Yves David
repoview: skip public parent earlier in _getstatichidden
2015-04-03, by Pierre-Yves David
repoview: directly skip public head in _getstatichidden
2015-04-03, by Pierre-Yves David
repoview: simplify process in _getstatichidden
2015-04-03, by Pierre-Yves David
repoview: use a heap in _getstatichidden
2015-04-03, by Pierre-Yves David
repoview: update documentation of _getstatichidden
2015-04-03, by Pierre-Yves David
ssl: resolve symlink before checking for Apple python executable (issue4588)
2015-04-04, by Yuya Nishihara
test-subrepo-recursion: fix output on non-hardlink systems
2015-04-03, by Augie Fackler
test-subrepo-recursion: set progress.changedelay really high
2015-04-03, by Augie Fackler
test-clone: fix test expectations on systems without hardlinks
2015-04-03, by Augie Fackler
dirstate: use parsers.make_file_foldmap when available
2015-04-01, by Siddharth Agarwal
parsers: add a C function to create a file foldmap
2015-03-31, by Siddharth Agarwal
util.h: define an enum for normcase specs
2015-04-02, by Siddharth Agarwal
perf: make measuring foldmap perf work again
2015-04-02, by Siddharth Agarwal
parsers._asciitransform: also accept a fallback function
2015-03-31, by Siddharth Agarwal
util: add normcase spec and fallback
2015-04-01, by Siddharth Agarwal
hgk: display committer name when set by hg-git
2015-04-03, by Andrew Shadura
jsonchangeset: set manifest node to "null" for workingctx
2015-03-14, by Yuya Nishihara
jsonchangeset: set rev and node to "null" for workingctx
2015-03-14, by Yuya Nishihara
templater: tell hggettext to collect help of template functions
2015-04-03, by Yuya Nishihara
treemanifest: disable readdelta optimization
2015-03-10, by Martin von Zweigbergk
phases: make two functions private for phase computation
2015-03-30, by Laurent Charignon
windows: define normcase spec and fallback
2015-04-01, by Siddharth Agarwal
encoding.upper: factor out fallback code
2015-04-01, by Siddharth Agarwal
cygwin: define normcase spec and fallback
2015-04-01, by Siddharth Agarwal
darwin: define normcase spec and fallback
2015-03-31, by Siddharth Agarwal
posix: define normcase spec and fallback
2015-04-01, by Siddharth Agarwal
encoding: define an enum that specifies what normcase does to ASCII strings
2015-04-01, by Siddharth Agarwal
merge with stable
2015-04-02, by Matt Mackall
json: implement {help} template
2015-04-01, by Gregory Szorc
json: implement {helptopics} template
2015-04-01, by Gregory Szorc
json: implement {manifest} template
2015-04-01, by Gregory Szorc
json: implement {shortlog} and {changelog} templates
2015-03-31, by Gregory Szorc
help: populate template functions via docstrings
2015-04-01, by Gregory Szorc
templater: add consistent docstrings to functions
2015-04-01, by Gregory Szorc
changeset_printer: hide manifest node for workingctx
2015-03-14, by Yuya Nishihara
changeset_printer: display p1rev:p1node with "+" suffix for workingctx
2015-03-14, by Yuya Nishihara
changeset_printer: handle workingctx in _meaningful_parentrevs()
2015-03-14, by Yuya Nishihara
scmutil: add function to help handling workingctx in arithmetic operation
2015-03-14, by Yuya Nishihara
tests: handle deleted .hg directory (git 2.2.0 and higher) (issue4585)
2015-04-02, by Mathias De Maré
hgweb: resurrect <span> tag on diffline to fix rendering in monoblue style
stable
2015-04-02, by Yuya Nishihara
merge with stable
2015-04-01, by Matt Mackall
encoding: use parsers.asciiupper when available
2015-03-31, by Siddharth Agarwal
parsers: introduce an asciiupper function
2015-03-31, by Siddharth Agarwal
parsers: make _asciilower a generic _asciitransform function
2015-03-31, by Siddharth Agarwal
parsers._asciilower: use an explicit return object
2015-04-01, by Siddharth Agarwal
parsers: factor out most of asciilower into an internal function
2015-03-31, by Siddharth Agarwal
manifestv2: add support for writing new manifest format
2015-03-31, by Martin von Zweigbergk
manifestv2: add support for reading new manifest format
2015-03-27, by Martin von Zweigbergk
manifestv2: set requires at repo creation time
2015-03-31, by Martin von Zweigbergk
test-manifest: extract constants for binary hashes
2015-03-31, by Martin von Zweigbergk
test-manifest: create constant for empty manifest
2015-03-31, by Martin von Zweigbergk
patchbomb: factor out scmutil.revrange() calls
2015-03-30, by Yuya Nishihara
patchbomb: return outgoing revs as a smartset
2015-03-31, by Yuya Nishihara
templatefilters: add "upper" and "lower" for case conversion
2015-03-30, by Yuya Nishihara
repoview: improve compute staticblockers perf
2015-04-01, by Durham Goode
hgweb: add phase to {changeset} template
2015-03-31, by Gregory Szorc
json: implement {changeset} template
2015-03-31, by Gregory Szorc
test-hgweb-json: fix URL for file revision tests
2015-03-31, by Gregory Szorc
dirstate._normalize: don't construct dirfoldmap if not necessary
2015-03-31, by Siddharth Agarwal
dirstate.walk: don't keep track of normalized files in parallel
2015-03-31, by Siddharth Agarwal
dirstate.walk: factor out directory traversal
2015-03-31, by Siddharth Agarwal
Added signature for changeset 2e2e9a0750f9
stable
2015-04-01, by Matt Mackall
Added tag 3.3.3 for changeset 2e2e9a0750f9
stable
2015-04-01, by Matt Mackall
i18n-pt_BR: synchronized with d09262d6ec23
stable
3.3.3
2015-03-31, by Wagner Bruna
tests: fix py2.4 glob for devel warnings
2015-03-31, by Matt Mackall
merge with stable
2015-03-31, by Matt Mackall
dirstate: fix order of initializing nf vs f
2015-03-31, by Siddharth Agarwal
treemanifest: make treemanifest.matches() faster
2015-03-30, by Drew Gottlieb
treemanifest: add treemanifest._isempty()
2015-03-30, by Drew Gottlieb
treemanifest: remove treemanifest._intersectfiles()
2015-03-27, by Drew Gottlieb
manifest: add some tests for manifest.matches()
2015-03-30, by Drew Gottlieb
forget: cleanup the output for an inexact case match on icasefs
stable
2015-03-31, by Matt Harbison
json: implement {branches} template
2015-03-30, by Gregory Szorc
json: implement {bookmarks} template
2015-03-31, by Gregory Szorc
json: implement {tags} template
2015-03-31, by Gregory Szorc
templates: add a stub template for json
2015-03-30, by Gregory Szorc
get-with-headers: support parsing and pretty printing JSON
2015-03-30, by Gregory Szorc
merge with stable
2015-03-31, by Matt Mackall
dirstate.walk: use the file foldmap to normalize
2015-03-29, by Siddharth Agarwal
dirstate: split the foldmap into separate ones for files and directories
2015-03-29, by Siddharth Agarwal
dirstate: introduce function to normalize just filenames
2015-03-28, by Siddharth Agarwal
dirstate: factor out code to discover normalized path
2015-03-29, by Siddharth Agarwal
dirstate: don't require exact case when adding dirs on icasefs (issue4578)
stable
2015-03-31, by Matt Harbison
filemerge: clean up language in mergemarkertemplate help
stable
2015-03-31, by Nathan Goldbaum
color: fix crash in cmd.exe
2015-03-31, by Matt Harbison
log: prefer 'wctx' over 'pctx' for working context
2015-03-18, by Martin von Zweigbergk
merge with stable
2015-03-31, by Matt Mackall
tags: remove scary message about corrupt tags cache
2015-03-31, by Matt Mackall
hgk: use switch instead of a less efficient if/elseif/if
2015-03-29, by Andrew Shadura
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip