Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
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
revset, i18n: add translator comment to "only"
stable
2014-04-22, by Wagner Bruna
merge: improve notes for listing the bids for ambiguous merges
stable
2014-04-21, by Mads Kiilerich
merge: tell the user when we are using bid merge
stable
2014-04-18, by Mads Kiilerich
merge: fix stray character in bid merge message
stable
2014-04-21, by Mads Kiilerich
tests: better test coverage for bid merge
stable
2014-04-21, by Mads Kiilerich
merge: fix wrong number of arguments for bid merge message
stable
2014-04-21, by Mads Kiilerich
merge: fix test failures with new merge code on OS X
stable
2014-04-21, by Matt Mackall
obsolete: fix one-element tuple in module docstring
stable
2014-04-19, by Martin Geisler
obsolete: let N denote number of obsoleted changestes in a marker
stable
2014-04-19, by Martin Geisler
obsolete: fix language and grammar in module docstring
stable
2014-04-19, by Martin Geisler
churn: compute padding with unicode strings
stable
2014-04-19, by Isaac Jurado
Added signature for changeset 564f55b25122
stable
2014-04-17, by Matt Mackall
Added tag 3.0-rc for changeset 564f55b25122
stable
2014-04-17, by Matt Mackall
merge default into stable for 3.0 code freeze
stable
3.0-rc
2014-04-17, by Matt Mackall
bundle2: allow extensions to extend the getbundle request
2014-04-17, by Pierre-Yves David
bundle2: add a way to add parts during a `getbundle` request
2014-04-17, by Pierre-Yves David
getbundle: pass arbitrary arguments all along the call chain
2014-04-17, by Pierre-Yves David
bundle2: call a hook after the transaction is closed
2014-04-17, by Pierre-Yves David
bundle2: call a hook prior to closing the transaction
2014-04-17, by Pierre-Yves David
bundle2: inform transaction that we are in a bundle2 unbundle
2014-04-17, by Pierre-Yves David
changegroup: use tr.hookargs when calling changegroup hooks
2014-04-17, by Pierre-Yves David
changegroup: use tr.hookargs when calling pretxnchangegroup hooks
2014-04-17, by Pierre-Yves David
addchangegroup: register data in tr.hookargs
2014-04-17, by Pierre-Yves David
transaction: add a notion of hook arguments
2014-04-17, by Pierre-Yves David
bundle2: allow extensions to plug into the push process
2014-04-17, by Pierre-Yves David
bundle2: require both client and server to opt in
2014-04-17, by Pierre-Yves David
bundle2: move bundle2 config option to section "experimental"
2014-04-17, by Pierre-Yves David
bundle2: move all parts into a `bx2` namespace
2014-04-17, by Pierre-Yves David
bundle2: rename server capability to bundle2-exp
2014-04-17, by Pierre-Yves David
bundle2: use HG2X in the header
2014-04-17, by Pierre-Yves David
bundle2: transmit capabilities to getbundle during pull
2014-04-17, by Pierre-Yves David
bundle2: include client capabilities in the pushed bundle
2014-04-17, by Pierre-Yves David
bundle2: advertise bundle2 caps in server capabilities
2014-04-17, by Pierre-Yves David
bundle2: add bundle2caps dict on localrepo object
2014-04-17, by Pierre-Yves David
bundle2: capabilities encoding
2014-04-17, by Pierre-Yves David
bundle2: extract capabilities decoding
2014-04-17, by Pierre-Yves David
bundle2: protect capabilities name and values with url quoting
2014-04-17, by Pierre-Yves David
bundle2: support for capabilities with values
2014-04-17, by Pierre-Yves David
bundle2: add capabilities support in `replycaps` part
2014-04-17, by Pierre-Yves David
bundle2: adds a capabilities attribute on bundler20
2014-04-16, by Pierre-Yves David
bundle2: include stderr when capturing handlers output
2014-04-16, by Pierre-Yves David
ui: pushbuffer can now also capture stderr
2014-04-16, by Pierre-Yves David
bundle2: capture remote stdout while unbundling
2014-04-16, by Pierre-Yves David
bundle2: introduce `replycaps` part for on-demand reply
2014-04-16, by Pierre-Yves David
bundle2: use an official iterparts method to unbundle parts
2014-04-16, by Pierre-Yves David
merge: with merge.preferancestor=*, run an auction with bids from ancestors
2014-02-28, by Mads Kiilerich
log: changed implementation to use graphlog code
2014-02-28, by Lucas Moscovicz
context: introduce merge.preferancestor for controlling which ancestor to pick
2014-02-24, by Mads Kiilerich
context: tell when .ancestor picks one of multiple common ancestors heads
2014-04-17, by Mads Kiilerich
hgweb: align entries in "changelog" and "revisions" pages of "spartan" style
2014-04-17, by FUJIWARA Katsunori
hgweb: show revisions and hashes gotten from changelog in "comparison" page
2014-04-17, by FUJIWARA Katsunori
hgweb: show as same parents as "hg parents -r REV FILE" in pages for file
2014-04-17, by FUJIWARA Katsunori
hgweb: make "comparison" get parent from not filelog but changelog
2014-04-17, by FUJIWARA Katsunori
hgweb: fix lack of "bookmarks" link in "/file" page of "paper" style
2014-04-17, by FUJIWARA Katsunori
hgweb: adding article link to rss feed
2014-04-17, by Aaron Jensen
hgweb: adding branch names from inbranch template to rss feed
2014-04-17, by Aaron Jensen
hgweb: adding branch names from inbranch template to atom feed
2014-04-17, by Aaron Jensen
dirstate: report bad subdirectories as match.bad, not just a warning (BC)
2013-10-03, by Mads Kiilerich
dirstate: improve documentation and readability of match and ignore in the walker
2013-10-03, by Mads Kiilerich
context: remove redundant handling of match.bad return value
2013-10-03, by Mads Kiilerich
match: remove last traces of unused .missing callback
2013-10-03, by Mads Kiilerich
match: _globre doctests
2014-04-13, by Mads Kiilerich
match: improve documentation - docstrings and more descriptive variable naming
2013-10-03, by Mads Kiilerich
largefiles: changed overridelog to work with graphlog
2014-03-05, by Lucas Moscovicz
largefiles: added test coverage for graph log
2014-03-06, by Lucas Moscovicz
cmdutil: changed _makegraphlogrevset to _makelogrevset
2014-02-25, by Lucas Moscovicz
revlog: backout 514d32de6646 - commonancestors
2014-04-17, by Mads Kiilerich
localrepo: use commonancestorsheads for checking linear heritage in file commit
2014-04-17, by Mads Kiilerich
backout: use commonancestorsheads for checking linear heritage
2014-04-17, by Mads Kiilerich
revlog: introduce commonancestorsheads method
2014-04-17, by Mads Kiilerich
parsers: remove unnecessary gca variable in index_commonancestorsheads
2014-04-17, by Mads Kiilerich
parsers: introduce index_commonancestorsheads
2014-02-24, by Mads Kiilerich
ancestors: extract candidates function as commonancestorsheads
2014-04-17, by Mads Kiilerich
filemerge: better handling of failing remove of temporary files
2014-04-17, by Mads Kiilerich
contrib: remove mergetools.hgrc premerge=False for Beyond Compare and Araxis
2014-04-17, by Mads Kiilerich
obsolete: add '%' specifier to the format string to avoid TypeError at runtime
2014-04-16, by FUJIWARA Katsunori
check-code: detect "% inside _()" when there are leading whitespaces
2014-04-16, by FUJIWARA Katsunori
i18n: fix "% inside _()" problem
2014-04-16, by FUJIWARA Katsunori
largefiles: revert override, install matchfn outside the try/except restoring it
2014-04-13, by Mads Kiilerich
largefiles: simplify revert - use getstandinsstate like other commands do
2013-04-28, by Mads Kiilerich
largefiles: remove dummy assignments for creating an already existing closure
2014-04-13, by Mads Kiilerich
largefiles: remove silent handling of incorrect invocation of restorematchfn
2014-04-13, by Mads Kiilerich
largefiles: copy override, install matchfn outside the try/except restoring it
2014-04-13, by Mads Kiilerich
largefiles: clarify installmatchfn documentation
2014-04-13, by Mads Kiilerich
largefiles: use more reasonable locking for update
2013-04-27, by Mads Kiilerich
largefiles: full debugdirstate functionality for largefiles
2013-04-27, by Mads Kiilerich
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
+30000
tip