Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+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.
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
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+1000
+3000
+10000
+30000
tip