Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-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.
memctx: always use cache for filectxfn
2017-06-10, by Sean Farley
test-hardlinks: stabilize for Windows
2017-06-10, by Matt Harbison
releasenotes: add more tests for formatting and merging of release notes
2017-06-04, by Rishabh Madan
releasenotes: command to manage release notes files
2017-06-02, by Gregory Szorc
packagelib: use LANGUAGE=C for "hg version"
2017-06-12, by Toshi MARUYAMA
rpms: add hgdemandimport in files
2017-06-12, by Toshi MARUYAMA
rpms: remove '%if "%{?pythonver}" != "2.4"'
2017-06-12, by Toshi MARUYAMA
obsstore: do not load all markers to detect duplication
2017-06-02, by Jun Wu
clonebundles: reference correct config option
2017-06-10, by Gregory Szorc
filestat: move __init__ to frompath constructor
2017-06-10, by Siddharth Agarwal
test-dirstate-race: ensure that a isn't in the lookup set at the end
2017-06-10, by Siddharth Agarwal
hghave: add test for whether fsmonitor is enabled
2017-06-10, by Siddharth Agarwal
tests: add a wrapper to run fsmonitor tests
2017-06-10, by Siddharth Agarwal
setdiscovery: improves logged message
2017-06-10, by Pierre-Yves David
tests: handle variation between pure and normal output in annotate --skip
2017-06-10, by Augie Fackler
bisect: improve option validation message
2017-06-09, by Brandon McCaig
context: inline makememctx (API)
2017-06-10, by Sean Farley
context: add convenience method for returning a memfilectx from a patch
2017-06-09, by Sean Farley
memctx: refactor inline getfilectx into convenience method
2017-06-09, by Sean Farley
hgweb: refresh styling of gitweb's search form
2017-06-09, by Gregory Szorc
hgweb: consistently add search form to all gitweb pages
2017-06-09, by Gregory Szorc
hgweb: consolidate search form for gitweb
2017-06-09, by Gregory Szorc
hgweb: consolidate search form for monoblue
2017-06-09, by Gregory Szorc
hgweb: consolidate search form for paper
2017-06-09, by Gregory Szorc
test-extension: fix load path for Windows
2017-06-09, by Matt Harbison
test-setdiscovery: stabilize for Windows
2017-06-10, by Matt Harbison
convert: correct the documentation about whitespace in branchmap branches
2017-06-10, by Matt Harbison
py3: use pycompat.bytestr() instead of str()
2017-06-08, by Pulkit Goyal
py3: convert bool variables to bytes
2017-06-02, by Pulkit Goyal
context: avoid writing outdated dirstate out (issue5584)
2017-06-09, by FUJIWARA Katsunori
tests: factor external procedures out for portability
2017-06-09, by FUJIWARA Katsunori
dirstate: add identity information to detect simultaneous changing in storage
2017-06-09, by FUJIWARA Katsunori
util: make filestat.__eq__ return True if both of self and old have None stat
2017-06-09, by FUJIWARA Katsunori
vfs: create copy at renaming to avoid file stat ambiguity if needed
2017-06-09, by FUJIWARA Katsunori
vfs: factor out "rename and avoid ambiguity" to reuse
2017-06-09, by FUJIWARA Katsunori
util: make filestat.avoidambig() return whether ambiguity is avoided or not
2017-06-09, by FUJIWARA Katsunori
debugcommands: issue warning when repo has secret changesets (issue5589)
2017-06-09, by Gregory Szorc
streamclone: consider secret changesets (BC) (issue5589)
2017-06-09, by Gregory Szorc
json: pass formatting options recursively
2017-06-09, by Yuya Nishihara
json: avoid extra string manipulation of dict keys
2017-04-23, by Yuya Nishihara
test-obsolete: include <> in user field to check JSON escapes
2017-06-09, by Yuya Nishihara
templatefilers: correct filename in header comment
2017-06-09, by Yuya Nishihara
repoview: remove special casing of "requirements"
2017-06-08, by Gregory Szorc
bookmarks: move variable initialization earlier
2017-06-07, by Pierre-Yves David
bookmarks: directly use base dict 'setitem'
2017-06-07, by Pierre-Yves David
bookmarks: rely on exception for malformed lines
2017-06-07, by Pierre-Yves David
bookmarks: explicitly convert to 'node' during initialization
2017-06-07, by Pierre-Yves David
bookmarks: prefetch 'lookup' outside of the loop
2017-06-07, by Pierre-Yves David
perf: add a perfbookmarks command
2017-06-07, by Pierre-Yves David
perfphases: add a flag to also include file access time
2017-05-23, by Pierre-Yves David
perf: have a generic "clearstorecache" function
2017-06-07, by Pierre-Yves David
localrepo: move filtername to __init__
2017-06-08, by Gregory Szorc
obsolete: move obsstore creation logic from localrepo
2017-06-08, by Gregory Szorc
match: allow pats to be None
2017-06-08, by Martin von Zweigbergk
tests: add a test for installing hg with pip in a virtualenv
2017-06-06, by Augie Fackler
hghave: add check for virtualenv
2017-06-06, by Augie Fackler
setup: introduce dummy copies of setuptools flags
2017-06-06, by Augie Fackler
extensions: catch uisetup and extsetup failures and don't let them break hg
2017-06-06, by Augie Fackler
tests: add test demonstrating how broken third-party extensions can get
2017-06-06, by Augie Fackler
extensions: move wrapfilecache function from fsmonitor
2017-06-08, by Augie Fackler
chmod: create a new file when flags are set on a hardlinked file
2017-04-26, by Koen Van Hoof
run-tests: make --restart work with output dir
2017-06-07, by Siddharth Agarwal
run-tests: output coverage to output dir
2017-06-07, by Siddharth Agarwal
run-tests: write JSON reports to output dir
2017-06-07, by Siddharth Agarwal
run-tests: write test times to output dir
2017-06-07, by Siddharth Agarwal
run-tests: allow specifying an output dir to write .errs to
2017-06-07, by Siddharth Agarwal
run-tests: add information about skipped tests to XUnit output
2017-06-07, by Siddharth Agarwal
run-tests: wrap failures in an XUnit 'failure' element
2017-06-07, by Siddharth Agarwal
discovery: log discovery result in non-trivial cases
2017-06-07, by Pierre-Yves David
discovery: include timing in the debug output
2017-06-07, by Pierre-Yves David
tests: remove sys.executable from "required tools"
2017-05-28, by Augie Fackler
perfbranchmap: add an option to purge the revbranch cache
2017-06-05, by Pierre-Yves David
push: add a way to allow concurrent pushes on unrelated heads
2017-05-29, by Pierre-Yves David
headsummary: expose the 'discardedheads' set in the headssummary
2017-05-29, by Pierre-Yves David
checkheads: perform obsolescence post processing directly in _headssummary
2017-05-29, by Pierre-Yves David
headssummary: directly feed the function with the 'pushop' object
2017-05-29, by Pierre-Yves David
checkheads: gather the postprocessing with other obsolescence specific code
2017-05-29, by Pierre-Yves David
run-tests: add a way to list tests, with JSON and XUnit support
2017-06-06, by Siddharth Agarwal
run-tests: install hg after computing tests to run
2017-06-06, by Siddharth Agarwal
run-tests: make time field optional for xunit report
2017-06-06, by Siddharth Agarwal
run-tests: factor out json write code into another method
2017-06-06, by Siddharth Agarwal
run-tests: factor out xunit write code into another method
2017-06-06, by Siddharth Agarwal
revset: lookup descendents for negative arguments to ancestor operator
2017-05-27, by David Soria Parra
update: show the commit to which we updated in case of multiple heads (BC)
2017-06-06, by Pulkit Goyal
revlog: skeleton support for version 2 revlogs
2017-05-19, by Gregory Szorc
check-code: ban grep's context flags (-A/-B/-C) since they're not on Solaris
2017-06-06, by Danek Duvall
patchbomb: avoid -r and -B options at the same time
2017-06-06, by David Demelier
debugbundle: add --part-type flag to emit only named part types
2017-06-05, by Danek Duvall
test-obsolete-bundle-strip: add globs for Windows
2017-06-05, by Matt Harbison
obsstore: move header encoding to a separate function
2017-06-04, by Jun Wu
obsstore: move _version to a propertycache
2017-06-04, by Jun Wu
obsstore: separate marker parsing from obsstore reading
2017-06-02, by Jun Wu
obsstore: move marker version reading to a separate function
2017-06-02, by Jun Wu
obsstore: minor optimization for the obsolete revset
2017-06-02, by Jun Wu
dispatch: do not close stdout and stderr, just flush() instead
2017-04-23, by Yuya Nishihara
windows: do not close stdout on flush() failure
2017-06-05, by Yuya Nishihara
test-obsolete-bundle-strip: do not include \n in filename (issue5586)
2017-06-05, by Yuya Nishihara
revlog: add support for partial matching of wdir node id
2016-08-19, by Yuya Nishihara
revset: add support for branch(wdir()) and wdir() & branch()
2016-08-20, by Yuya Nishihara
dirstate: add docstring for invalidate
2017-06-04, by Siddharth Agarwal
tests: simplify and clarify test-obsolete-bundle-strip.t a little
2017-06-02, by Martin von Zweigbergk
tests: add missing parens in test-obsolete-bundle-strip.t
2017-06-02, by Martin von Zweigbergk
test-clonebundles: conditionalize output for Windows
2017-06-04, by Matt Harbison
tests: adjust recent output changes for Windows
2017-06-04, by Matt Harbison
killdaemons: close pid file before killing processes
2017-05-22, by Matt Harbison
win32: drop a py26 daemonizing hack
2017-05-21, by Matt Harbison
checkheads: simplify the code around obsolescence post-processing
2017-05-29, by Pierre-Yves David
checkheads: drop now unused filtering of 'unsyncedheads'
2017-05-29, by Pierre-Yves David
checkheads: clarify that we no longer touch the head unknown locally
2017-05-29, by Pierre-Yves David
headssummary: ensure all returned lists are sorted
2017-05-29, by Pierre-Yves David
discovery: also use lists for the returns of '_oldheadssummary'
2017-05-29, by Pierre-Yves David
test: add a push race case where the updated head is obsoleted
2017-05-29, by Pierre-Yves David
test: add a push race case where obsoleted head is updated
2017-05-29, by Pierre-Yves David
keepalive: set buffering=True to do more efficient reads of headers
2017-06-02, by Kyle Lippincott
keepalive: pass the correct arguments to HTTPResponse
2017-06-01, by Kyle Lippincott
help: update the color documentation for Windows 10 ANSI support
2017-05-22, by Matt Harbison
color: enable ANSI support on Windows 10
2017-05-22, by Matt Harbison
win32: add a method to enable ANSI color code processing on Windows 10
2017-05-22, by Matt Harbison
merge with stable
2017-06-04, by Kevin Bullock
export: map wctx.node() to 'ff...' node id (issue5438)
2017-06-03, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip