Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+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.
wireproto: use pushkey.decodekey
2014-05-27, by Pierre-Yves David
pushkey: introduce an ``decodekeys`` function
2014-05-27, by Pierre-Yves David
wireproto: use pushkey.encodekey
2014-05-27, by Pierre-Yves David
pushkey: introduce an ``encodekeys`` function
2014-05-27, by Pierre-Yves David
bundle2: add more phase movement in the test
2014-05-27, by Pierre-Yves David
bundle2: use non-publishing repo in test
2014-05-27, by Pierre-Yves David
bundle2: use a smarter template for test
2014-05-27, by Pierre-Yves David
getbundle: declare type of parameters
2014-05-22, by Pierre-Yves David
bundle2: introduce a ``caps20to10`` function
2014-05-22, by Pierre-Yves David
bundle2: introduce a bundle2caps function
2014-05-24, by Pierre-Yves David
exchange: reinsert comment in the right place
2014-05-22, by Pierre-Yves David
docker: check for docker.io first
2014-05-29, by Matt Mackall
buildrpm: include release version in .tar.gz name
2014-05-20, by Mads Kiilerich
buildrpm: remove prompt for uncommitted changes - it was a bad idea
2014-05-15, by Mads Kiilerich
buildrpm: collect code for building local hg and using it in one place
2014-05-15, by Mads Kiilerich
buildrpm: various minor cleanup
2014-05-20, by Mads Kiilerich
fix_bytes: loosen blacklist matching requirements
2014-05-10, by Gregory Szorc
convert: only consider shamap revisions converted if they still exists
2014-05-19, by Mads Kiilerich
convert: introduce hascommitfrommap sink method
2014-05-19, by Mads Kiilerich
convert: rename sink hascommit to hascommitforsplicemap
2014-05-19, by Mads Kiilerich
tests: better tests for two-way convert
2014-05-19, by Mads Kiilerich
mergetools.hgrc: add minimal configuration for editmerge
2014-05-29, by Pierre-Yves David
merge with stable
2014-05-29, by Matt Mackall
convert: drastically speed up git conversions
2014-05-27, by David Schleimer
vim: use try catch in vim plugin to avoid conflicts
2014-05-03, by Ali Vakilzade
bundle2: raise BundleValueError error for stream level unsupported params
2014-05-28, by Pierre-Yves David
bundle2: support None parttype in BundleValueError
2014-05-28, by Pierre-Yves David
bundle2: ignore advisory part with unknown parameters
2014-05-27, by Pierre-Yves David
bundle2: enforce all parameters in a part to be handled
2014-05-27, by Pierre-Yves David
bundle2: declare supported parameters for all handlers
2014-05-28, by Pierre-Yves David
bundle2: make it possible to declare params handled by a part handler
2014-05-27, by Pierre-Yves David
bundle2: support transmission of params error over the wire
2014-05-28, by Pierre-Yves David
bundle2: introduce a ``params`` attribute to BundleValueError
2014-05-28, by Pierre-Yves David
bundle2: introduce a parttype attribute to BundleValueError
2014-05-28, by Pierre-Yves David
bundle2: rename b2x:error:unknownpart to b2x:error:unsupportedcontent
2014-05-27, by Pierre-Yves David
bundle2: move exception classes into the error module
2014-05-28, by Pierre-Yves David
bundle2: rename UnknownPartError to BundleValueError
2014-05-28, by Pierre-Yves David
context: explicitly return a tuple
2014-05-27, by Sean Farley
wireproto: expose the list of getbundle arguments to extensions
stable
2014-05-22, by Pierre-Yves David
run-tests: write .err files earlier
2014-05-27, by Gregory Szorc
run-tests: exit with non-0 exit code when tests fail or warn
2014-05-27, by Gregory Szorc
bundle2: expose mandatory params in a mandatorykeys attribute
2014-05-23, by Pierre-Yves David
bundle2: use the new ``part.params`` dictionary
2014-05-26, by Pierre-Yves David
bundle2: introduce a ``params`` dictionary on unbundled parts
2014-05-23, by Pierre-Yves David
bundle2: make sure unbundled part param are read-only
2014-05-23, by Pierre-Yves David
bundle2: introduce an ``_initparams`` method
2014-05-28, by Pierre-Yves David
bundle2: forbid duplicate parameter keys
2014-05-22, by Pierre-Yves David
bundle2: update part creators to ``addparam`` when relevant
2014-05-23, by Pierre-Yves David
bundle2: introduce a ``addparam`` method on part
2014-05-22, by Pierre-Yves David
bundle2: the ability to set ``data`` attribute of the part is now official
2014-05-22, by Pierre-Yves David
bundle2: introduce a ReadOnlyPartError exception
2014-05-24, by Pierre-Yves David
bundle2: warn about error during initialization in ``newpart`` docstring
2014-05-23, by Pierre-Yves David
bundle2: track life cycle of parts
2014-05-22, by Pierre-Yves David
bundle2: update all ``addpart`` callers to ``newpart``
2014-05-23, by Pierre-Yves David
bundle2: have ``newpart`` automatically add the part to the bundle
2014-05-23, by Pierre-Yves David
bundle2: add a ``newpart`` method to ``bundle20``
2014-05-23, by Pierre-Yves David
bundle2: small doc update on the bundler
2014-05-22, by Pierre-Yves David
localrepo: replace status method with a shim
2014-04-25, by Sean Farley
workingctx: have status method call super instead of customized code.
2014-05-27, by Sean Farley
basectx: copy localrepo.status method
2014-04-24, by Sean Farley
committablectx: cache _status in _poststatus
2014-04-24, by Sean Farley
committablectx: simplify caching the status
2014-04-24, by Sean Farley
localrepo: remove cache code now handled by _prestatus
2014-04-23, by Sean Farley
workingctx: add note about super._prestatus calling manifest
2014-04-23, by Sean Farley
basectx: preserve loading the cached manifest in _prestatus
2014-04-23, by Sean Farley
localrepo: use new subrev method of context.py
2013-09-20, by Sean Farley
committablectx: add subrev method to return None
2013-09-20, by Sean Farley
basectx: add subrev method to return the rev of a subrepo given a subpath
2013-09-20, by Sean Farley
merge with stable
2014-05-27, by Matt Mackall
bundle2: fix bundle2 pulling all revs on empty pulls
stable
2014-05-07, by Durham Goode
exchange: fix bad indentation
stable
2014-05-07, by Pierre-Yves David
exchange: propagate arguments to the _getbundleextrapart function
stable
2014-05-07, by Pierre-Yves David
bundle2: fix configuration name mismatch
stable
2014-05-07, by Durham Goode
discovery: if a push would create a new head, mention the bookmark name if any
2014-03-08, by Stephen Lee
revert: use p2 as parent when reverting against it
2014-05-14, by Pierre-Yves David
revert: explicitly get status against the parent
2014-05-14, by Pierre-Yves David
revert: group related data in tuple in the dispatch table
2014-05-13, by Pierre-Yves David
revert: group action into a single dictionary
2014-05-13, by Pierre-Yves David
revert: add some inline comments
2014-05-13, by Pierre-Yves David
revert: cosmetic align of the dispatch table
2014-05-13, by Pierre-Yves David
revert: add a test case to reverting "add" during merges
2014-05-13, by Pierre-Yves David
alias: change return code of bad definition to 255
stable
2014-05-17, by Yuya Nishihara
bookmarks: properly align multi-byte characters
stable
2014-05-27, by Matt Mackall
tests: fix cut and paste error on encoding alignment test
stable
2014-05-27, by Matt Mackall
alias: handle shlex error in command aliases
stable
2014-05-17, by Yuya Nishihara
subrepo: normalize path in the specific way for problematic encodings
stable
2014-05-08, by FUJIWARA Katsunori
subrepo: avoid sanitizing ".hg/hgrc" in meta data area for non-hg subrepos
stable
2014-05-08, by FUJIWARA Katsunori
subrepo: make "_sanitize()" take absolute path to the root of subrepo
stable
2014-05-08, by FUJIWARA Katsunori
subrepo: invoke "_sanitize()" also after "git merge --ff"
stable
2014-05-08, by FUJIWARA Katsunori
subrepo: make "_sanitize()" work
stable
2014-05-08, by FUJIWARA Katsunori
vfs: add lexists() in current api
2014-05-27, by Chinmay Joshi
bundlerepo: update unlink in getremotechanges to use vfs
2014-05-27, by Chinmay Joshi
docker: update package target to packages/
2014-05-27, by Matt Mackall
packaging: move output directory from build/ to packages/
2014-05-27, by Matt Mackall
make: add a basic osx mpkg target
2014-05-27, by Matt Mackall
setup: make Xcode 5.1 check less specific
2014-05-27, by Matt Mackall
merge with stable
2014-05-26, by Matt Mackall
alias: fix loss of non-zero return code in command aliases
stable
2014-05-17, by Yuya Nishihara
exchange: drop dead code
2014-05-22, by Pierre-Yves David
exchange: fix indentation level
2014-05-22, by Pierre-Yves David
import: add --partial flag to create a changeset despite failed hunks
2014-05-08, by Pierre-Yves David
update: introduce --tool for controlling the merge tool
2014-05-19, by Mads Kiilerich
merge: fix stupid indentation left over from previous refactorings
2014-05-02, by Mads Kiilerich
Merge with stable
2014-05-26, by Augie Fackler
revsetbenchmark: support for running on other repo
2014-04-29, by Pierre-Yves David
revsetbenchmark: automatically finds the perf extension
2014-04-29, by Pierre-Yves David
bundle2: make sure standard stream are binary
stable
2014-05-15, by Pierre-Yves David
revset-benchmark: add max(::(tip~20) - obsolete())
2014-05-19, by Pierre-Yves David
merge: use separate lists for each action type
2014-02-28, by Mads Kiilerich
changelog: ensure changelog._delaybuf is initialized
stable
2014-05-20, by Pierre-Yves David
proxy: remove unneeded _set_hostport for compatibility with Python 2.7.7rc1
stable
2014-05-22, by Yuya Nishihara
bugzilla: support Bugzilla 4.4.3+ API login token authentication (issue4257)
stable
2014-05-23, by Jim Hague
resolve: don't abort resolve -l even when no merge is in progress
2014-05-23, by Siddharth Agarwal
templates: fix ifcontains against sets with length > 1 (issue4259)
stable
2014-05-23, by Durham Goode
run-tests: assign value to ESCAPEMAP - dict.update do not return self
2014-05-25, by Mads Kiilerich
run-tests: fix invalid reference to stringescape after a36cc85a5b7b
2014-05-25, by Mads Kiilerich
update: specify custom conflict markers for update (BC)
2014-05-09, by Durham Goode
run-tests: add docstrings
2014-05-09, by Gregory Szorc
run-tests: avoid duplicate code in vlog()
2014-05-09, by Gregory Szorc
run-tests: make attributes of TestRunner internal
2014-04-25, by Gregory Szorc
run-tests: make testdir an argument of TestSuite.__init__
2014-04-25, by Gregory Szorc
run-tests: move loop to a named argument of TestSuite.__init__
2014-04-25, by Gregory Szorc
run-tests: make keywords a named argument to TestSuite.__init__
2014-04-25, by Gregory Szorc
run-tests: make retest a named argument of TestSuite.__init__
2014-04-25, by Gregory Szorc
run-tests: move whitelist and blacklist to named arguments of TestSuite
2014-04-25, by Gregory Szorc
run-tests: pass jobs into TestSuite constructor
2014-04-25, by Gregory Szorc
help: add local/other description to merge tool description
2014-05-16, by Durham Goode
rebase: specify custom conflict marker labels for rebase (BC)
2014-05-08, by Durham Goode
graft: customize graft conflict markers (BC)
2014-05-09, by Durham Goode
merge: add labels parameter from merge.update to filemerge
2014-05-08, by Durham Goode
run-tests: move interactive test acceptance into TestResult
2014-04-22, by Gregory Szorc
run-tests: raise WarnTest outside of Test.fail()
2014-04-22, by Gregory Szorc
run-tests: move diff generation into TestResult
2014-04-22, by Gregory Szorc
run-tests: remove global abort flag
2014-04-22, by Gregory Szorc
merge: add conflict marker formatter (BC)
2014-05-08, by Durham Goode
run-tests: remove options from Test.__init__
2014-04-22, by Gregory Szorc
run-tests: move shell to Test.__init__
2014-04-22, by Gregory Szorc
run-tests: move py3kwarnings to Test.__init__
2014-04-22, by Gregory Szorc
run-tests: move extra config options to Test.__init__
2014-04-22, by Gregory Szorc
run-tests: refactor port number declaration
2014-04-22, by Gregory Szorc
run-tests: move timeout into Test.__init__
2014-04-22, by Gregory Szorc
run-tests: move interactive to Test.__init__
2014-04-22, by Gregory Szorc
run-tests: move diff options into arguments of Test.__init__
2014-04-22, by Gregory Szorc
run-tests: move debug into an argument to Test.__init__
2014-04-22, by Gregory Szorc
run-tests: factor options.keep_tmpdir into an argument to Test.__init__
2014-04-22, by Gregory Szorc
run-tests: remove redundant test name filter
2014-04-22, by Gregory Szorc
run-tests: move test filtering into TestSuite.run()
2014-04-22, by Gregory Szorc
run-tests: no longer pass a TestRunner into Test.__init__
2014-04-22, by Gregory Szorc
run-tests: pass abort into Test.__init__
2014-04-22, by Gregory Szorc
run-tests: pass temp dir into Test.__init__
2014-04-22, by Gregory Szorc
update: show message when a bookmark is activated by update
2013-03-07, by Stephen Lee
run-tests: pass a full test path into Test.__init__
2014-04-22, by Gregory Szorc
run-tests: factor refpath into Test classes
2014-04-21, by Gregory Szorc
run-tests: don't trap exceptions in Test.runTest()
2014-04-20, by Gregory Szorc
run-tests: factor options out of run()
2014-04-20, by Gregory Szorc
convert: mercurial source: convert global tags only - not local tags
2014-05-16, by Mads Kiilerich
run-tests: refactor temporary directories in Test
2014-04-20, by Gregory Szorc
run-tests: move _executetests into TestSuite
2014-04-20, by Gregory Szorc
run-tests: capture execution times in TestResult
2014-04-20, by Gregory Szorc
run-tests: move outputtimes() into unittest runner class
2014-04-20, by Gregory Szorc
run-tests: refactor how times are recorded
2014-04-20, by Gregory Szorc
run-tests: eliminate Test._result
2014-04-20, by Gregory Szorc
run-tests: replace Test.ignore() with raise IgnoreTest
2014-04-20, by Gregory Szorc
run-tests: replace Test.skip() with raise SkipTest
2014-04-20, by Gregory Szorc
run-tests: remove some legacy code around result handling
2014-04-20, by Gregory Szorc
run-tests: merge MercurialTest into Test
2014-04-20, by Gregory Szorc
check-code: check for consistent usage of the websub filter in hgweb templates
2014-05-17, by Steven Brown
hgweb: apply websub filter to the changeset description in rss and atom feeds
2014-05-17, by Steven Brown
tests: write the hgrc file for test-hgweb-commands.t with cat instead of echo
2014-05-17, by Steven Brown
tests: tests for the rss feeds
2014-05-17, by Steven Brown
localrepo: use _matchstatus of context objects
2014-04-23, by Sean Farley
workingctx: override _matchstatus for parentworking case
2014-04-24, by Sean Farley
basectx: add _matchstatus method for factoring out last of parentworking logic
2014-04-23, by Sean Farley
workingctx: use inheritance for _buildstatus while keeping the fastpath
2014-04-24, by Sean Farley
localrepo: remove unneeded unpacking of r
2014-04-22, by Sean Farley
localrepo: call _poststatus hook instead of hardcoding symlink knowledge
2014-04-22, by Sean Farley
workingctx: add _poststatus method to call _filtersuspectsymlink
2014-04-22, by Sean Farley
context: add a no-op _poststatus method
2014-04-22, by Sean Farley
localrepo: call _prestatus hook instead of hardcoding dirstate knowledge
2014-04-22, by Sean Farley
workingctx: add _prestatus method to call _dirstatestatus
2014-04-21, by Sean Farley
context: add a no-op _prestatus method
2014-04-21, by Sean Farley
localrepo: use _buildstatus from context
2014-04-21, by Sean Farley
context: add _buildstatus method
2014-04-21, by Sean Farley
localrepo: remove workingctx logic already moved to context
2014-04-21, by Sean Farley
localrepo: move the order of local variables
2014-04-21, by Sean Farley
localrepo: factor out _manifestmatch logic for workingctx
2014-04-15, by Sean Farley
localrepo: use _manifestmatches instead of duplicating logic
2014-03-11, by Sean Farley
basectx: add _manifestmatches method
2014-04-23, by Sean Farley
localrepo: always set the variable r in status method
2014-03-11, by Sean Farley
run-tests: execute tests via unittest
2014-04-20, by Gregory Szorc
run-tests: implement Test.__str__
2014-04-22, by Gregory Szorc
run-tests: make failure reporting in unittest mode equivalent to default
2014-04-21, by Gregory Szorc
run-tests: ignore failures from rmtree
2014-04-20, by Gregory Szorc
run-tests: abort tests after first failure in unittest mode
2014-04-20, by Gregory Szorc
run-tests: print compatible output from TextTestRunner
2014-04-20, by Gregory Szorc
run-tests: don't print results in unittest mode
2014-04-20, by Gregory Szorc
run-tests: move errpath deletion to setUp()
2014-04-20, by Gregory Szorc
run-tests: kill daemons during tearDown()
2014-04-20, by Gregory Szorc
run-tests: move err file writing to tearDown()
2014-04-21, by Gregory Szorc
run-tests: refactor testtmp
2014-04-20, by Gregory Szorc
run-tests: store skipped state on Test
2014-04-20, by Gregory Szorc
run-tests: move some functionality to Test.tearDown()
2014-04-20, by Gregory Szorc
run-tests: store last result in Test._result
2014-04-20, by Gregory Szorc
run-tests: report test duration in Test.tearDown()
2014-04-20, by Gregory Szorc
run-tests: store test return code and output in Test instance
2014-04-20, by Gregory Szorc
run-tests: keep track of test start and stop in MercurialTest.run()
2014-04-20, by Gregory Szorc
run-tests: keep track of test execution state in Test
2014-04-20, by Gregory Szorc
run-tests: support setUp() and tearDown() in TestCase wrapper
2014-04-20, by Gregory Szorc
run-tests: fail tests by raising an exception
2014-04-20, by Gregory Szorc
run-tests: record warnings by raising WarnTest
2014-04-20, by Gregory Szorc
run-tests: record ignored tests by raising IgnoreTest
2014-04-20, by Gregory Szorc
run-tests: record skips by raising SkipTest
2014-04-20, by Gregory Szorc
run-tests: implement TestCase.run()
2014-04-20, by Gregory Szorc
run-tests: don't print progress from Test when in unittest mode
2014-04-20, by Gregory Szorc
run-tests: define a custom TestSuite that uses _executetests()
2014-04-20, by Gregory Szorc
run-tests: pass an optional TestResult into _executetests()
2014-04-20, by Gregory Szorc
run-tests: pass Test instances into TestRunner._executetests()
2014-04-20, by Gregory Szorc
run-tests: define cleanup() on unittest class
2014-05-17, by Gregory Szorc
run-tests: rename Test._test to Test.name
2014-04-20, by Gregory Szorc
run-tests: teach Test instances whether they are in unittest mode
2014-04-20, by Gregory Szorc
run-tests: teach unittest about warned results
2014-04-20, by Gregory Szorc
run-tests: document how success code is handled
2014-04-20, by Gregory Szorc
run-tests: teach unittest about ignored tests
2014-04-20, by Gregory Szorc
run-tests: teach unittest about skipped tests
2014-04-20, by Gregory Szorc
run-tests: define custom result and runner classes for unittest
2014-04-20, by Gregory Szorc
run-tests: start to report test results against TestResult
2014-04-20, by Gregory Szorc
run-tests: give unittest wrapper a short description
2014-04-20, by Gregory Szorc
run-tests: initial support for running tests with unittest
2014-04-20, by Gregory Szorc
localrepo: reverse contexts in status
2014-04-16, by Sean Farley
test: split test-largefile.t in multiple file
2014-05-16, by Pierre-Yves David
mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qrefresh/qfold)
2014-05-11, by FUJIWARA Katsunori
mq: fold the code paths to invoke editor into specific logic (qrefresh/qfold)
2014-05-11, by FUJIWARA Katsunori
mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qnew)
2014-05-11, by FUJIWARA Katsunori
mq: fold the code path to invoke editor into specific logic (qnew)
2014-05-11, by FUJIWARA Katsunori
cmdutil: enhance "getcommiteditor()" for specific usages in MQ
2014-05-11, by FUJIWARA Katsunori
tag: use the editor gotten by "getcommiteditor()" instead of "ui.edit()"
2014-05-11, by FUJIWARA Katsunori
import: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
graft: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
amend: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
commit: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
backout: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
backout: avoid redundant message examination
2014-05-11, by FUJIWARA Katsunori
transplant: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
rebase: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
histedit: use "getcommiteditor()" instead of explicit editor choice for "--continue"
2014-05-11, by FUJIWARA Katsunori
histedit: use "getcommiteditor()" instead of explicit editor choice for "fold"
2014-05-11, by FUJIWARA Katsunori
histedit: use the editor gotten by "getcommiteditor()" for "message"
2014-05-11, by FUJIWARA Katsunori
fetch: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
cmdutil: introduce "getcommiteditor()" to simplify code paths to choose editor
2014-05-11, by FUJIWARA Katsunori
update: when deactivating a bookmark, print a message
2014-05-14, by Siddharth Agarwal
doc: improves merge-tools example with an overwrite of existing config
2012-08-02, by Pierre-Yves David
help: add additional information in the merge-tools section of config help
2014-05-12, by Pierre-Yves David
subrepo: use subrepo shortid method to generate subrepo diverged promptchoice
2014-05-07, by Angel Ezquerra
subrepo: add shortid() method to subrepo classes
2014-05-07, by Angel Ezquerra
localrepo: call _dirstatestatus instead of duplicating logic
2014-03-11, by Sean Farley
workingctx: call _dirstatestatus in status
2014-04-22, by Sean Farley
context: add private _dirstatestatus method
2014-04-22, by Sean Farley
committablectx: move status to workingctx
2014-03-11, by Sean Farley
localrepo: factor out parentworking logic for comparing files
2014-03-11, by Sean Farley
localrepo: improve dirstate.normal lookup by cacheing the function
2014-03-11, by Sean Farley
localrepo: move symlink logic to workingctx
2014-03-07, by Sean Farley
merge: separate worker functions for batch remove and batch get
2014-05-09, by Mads Kiilerich
merge: change debug logging - test output changes but no real changes
2014-04-22, by Mads Kiilerich
merge: move constant assignments a bit and use them more
2014-05-15, by Mads Kiilerich
merge: change priority / ordering of merge actions
2014-05-02, by Mads Kiilerich
run-tests: fix --interactive option
2014-05-17, by Pierre-Yves David
run-test: fix AttributeError in the --interactive prompt
2014-05-17, by Pierre-Yves David
run-test: restore the -i prompt by write .err before checking if it exists
2014-05-17, by Pierre-Yves David
run-tests: move _gethgpath() into TestRunner
2014-04-20, by Gregory Szorc
run-tests: move string escaping to TTest
2014-04-20, by Gregory Szorc
run-tests: add some docstrings
2014-04-20, by Gregory Szorc
run-tests: move createhgrc into Test
2014-04-20, by Gregory Szorc
run-tests: move SKIPPED_PREFIX and FAILED_PREFIX into TTest
2014-04-20, by Gregory Szorc
run-tests: move SKIPPED_STATUS into Test class
2014-04-20, by Gregory Szorc
run-tests: move parsehghaveoutput() into TTest
2014-04-20, by Gregory Szorc
run-tests: make some methods of TestRunner internal
2014-04-20, by Gregory Szorc
run-tests: eliminate main()
2014-04-20, by Gregory Szorc
run-tests: move option parser logic to TestRunner.run()
2014-04-20, by Gregory Szorc
run-tests: move umask into TestRunner.run()
2014-04-20, by Gregory Szorc
run-tests: move checktools into TestRunner.run()
2014-04-20, by Gregory Szorc
run-tests: move test discovery into TestRunner.run()
2014-04-20, by Gregory Szorc
run-tests: move test shuffling and sorting into TestRunner
2014-04-20, by Gregory Szorc
run-tests: assign testdir in TestRunner
2014-04-20, by Gregory Szorc
run-tests: move hash seed logic to TestRunner
2014-04-20, by Gregory Szorc
run-tests: move tmpdir calculations into TestRunner
2014-04-20, by Gregory Szorc
run-tests: move more path calculations into TestRunner
2014-04-20, by Gregory Szorc
run-tests: move pypath manipulation into TestRunner
2014-04-20, by Gregory Szorc
run-tests: establish TestRunner.run()
2014-04-20, by Gregory Szorc
run-tests: move program searching into TestRunner
2014-04-20, by Gregory Szorc
run-tests: allow TestRunner to be passed into main()
2014-04-20, by Gregory Szorc
run-tests: move test discovery logic into a function
2014-04-20, by Gregory Szorc
run-tests: move scheduletests() into TestRunner
2014-04-20, by Gregory Szorc
run-tests: move abort global to TestRunner
2014-04-20, by Gregory Szorc
run-tests: move runtests() into TestRunner
2014-04-20, by Gregory Szorc
run-tests: move results global into TestRunner
2014-04-20, by Gregory Szorc
run-tests: move times global into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move gettest() into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move outputcoverage() into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move outputtimes() into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move checkhglib into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move installhg() into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move createdfiles out of a global and into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move usecorrectpython() into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move cleanup() into TestRunner
2014-04-19, by Gregory Szorc
run-tests: add options to runner
2014-04-19, by Gregory Szorc
run-tests: add options to runner
2014-04-19, by Gregory Szorc
run-tests: move COVERAGE_FILE out of a global
2014-04-19, by Gregory Szorc
run-tests: move PYTHONDIR out of a global
2014-04-19, by Gregory Szorc
run-tests: move TMPBINDIR out of a global
2014-04-19, by Gregory Szorc
run-tests: move BINDIR out of a global
2014-04-19, by Gregory Szorc
run-tests: move INST out of a global
2014-04-19, by Gregory Szorc
run-tests: move HGTMP out of a global
2014-04-19, by Gregory Szorc
run-tests: move TESTDIR out of a global
2014-04-19, by Gregory Szorc
run-tests: establish a class to hold testing state
2014-04-19, by Gregory Szorc
run-tests: refactor runone() into gettest() and scheduletests()
2014-04-19, by Gregory Szorc
run-tests: move computation of test paths into Test.__init__
2014-04-19, by Gregory Szorc
run-tests: move logging of test start into Test.run()
2014-04-19, by Gregory Szorc
run-tests: remove remaining uses of TestResult
2014-04-19, by Gregory Szorc
run-tests: move output writing to Test.run()
2014-04-19, by Gregory Szorc
run-tests: move err file saving to Test.run()
2014-04-19, by Gregory Szorc
run-tests: emit exception failure result from Test.run()
2014-04-19, by Gregory Szorc
run-tests: move test name filter to Test.run()
2014-04-19, by Gregory Szorc
run-tests: move keyword processing into Test.run()
2014-04-19, by Gregory Szorc
run-tests: move retesting result to Test.run()
2014-04-19, by Gregory Szorc
run-tests: move blacklist skipping to Test.run()
2014-04-19, by Gregory Szorc
run-tests: check for test file existence in Test.run()
2014-04-19, by Gregory Szorc
run-tests: move remaining result processing to Test.run()
2014-04-19, by Gregory Szorc
run-tests: move output difference processing to Test.run()
2014-04-19, by Gregory Szorc
run-tests: generate timeout result in Test.run()
2014-04-19, by Gregory Szorc
run-tests: add skip processing to Test
2014-04-19, by Gregory Szorc
run-tests: move fail() into Test
2014-04-19, by Gregory Szorc
run-tests: move success() into Test
2014-04-19, by Gregory Szorc
run-tests: move err path handling to Test
2014-04-19, by Gregory Szorc
run-tests: handle interrupted in Test.run()
2014-04-19, by Gregory Szorc
run-tests: kill daemons during Test.cleanup()
2014-04-19, by Gregory Szorc
run-tests: capture reference output in Test.__init__
2014-04-19, by Gregory Szorc
run-tests: make globmatch a static method of TTest
2014-04-19, by Gregory Szorc
run-tests: make rematch a static method of TTest
2014-04-19, by Gregory Szorc
run-tests: make linematch a static method of TTest
2014-04-19, by Gregory Szorc
run-tests: finish moving tsttest() into TTest
2014-04-19, by Gregory Szorc
run-tests: move t test execution from tsttest() to TTest.run()
2014-04-19, by Gregory Szorc
run-tests: move t test parsing into its own function
2014-04-19, by Gregory Szorc
run-tests: roll pytest() into PythonTest._run()
2014-04-19, by Gregory Szorc
run-tests: remove threadtmp in Test.cleanup()
2014-04-19, by Gregory Szorc
run-tests: allow Test.run() to run multiple times
2014-04-19, by Gregory Szorc
run-tests: capture reference output in TestResult class
2014-04-19, by Gregory Szorc
run-tests: give TestResult a skipped attribute
2014-04-19, by Gregory Szorc
run-tests: pass TestResult into run()
2014-04-19, by Gregory Szorc
run-tests: capture execution results in a TestResult class
2014-04-19, by Gregory Szorc
run-tests: clean up temp directory variables
2014-04-19, by Gregory Szorc
run-tests: move env into Test
2014-04-19, by Gregory Szorc
run-tests: move killdaemons into Test.run()
2014-04-19, by Gregory Szorc
run-tests: move replacements and port management into Test
2014-04-19, by Gregory Szorc
run-tests: move createhgrc() call into Test.run()
2014-04-19, by Gregory Szorc
run-tests: move createenv() into Test
2014-04-19, by Gregory Szorc
run-tests: move replacements generation into Test
2014-04-19, by Gregory Szorc
run-tests: move testtmp into Test class
2014-04-19, by Gregory Szorc
run-tests: create classes for representing tests
2014-04-19, by Gregory Szorc
revsetbenchmark: add `author(mpm) or author(lmoscovicz)` to the canonical list
2014-04-30, by Pierre-Yves David
filterpyflakes: filter WindowsError unconditionally
2014-05-13, by Matt Mackall
filterpyflakes: make memoryview filtering unconditional
2014-05-13, by Matt Mackall
py3kcompat: drop unused export
2014-05-13, by Matt Mackall
py3kcompat: don't convert os.environ to bytes
2014-05-10, by Gregory Szorc
demandimport: pass proper level to __import__ in Python 3
2014-05-10, by Gregory Szorc
help: suggest keyword search when no topic is found
2014-04-16, by Pierre-Yves David
help: provide a more helpful message when no keyword are matched
2014-04-16, by Pierre-Yves David
revsetbenchmark: use optparse to retrieve argument
2014-04-29, by Pierre-Yves David
revsetbenchmark: add a usage message when no arguments are passed
2014-04-25, by Pierre-Yves David
revsetbenchmark: add `::tip and draft()` to the canonical list
2014-04-29, by Pierre-Yves David
revset: cosmetic changes in spanset range comparison
2014-04-28, by Pierre-Yves David
revset: drop spanset._contained
2014-04-25, by Pierre-Yves David
patchbomb: includes series information in the header
2014-05-05, by Pierre-Yves David
pager: add attend-<command> option
2014-05-09, by Matt Mackall
pager: variable reorder
2014-05-09, by Matt Mackall
pager: break auto out of command check loop
2014-05-09, by Matt Mackall
pager: break always out of command check loop
2014-05-09, by Matt Mackall
pager: break pager invocation out of command check loop
2014-05-09, by Matt Mackall
tests: fix test failure on vfat
2014-05-08, by Matt Mackall
largefiles: include largefiles when doing log on a directory (issue4241)
2014-05-08, by Mads Kiilerich
journal: set Abort hint when failing due to an abandoned transaction
2014-05-08, by Johan Bjork
merge: define conflict marker labels in filemerge()
2014-05-08, by Durham Goode
merge: prevent simplemerge from mutating label list
2014-05-08, by Durham Goode
tests: ignore "undefined name 'memoryview'" pyflakes error on earlier Python
2014-05-09, by FUJIWARA Katsunori
mq: eliminate unused variable for test-check-pyflakes.t
2014-05-09, by FUJIWARA Katsunori
merge: make debug output slightly more helpful by including message for action
2014-04-22, by Mads Kiilerich
merge: simplify mergestate iter
2012-05-13, by Mads Kiilerich
resolve: simplify "finished" message
2014-05-09, by Matt Mackall
resolve: print message when no unresolved files remain (issue4214)
2014-04-18, by Gregory Szorc
resolve: print warning when no work performed (issue4208)
2014-04-18, by Gregory Szorc
resolve: abort when not applicable (BC)
2014-04-18, by Gregory Szorc
resolve: split test
2014-04-18, by Gregory Szorc
resolve: use early continue and deindent
2014-04-18, by Gregory Szorc
mergestate: consistently set variables to None
2014-05-08, by Gregory Szorc
changegroup: refactor outgoing logic into a function
2014-05-07, by Durham Goode
bundle2: fix bundle2 pulling all revs on empty pulls
2014-05-07, by Durham Goode
exchange: fix bad indentation
2014-05-07, by Pierre-Yves David
exchange: propagate arguments to the _getbundleextrapart function
2014-05-07, by Pierre-Yves David
bundle2: fix configuration name mismatch
2014-05-07, by Durham Goode
build: initial support for in-tree autobuilding recipes
2014-05-07, by Matt Mackall
tests: declare commands using decorator
2014-05-04, by Gregory Szorc
share: declare commands using decorator
2014-05-04, by Gregory Szorc
relink: declare command using decorator
2014-05-04, by Gregory Szorc
record: declare commands using decorator
2014-05-04, by Gregory Szorc
hgk: declare commands using decorator
2014-05-04, by Gregory Szorc
color: declare command using decorator
2014-05-04, by Gregory Szorc
children: declare command using decorator
2014-05-04, by Gregory Szorc
fetch: declare command using decorator
2014-05-04, by Gregory Szorc
extdiff: declare command using decorator
2014-05-04, by Gregory Szorc
churn: declare command using decorator
2014-05-04, by Gregory Szorc
convert: declare commands using decorator
2014-05-04, by Gregory Szorc
debugshell: declare command using decorator
2014-05-04, by Gregory Szorc
largefiles: declare commands using decorator
2014-05-04, by Gregory Szorc
cmdutil: omit redundant "savecommitmessage()" in "tryimportone()"
2014-05-05, by FUJIWARA Katsunori
amend: use "editor" argument for "memctx.__init__" to save commit message
2014-05-05, by FUJIWARA Katsunori
histedit: pass "editor" argument to "memctx.__init__()" for "collapse" command
2014-05-05, by FUJIWARA Katsunori
context: move editor invocation from "makememctx()" to "memctx.__init__()"
2014-05-05, by FUJIWARA Katsunori
localrepo: add "editor" argument to "tag()"
2014-05-05, by FUJIWARA Katsunori
qrefresh: use "editor" argument of "commit()" instead of explicit "ui.edit()"
2014-05-05, by FUJIWARA Katsunori
qrefresh: relocate message/patch-header handling to delay message determination
2014-05-05, by FUJIWARA Katsunori
qnew: use "editor" argument of "commit()" instead of explicit "ui.edit()"
2014-05-05, by FUJIWARA Katsunori
histedit: use "editor" argument of "commit()" instead of explicit "ui.edit()"
2014-05-05, by FUJIWARA Katsunori
test-pyflakes: detect undefined name error
2014-04-29, by Yuya Nishihara
run-tests: initialize global variables to suppress pyflakes warning
2014-05-02, by Yuya Nishihara
merge with stable
2014-05-06, by Matt Mackall
setup.py, make: avoid problems with outdated, existing hgext/__index__.py*
stable
2014-05-05, by Thomas Arendsen Hein
factotum: initialize global variables to suppress pyflakes warning
2014-05-02, by Yuya Nishihara
color: don't fail on error messages when no curses (issue4237)
stable
2014-05-03, by Mads Kiilerich
win32: backout 1a9ebc83a74c
stable
2014-05-03, by Steve Borho
test-check-code-hg: use locate instead of manifest
2014-05-05, by Matt Mackall
test-check-code-hg: drop manual check of non-.py scripts
2014-05-05, by Matt Mackall
test-check-code-hg: use test-repo check
2014-05-05, by Matt Mackall
check-code: look at shebang to identify Python scripts
2014-05-05, by Matt Mackall
tests: use locate to find files for pyflakes check
2014-05-02, by Matt Mackall
merge with stable
2014-05-01, by Matt Mackall
Added signature for changeset 2195ac506c6a
stable
2014-05-01, by Matt Mackall
Added tag 3.0 for changeset 2195ac506c6a
stable
2014-05-01, by Matt Mackall
revset: directly use __contains__ instead of a lambda
stable
3.0
2014-05-01, by Pierre-Yves David
tests: suppress spurious lchmod error from unzip (issue4088)
stable
2014-05-01, by Matt Mackall
orderedlazyset: directly use __contains__ instead of a lambda
stable
2014-05-01, by Pierre-Yves David
lazyset: directly use __contains__ instead of a lambda
stable
2014-05-01, by Pierre-Yves David
merge with i18n
stable
2014-05-01, by Matt Mackall
i18n-ja: synchronized with e9c2f76be74b
stable
2014-04-30, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with e9c2f76be74b
stable
2014-04-30, by Wagner Bruna
rebase: empty revset should be a gentle no-op with exit code 1, not an error
stable
2014-05-01, by Mads Kiilerich
largefiles: better handling of log from other working directory (issue4236)
stable
2014-05-01, by Mads Kiilerich
tests: add repository check for pyflakes test
stable
2014-05-01, by Matt Mackall
spanset: directly use __contains__ instead of a lambda
stable
2014-04-26, by Pierre-Yves David
transaction: fix file descriptor leak for journal.backupfiles
stable
2014-04-30, by Durham Goode
revset: also inline spanset._contained in __len__
stable
2014-04-25, by Pierre-Yves David
revset: inline spanset containment check (fix perf regression)
stable
2014-04-28, by Pierre-Yves David
ancestor: silence multiple ancestor warning outside of merge (issue4234)
stable
2014-04-30, by Matt Mackall
revsetbenchmark: fix error raising
stable
2014-04-25, by Pierre-Yves David
revset: fix revision filtering in spanset.contains (regression)
stable
2014-04-28, by Pierre-Yves David
graft: do not use `.remove` on a smart set (regression)
stable
2014-04-28, by Pierre-Yves David
help: clarify distinction among `contains`/`file`/`filelog`
stable
2014-04-28, by Greg Hurrell
discovery: don't report all "unsynced" remote heads (issue4230)
stable
2014-04-24, by Mads Kiilerich
rebase: don't abort if we're asked to rebase an empty revset
stable
2014-04-23, by Julien Cristau
largefiles: remove directories emptied after their files are moved (issue3515)
stable
2014-04-25, by Matt Harbison
cmdserver: forcibly use L channel to read password input (issue3161)
stable
2014-04-26, by Yuya Nishihara
killdaemons: correct typo of _check() function caught by pyflakes
stable
2014-04-29, by Yuya Nishihara
win32: add missing definition of _ERROR_NO_MORE_FILES caught by pyflakes
stable
2014-04-29, by Yuya Nishihara
exchange: fix invalid reference to bundle2.UnknownPartError caught by pyflakes
stable
2014-04-29, by Yuya Nishihara
match: fix NameError 'pat' on overflow of regex pattern length
stable
2014-04-29, by Yuya Nishihara
color: add missing handling of stderr capture introduced by 350dc24a553d
stable
2014-04-27, by Yuya Nishihara
hgweb: replace excanvas.js with a newer version
stable
2014-04-23, by Javi Merino
httppeer: reintroduce _abort that accidentally was removed in 167047ba3cfa
stable
2014-04-23, by Mads Kiilerich
bundle2: gracefully handle hook abort
stable
2014-04-21, by Pierre-Yves David
bundle2: gracefully handle PushRaced error during unbundle
stable
2014-04-21, by Pierre-Yves David
bundle2: add an error message to push race error
stable
2014-04-21, by Pierre-Yves David
bundle2: fix raising errors during heads checking
stable
2014-04-21, by Pierre-Yves David
bundle2: gracefully handle UnknownPartError during unbundle
stable
2014-04-21, by Pierre-Yves David
bundle2: catch UnknownPartError during local push
stable
2014-04-22, by Pierre-Yves David
bundle2: catch UnknownPartError during pull
stable
2014-04-21, by Pierre-Yves David
bundle2: catch UnknownPartError during push
stable
2014-04-21, by Pierre-Yves David
bundle2: use a more specific UnknownPartError when no handler is found
stable
2014-04-21, by Pierre-Yves David
bundle2: make error testing more modular
stable
2014-04-21, by Pierre-Yves David
bundle2: gracefully handle abort during unbundle
stable
2014-04-21, by Pierre-Yves David
bundle2: decorate exception raised during bundle processing
stable
2014-04-22, by Pierre-Yves David
histedit, i18n: replace '+' with concatenation to make hggettext happy
stable
2014-04-22, by Wagner Bruna
commands: fix typo in --graph description
stable
2014-04-22, by Wagner Bruna
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
+30000
tip