Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
run-tests: write bytes to the binary buffer on sys.{stdout,stderr}
2015-04-14, by Augie Fackler
run-tests: record faildata using bytes instead of str
2015-04-14, by Augie Fackler
run-tests: do cdata escaping using bytes instead of str
2015-04-14, by Augie Fackler
run-tests: make sure keyword(s) are in bytes and not str
2015-04-13, by Augie Fackler
run-tests: use items instead of iteritems on dicts
2015-04-13, by Augie Fackler
run-tests: refer to test.bname when sniffing for keywords
2015-04-13, by Augie Fackler
run-tests: string-escape no longer exists in python 3, use unicode_escape
2015-04-13, by Augie Fackler
run-tests: switch all uses of iolock.acquire() to a context manager
2015-04-13, by Augie Fackler
run-tests: use difflib.diff_bytes on Python 3
2015-04-21, by Augie Fackler
run-tests: fix installation of hg by bytesifying more constants
2015-04-12, by Augie Fackler
setup: decode xcode version number on python3
2015-04-12, by Augie Fackler
run-tests: work around with_hg being bytes or string depending on provenance
2015-04-12, by Augie Fackler
run-tests: even more bytestring annotations for Python 3
2015-04-14, by Augie Fackler
run-tests: write bytes to sys.stdout.buffer in python 3
2015-04-14, by Augie Fackler
run-tests: be more judicious about bytes vs string on test attrs
2015-04-14, by Augie Fackler
run-tests: fix _findprogram to reliably return bytes
2015-04-14, by Augie Fackler
run-tests: introduce a name for os.environb
2015-04-14, by Augie Fackler
run-tests: work around chr() producing unicode in Python 3
2015-04-14, by Augie Fackler
run-tests: use bytes when constructing shell script
2015-04-11, by Augie Fackler
run-tests: use bytes explicitly for tmpdir and hgrc construction
2015-04-11, by Augie Fackler
run-tests: work around the rename of xrange to range
2015-04-11, by Augie Fackler
heredoctest: 2to3 -w -f numliterals -f except -f print tests/heredoctest.py
2015-04-12, by Augie Fackler
python3: update killdaemons and run-tests print and exception syntax
2015-04-11, by Augie Fackler
check-code: allow with statements
2015-05-13, by Pierre-Yves David
check-code: allow 'Except EClass as variable:'
2015-05-13, by Pierre-Yves David
check-code: allow print and exec as a function
2015-05-13, by Pierre-Yves David
pathencode: for long paths, strip first 5 chars, not first dir
2015-05-06, by Martin von Zweigbergk
util.h: kill no longer needed definitions for Python < 2.5
2015-05-13, by Adrian Buehlmann
rebase: add short -k option for --keep
2015-05-12, by Nat Mote
revset: test current behavior of addset class
2015-03-30, by Yuya Nishihara
revset: remove duplicated definition of choice() from addset._iterordered()
2015-04-27, by Yuya Nishihara
canonpath: fix infinite recursion
2015-05-12, by Matt Mackall
commit: no longer allow empty commit with the 'force' argument (API)
2015-05-12, by Pierre-Yves David
import: use ui.allowemptycommit to allow empty commits
2015-05-11, by Durham Goode
mq: use ui.allowemptycommit to allow empty commits
2015-05-11, by Durham Goode
commit: add ui.allowemptycommit config option
2015-05-11, by Durham Goode
commit: move empty commit condition to a new line
2015-05-11, by Durham Goode
dirs: speed up by storing number of direct children per dir
2015-05-08, by Martin von Zweigbergk
dirs: back out forward-searching in finddirs()
2015-05-08, by Martin von Zweigbergk
templatekw: replace currentbookmark with activebookmark keyword
2015-04-15, by Ryan McElroy
templatekw: introduce activebookmark keyword
2015-04-15, by Ryan McElroy
templatekw: rename variable current to active
2015-04-15, by Ryan McElroy
pathutil: hint if a path is root relative instead of cwd relative (issue4663)
2015-05-11, by Matt Harbison
check-code: drop the python 2.5 warning for os.path.relpath()
2015-05-11, by Matt Harbison
setup.py: drop compatibility with Python 2.4 and 2.5 (BC)
2015-05-08, by Pierre-Yves David
rpm.spec: bump python dependency to 2.6
2015-05-08, by Pierre-Yves David
map-cmdline.bisect: rewrite to just %include the default template
2015-05-10, by Jordi Gutiérrez Hermoso
log: add a status template
2015-05-10, by Jordi Gutiérrez Hermoso
tests: fix hidden repeatability problem with age filter test
2015-05-12, by Matt Mackall
help: rewrite template examples to use integer literals where appropriate
2015-05-02, by Yuya Nishihara
templater: update error message of invalid number passed to word() function
2015-05-02, by Yuya Nishihara
templater: tokenize decimal integer literal (issue4638) (BC)
2015-05-01, by Yuya Nishihara
templater: switch methods table on compileexp() of func args and inner expr
2015-05-02, by Yuya Nishihara
templatefilters: don't stringify None into "None"
2015-05-10, by Jordi Gutiérrez Hermoso
hgweb: clearly outline <tr> block in gitweb and spartan styles
2015-05-10, by Anton Shestakov
rebase: use dirstateguard instead of dirstate.invalidate
2015-05-07, by FUJIWARA Katsunori
mq: use dirstateguard instead of dirstate.invalidate (qrefresh)
2015-05-07, by FUJIWARA Katsunori
mq: use dirstateguard instead of dirstate.invalidate (qpush)
2015-05-07, by FUJIWARA Katsunori
tryimportone: use dirstateguard instead of beginparentchange/endparentchange
2015-05-07, by FUJIWARA Katsunori
import: use dirstateguard instead of dirstate.invalidate
2015-05-07, by FUJIWARA Katsunori
amend: use dirstateguard instead of dirstate.invalidate
2015-05-07, by FUJIWARA Katsunori
localrepo: use changelog.hasnode instead of self.__contains__
2015-05-07, by FUJIWARA Katsunori
cmdutil: add class to restore dirstate during unexpected failure
2015-05-07, by FUJIWARA Katsunori
merge with stable
2015-05-10, by Matt Mackall
wix: add new json templates folder to MSI installers
2015-05-09, by Steve Borho
templater: rename parsestring() to unquotestring() (API)
2015-05-04, by Yuya Nishihara
templater: remove noop calls of parsestring(s, quoted=False) (API)
2015-05-04, by Yuya Nishihara
bookmarks: simplify iscurrent to isactivewdirparent (API)
2015-04-14, by Ryan McElroy
tests: add a new commit to test-commandline-template
2015-05-05, by Jordi Gutiérrez Hermoso
run-tests: spread and document the content of time tuple
2015-05-07, by Pierre-Yves David
run-tests: when building json, get time data in the same order as elsewhere
2015-05-07, by Pierre-Yves David
run-tests: stop explicit expansion of time data
2015-05-07, by Pierre-Yves David
run-tests: refactor json entry creation logic
2015-05-08, by Pierre-Yves David
run-tests: when building json, use result.failures instead of result.faildata
2015-05-07, by Pierre-Yves David
run-test: add a test for json output when -i is used
2015-05-08, by Pierre-Yves David
changegroup: drop _changelog and _manifest properties
2015-04-30, by Martin von Zweigbergk
changegroup: document the cases where reordering complicates linkrevs
2015-04-29, by Martin von Zweigbergk
changegroup: extract condition for linkrev fastpath
2015-04-29, by Martin von Zweigbergk
lazymanifest: drop SP before some labels
2015-04-12, by Martin von Zweigbergk
lazymanifest: avoid 'bail' label when used on success path
2015-04-12, by Martin von Zweigbergk
dockerdeb: rules to build a debian package using docker
2015-05-06, by Augie Fackler
packaging: extract packagelib for common code from builddeb and buildrpm
2015-05-07, by Augie Fackler
builddeb: new script for building a deb package
2015-05-06, by Augie Fackler
dockerlib: fix initcontainer for boot2docker users
2015-05-06, by Augie Fackler
dockerlib: extract initcontainer() method
2015-05-06, by Augie Fackler
dockerlib: start extracting common functions for setting up docker
2015-05-06, by Augie Fackler
run-test: ensure the test ports are available before launching test
2015-05-07, by Pierre-Yves David
templater: strip single backslash before quotation mark in quoted template
2015-05-08, by Yuya Nishihara
run-tests: implement Test._testMethodName
2015-05-07, by Pierre-Yves David
test-subrepo-git: ignore pax_global_header when listing archive
2015-05-07, by Pierre-Yves David
test-subrepo-recursion: glob out all the date listed by unzip -l
2015-05-07, by Pierre-Yves David
bookmarks: remove unused updatecurrentbookmark function (API)
2015-04-14, by Ryan McElroy
changelog: drop unnecessary override of "hasnode"
2015-05-10, by Yuya Nishihara
test-run-test: unset run-test specific environment variables
stable
2015-05-08, by Pierre-Yves David
histedit: fix --continue when rules are finished
stable
2015-05-01, by Durham Goode
histedit: fix serializing of None backupfile
stable
2015-05-01, by Durham Goode
merge with stable
2015-05-07, by Matt Mackall
treemanifest: set requires at repo creation time, ignore config after
2015-05-05, by Martin von Zweigbergk
remove: use ctx.hasdir(f) instead of 'f in ctx.dirs()'
2015-04-21, by Martin von Zweigbergk
largefiles: drop os.path.join() in subrepo archive override
2015-05-04, by Matt Harbison
archive: drop the leading '.' path component from the prefix (issue4634)
2015-05-05, by Matt Harbison
hgweb: bring back infinite scroll in shortlog of paper style
stable
2015-05-07, by Yuya Nishihara
merge with stable
2015-05-07, by Matt Mackall
extensions: clear aftercallbacks after execution (issue4646)
stable
2015-05-06, by Gregory Szorc
templater: strictly parse leading backslashes of '{' (issue4569) (BC)
stable
2015-05-04, by Yuya Nishihara
templater: do not process \-escapes at parsestring() (issue4290)
stable
2015-05-04, by Yuya Nishihara
bookmarks: rename bookmarkcurrent to activebookmark (API)
2015-04-14, by Ryan McElroy
bookmarks: rename readcurrent to readactive (API)
2015-04-13, by Ryan McElroy
bookmarks: rename setcurrent to activate (API)
2015-04-13, by Ryan McElroy
bookmarks: rename unsetcurrent to deactivate (API)
2015-04-13, by Ryan McElroy
subrepo: correctly handle git subdirectory status change
2015-05-06, by Mathias De Maré
merge with stable
2015-05-06, by Matt Mackall
setup: hide octal literals inside strings so they're portable (issue4554)
2015-04-12, by Augie Fackler
revset: avoid returning duplicates when returning ancestors
2014-03-26, by Pierre-Yves David
revset: use an iterator instead of a dequeue in ancestors()
2014-03-26, by Pierre-Yves David
revset: return early when revs is empty
2015-05-06, by Martin von Zweigbergk
revset: rename 'revsnode' to 'inputrev' in ancestors
2014-03-26, by Pierre-Yves David
revset: make generatorset.__nonzero__ lazy
2015-05-04, by Pierre-Yves David
tests: test that we can convert to manifestv2 with clone
2015-05-05, by Drew Gottlieb
requires: move requires file writing func from localrepo to scmutil
2015-04-13, by Drew Gottlieb
histedit: fix test-histedit-edit on vfat
stable
2015-05-05, by Durham Goode
revset: don't error out if tokens parse as existing symbols
2015-05-03, by Jordi Gutiérrez Hermoso
merge with stable
2015-05-05, by Matt Mackall
test-command-template: minor clarification in comment
2015-04-26, by Jordi Gutiérrez Hermoso
test-command-template: test the phase template more precisely
2015-04-28, by Jordi Gutiérrez Hermoso
obsolete: speed up unstable computation
2015-04-28, by Laurent Charignon
obsolete: speed up computation of bumped revset
2015-04-24, by Laurent Charignon
run-test: include test name in the return vlog
2015-03-19, by Pierre-Yves David
manifest: document return type of readfast()
2015-04-28, by Augie Fackler
archive: always use portable path component separators with subrepos
stable
2015-05-04, by Matt Harbison
revset: narrow the subset using smartset operation in roots()
2014-10-11, by Pierre-Yves David
context: make warning message for hidden revision extensible
2015-05-04, by Laurent Charignon
bundlerepo: remove unused 'repo' parameter
2015-05-03, by Martin von Zweigbergk
histedit: fix --edit-plan
stable
2015-04-22, by Durham Goode
merge with stable
2015-05-04, by Matt Mackall
localrepo: eliminate local requirements var in init
2015-04-22, by Drew Gottlieb
localrepo: rename requirements parameter in stream_in()
2015-04-22, by Drew Gottlieb
localrepo: have stream_in() not modify its argument
2015-04-22, by Drew Gottlieb
localrepo: make _applyrequirements more specific
2015-04-22, by Drew Gottlieb
localrepo: make requirements always be a set in localrepo.__init__
2015-04-21, by Drew Gottlieb
localrepo: eliminate requirements class variable (API)
2015-04-21, by Drew Gottlieb
changegroup.group: drop 'reorder' parameter
2015-04-29, by Martin von Zweigbergk
cg2packer: set reorder=False in __init__ instead of in group()
2015-04-29, by Martin von Zweigbergk
changegroup: use 'reorder is None' instead of 'reorder is not True/False'
2015-04-23, by Martin von Zweigbergk
crecord: fix mixed imports warning
2015-04-09, by Matt Harbison
windows: add doctest for shellquote()
2015-05-01, by Matt Harbison
template-phases: extend default style instead of duplicating it
2015-04-25, by Yuya Nishihara
commands: hide formatter option as EXPERIMENTAL, not as DEPRECATED
stable
2015-04-30, by Yuya Nishihara
keyword: use wvfs.rmtree to remove kwdemo directory
2015-04-18, by Christian Ebert
revset: id() called with 40-byte strings should give the same results as for short strings
stable
2015-04-20, by Alexander Drozdov
templater: fix crash by passing invalid object to date() function
stable
2015-05-03, by Yuya Nishihara
util.checkcase: don't abort on broken symlinks
stable
2015-05-03, by Siddharth Agarwal
changegroup: close progress in same function as it's started
2015-04-22, by Martin von Zweigbergk
changegroup: don't reuse 'mfest' variable for different type
2015-04-28, by Martin von Zweigbergk
changegroup: rename 'mf' to 'ml' to match 'cl', since it's a revlog
2015-04-28, by Martin von Zweigbergk
changegroup: rename 'needed' to 'clrevs' to match 'clnodes'
2015-04-20, by Martin von Zweigbergk
changegroup: document that 'source' parameter exists for extensions
2015-04-28, by Martin von Zweigbergk
changegroup: removed unused 'source' parameter from prune()
2015-04-28, by Martin von Zweigbergk
merge with stable
2015-05-01, by Matt Mackall
Added signature for changeset 8cc6036bca53
stable
2015-05-01, by Matt Mackall
Added tag 3.4 for changeset 8cc6036bca53
stable
2015-05-01, by Matt Mackall
tests: make tests with temporary environment setting portable
stable
3.4
2015-05-02, by FUJIWARA Katsunori
debuginstall: expand the editor path before searching for it (issue4380)
stable
2015-04-30, by Matt Harbison
censor: fix incorrect configuration name for ignoring error at censored file
stable
2015-05-01, by FUJIWARA Katsunori
merge with i18n
stable
2015-04-30, by Matt Mackall
i18n-ja: synchronized with 194207694def
stable
2015-04-30, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 89fe9921511f
stable
2015-04-29, by Wagner Bruna
templater: fail more gracefully for blank strings to word
stable
2015-04-30, by Ryan McElroy
windows: make shellquote() quote any path containing '\' (issue4629)
stable
2015-04-29, by Matt Harbison
test-commit-interactive: add more globs for no-execbit platforms
stable
2015-04-29, by Matt Harbison
ui: disable revsetaliases in plain mode (BC)
stable
2015-04-30, by Siddharth Agarwal
bundlerepo: disable filtering of changelog while constructing revision text
stable
2015-04-29, by Yuya Nishihara
merge: run update hook after the last wlock release
stable
2015-04-29, by Matt Harbison
censor: remove meaningless explanation about .hgcensored
stable
2015-04-30, by FUJIWARA Katsunori
parsers: avoid signed integer overflow in calculation of leaf-node index
stable
2015-04-29, by Yuya Nishihara
bundle2: disable ouput capture unless we use http (issue4613 issue4615)
stable
2015-04-28, by Pierre-Yves David
subrepo: propagate the --hidden option to hg subrepositories
stable
2015-02-03, by Matt Harbison
subrepo: don't pass the outer repo's --rev or --branch to subrepo incoming()
stable
2015-04-27, by Matt Harbison
subrepo: don't pass the outer repo's --rev or --branch to subrepo outgoing()
stable
2015-04-27, by Matt Harbison
subrepo: update the help text to account for diff -I/-X gitsubrepo support
stable
2015-04-27, by Matt Harbison
revert: make the interactive mode experimental
stable
2015-04-27, by Laurent Charignon
shelve: make the interactive mode experimental
stable
2015-04-27, by Laurent Charignon
help: also hide options marked EXPERIMENTAL
stable
2015-04-27, by Siddharth Agarwal
rebase: don't forward "source" argument to rebase (issue4633)
stable
2015-04-28, by Gregory Szorc
histedit: fix reST syntax problem of example code in help document
stable
2015-04-28, by FUJIWARA Katsunori
webcommands: fix description of manifest default behavior
stable
2015-04-27, by Wagner Bruna
webcommands: fix typo in changelog documentation
stable
2015-04-27, by Wagner Bruna
record: fix adding new file with record from within a subdir (issue4626)
stable
2015-04-27, by Laurent Charignon
tests: fix backslashes in test-casefolding
stable
2015-04-27, by Matt Mackall
cmdutil: avoid wrapping ctx.phasestr() by _()
stable
2015-04-25, by FUJIWARA Katsunori
repair: avoid string concatenation by + operator
stable
2015-04-25, by FUJIWARA Katsunori
annotate: always adjust linkrev before walking down to parents (issue4623)
stable
2015-04-25, by Yuya Nishihara
test-commit-interactive: stablize output for no-execbit platforms
stable
2015-04-26, by Matt Harbison
test-bundle2-exchange: make hooks compatible with Windows
stable
2015-04-26, by Matt Harbison
i18n: extract doc string of each web commands as translatable one
stable
2015-04-28, by FUJIWARA Katsunori
subrepo: don't write .hgsubstate lines with empty subrepo state (issue4622)
stable
2015-04-24, by Matt Harbison
revert: restore the ability to revert across case only renames (issue4481)
stable
2015-04-25, by Matt Harbison
convert: avoid traceback in subversion sink
stable
2015-04-27, by Matt Mackall
merge with i18n
stable
2015-04-24, by Matt Mackall
i18n-pt_BR: synchronized with 5947a68fa271
stable
2015-04-23, by Wagner Bruna
template-phases: do not show description or summary if empty
stable
2015-04-24, by Jordi Gutiérrez Hermoso
test-command-template: add a short description of a temporary snippet
stable
2015-04-24, by Jordi Gutiérrez Hermoso
bundle2: also save output when error happens during part processing
stable
2015-04-23, by Pierre-Yves David
bundle2: capture output issue during transaction close
stable
2015-04-23, by Pierre-Yves David
bundle2: also capture hook output during processing
stable
2015-04-23, by Pierre-Yves David
ui: allow capture of subprocess output
stable
2015-04-23, by Pierre-Yves David
bundle2: capture transaction rollback message output (issue4614)
stable
2015-04-23, by Pierre-Yves David
bundle2: issue remote output as "status" (issue4612)
stable
2015-04-24, by Pierre-Yves David
record: edit patch of newly added files (issue4304)
stable
2015-04-23, by Laurent Charignon
record: remove useless line in test
stable
2015-04-23, by Laurent Charignon
revert: apply normallookup on reverted file if size isn't changed (issue4583)
stable
2015-04-24, by FUJIWARA Katsunori
win32: remove cacert.pem file from Inno Setup installer
stable
2015-04-23, by Pascal Quantin
revert: accept just -I/-X without paths or -a/-i (issue4592)
stable
2015-04-22, by Martin von Zweigbergk
record: change wording for record curses interface
stable
2015-04-21, by Laurent Charignon
wix: remove cacert.pem from Windows distribution
stable
2015-04-23, by Yuya Nishihara
tests: use double quote to quote arguments in hook for portability
stable
2015-04-23, by FUJIWARA Katsunori
record: fix record with change on moved file crashes (issue4619)
stable
2015-04-22, by Laurent Charignon
check-code: check os.path.join(*, '') not working correctly with Python 2.7.9
stable
2015-04-22, by FUJIWARA Katsunori
unionrepo: use pathutil.normasprefix to ensure os.sep at the end of cwd
stable
2015-04-22, by FUJIWARA Katsunori
bundlerepo: use pathutil.normasprefix to ensure os.sep at the end of cwd
stable
2015-04-22, by FUJIWARA Katsunori
dirstate: use pathutil.normasprefix to ensure os.sep at the end of root
stable
2015-04-22, by FUJIWARA Katsunori
bookmarks: add i18n hints to bookmark sync states
stable
2015-04-21, by Wagner Bruna
histedit: fix typo in abort message
stable
2015-04-21, by Wagner Bruna
help: fix typos in txnclose and txnabort documentation
stable
2015-04-21, by Wagner Bruna
util: fix the check for non-C99 compilers (issue4605)
stable
2015-04-20, by Kevin Bullock
histedit: fix rollup prompting for a commit message (issue4606)
stable
2015-04-20, by Durham Goode
test-hook.t: don't directly use redirect to /dev/null in hook for Windows
stable
2015-04-20, by Matt Harbison
mq: avoid silent failure when single patch doesn't apply (issue4604)
stable
2015-04-20, by Matt Mackall
pushkey: flush pending data before running a pre-pushkey hook (issue4607)
stable
2015-04-20, by Pierre-Yves David
pushkey: use hook arguments from transaction when one exists
stable
2015-04-20, by Pierre-Yves David
util.h: also sniff for C99 before trying to use stdbool.h (issue4605)
stable
2015-04-20, by Augie Fackler
changelog: fix readpending if no pending data exist (issue4609)
stable
2015-04-20, by Pierre-Yves David
afterlock: add the callback to the top level lock (issue4608)
stable
2015-04-20, by Pierre-Yves David
debuglock: access the lock file using the proper vfs
stable
2015-04-20, by Pierre-Yves David
status: pass matcher to pathcopies()
stable
2015-04-19, by Martin von Zweigbergk
annotate: prepare ancestry context of workingfilectx
stable
2015-04-18, by Yuya Nishihara
committablefilectx: propagate ancestry info to parent to fix annotation
stable
2015-04-18, by Yuya Nishihara
filectx: extract function to create parent fctx keeping ancestry info
stable
2015-04-18, by Yuya Nishihara
filectx: factor out creation of parent fctx
stable
2015-04-18, by Yuya Nishihara
help: fix typo commited -> committed
stable
2015-04-19, by Javi Merino
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip