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.
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
revset: add support for integer and hex wdir identifiers
2017-06-03, by Yuya Nishihara
localrepo: map integer and hex wdir identifiers to workingctx
2016-08-19, by Yuya Nishihara
revlog: map rev(wdirid) to WdirUnsupported exception
2016-08-20, by Yuya Nishihara
scmutil: introduce binnode(ctx) as paired function with intrev(ctx)
2017-06-03, by Yuya Nishihara
merge: use scmutil.intrev() to sort ctx objects
2017-06-03, by Yuya Nishihara
scmutil: pass ctx object to intrev()
2017-06-03, by Yuya Nishihara
setup: do not overwrite local __modulepolicy__.py on out-of-source build
2017-06-03, by Yuya Nishihara
merge with stable
2017-06-03, by Augie Fackler
match: simplify nevermatcher
2017-06-01, by Martin von Zweigbergk
annotate: restructure formatter output to be nested list (BC)
2017-06-03, by Yuya Nishihara
annotate: rename formatter variable
2017-06-03, by Yuya Nishihara
setup: prevent setuptools from laying an egg
2017-05-07, by Matt Harbison
bitmanipulation: add missing include of string.h
2017-06-02, by Martin von Zweigbergk
py3: add test to show `hg update` and `hg identify` works on Python 3
2017-06-01, by Pulkit Goyal
py3: add a test to show `hg diff` works on Python 3
2017-06-02, by Pulkit Goyal
py3: implement __bytes__ for committablectx
2017-06-01, by Pulkit Goyal
py3: convert exception to bytes to pass into ui.warn()
2017-06-02, by Pulkit Goyal
py3: convert bool variables to bytes before passing into ui.debug()
2017-06-01, by Pulkit Goyal
py3: use dict.update() instead of constructing lists and adding them
2017-06-01, by Pulkit Goyal
patchbomb: add -B option to select a bookmark
2017-02-03, by David Demelier
test: add the mirror push race case for non-contiguous branch head
2017-05-27, by Pierre-Yves David
test: add a push race case where non-contiguous branch head are created
2017-05-27, by Pierre-Yves David
test: add a push race case where the raced push touch multiple heads
2017-05-27, by Pierre-Yves David
test: add a push race case where racing push touches multiple heads
2017-05-27, by Pierre-Yves David
test: add a push race case where racing push create a new named branch
2017-05-27, by Pierre-Yves David
test: add a push race case where raced push created a new named branch
2017-05-27, by Pierre-Yves David
test: add a push race case where the racing client create a new head
2017-05-27, by Pierre-Yves David
test: add a push race case where each client replaces a different head
2017-05-27, by Pierre-Yves David
test: add a file dedicated to push race between clients
2017-05-27, by Pierre-Yves David
strip: strip obsmarkers exclusive to the stripped changeset
2017-05-20, by Pierre-Yves David
strip: do not include obsolescence markers for the temporary bundle
2017-06-01, by Pierre-Yves David
exclusive-markers: update the dedicated test with list of exclusive markers
2017-06-01, by Pierre-Yves David
obsolete: add a function to compute "exclusive-markers" for a set of nodes
2017-05-20, by Pierre-Yves David
test-obsolete-bundle-strip: check all changesets in the isolated prune case
2017-06-01, by Pierre-Yves David
test-obsolete-bundle-strip: add testing of markers backup during strip
2017-05-26, by Pierre-Yves David
strip: also backup obsmarkers
2017-05-20, by Pierre-Yves David
tests: fix run-tests when there's a bad #if in a test
2017-05-30, by Augie Fackler
tests: make run-tests fail early if no channel is found
2017-05-30, by Augie Fackler
dispatch: convert exception payload to bytes more carefully
2017-05-28, by Augie Fackler
help: convert flag default to bytes portably
2017-05-28, by Augie Fackler
cmdutil: use isstdiofilename() where appropriate
2017-06-01, by Yuya Nishihara
py3: simply use b'%d\n' to format pid in server.py
2017-06-01, by Yuya Nishihara
py3: implement __bytes__() on most of our exception classes
2017-06-01, by Yuya Nishihara
py3: convert __doc__ back to bytes in help.py
2017-06-01, by Yuya Nishihara
py3: ensure that we don't concat bytes and str and the end result is bytes
2017-06-01, by Pulkit Goyal
py3: make sure we return strings from __str__ and __repr__
2017-06-01, by Pulkit Goyal
py3: replace None with -1 to sort an integer array
2017-05-31, by Pulkit Goyal
py3: pass str in os.sysconf()
2017-05-31, by Pulkit Goyal
context: move dirty() to committablectx
2017-05-11, by Sean Farley
committablectx: extra is already normalized by committablectx.__init__
2017-05-11, by Sean Farley
match: introduce nevermatcher for when no ignore files are present
2017-06-01, by Siddharth Agarwal
check-code: suggest policy.importmod
2017-05-31, by Jun Wu
test-obsolete-bundle-strip: test bundling in the seventh case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the sixth case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the fifth case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the fourth case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the third case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the second case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the first case
2017-05-26, by Pierre-Yves David
obsolete: raise richer exception on unknown version
2017-05-25, by Pierre-Yves David
import-checker: add hgdemandimport to local modules
2017-05-31, by Siddharth Agarwal
rebase: drop unnecessary parentchange call
2017-05-31, by Siddharth Agarwal
hidden: remove unnecessary guard condition
2017-05-30, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip