Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-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.
demandimport: look for 'mod' suffix as alternative name for module reference
2017-04-28, by Yuya Nishihara
demandimport: insert empty line per method
2017-05-01, by Yuya Nishihara
demandimport: strictly compare identity of proxy object
2017-05-01, by Yuya Nishihara
match: use ProgrammingError where appropriate
2017-05-23, by Martin von Zweigbergk
revlog: raise error.WdirUnsupported from revlog.node() if wdirrev is passed
2017-05-23, by Pulkit Goyal
revset: add support for ancestors(wdir())
2017-05-23, by Pulkit Goyal
revset: add support for using ~ operator on wdir() predicate
2017-05-23, by Pulkit Goyal
revset: add support for p2(wdir()) to get second parent of working directory
2017-05-22, by Pulkit Goyal
revset: use try-except instead of if-else because of perf
2017-05-22, by Pulkit Goyal
revset: remove redundant condition and change to else from elif
2017-05-22, by Pulkit Goyal
tests: add tests for predicates and operators which works with wdir()
2017-05-22, by Pulkit Goyal
revset: add support for "wdir()^n"
2017-05-22, by Pulkit Goyal
revset: add parentheses after wdir since its a function
2017-05-22, by Pulkit Goyal
cmdutil: avoid redefining write() function in export if possible
2017-05-22, by Augie Fackler
cmdutil: extract closure that performs the actual export formatting
2017-05-22, by Augie Fackler
cmdutil: use a generator expression instead of a list comprehension
2017-05-22, by Augie Fackler
cmdutil: rename template param to export to fntemplate
2017-05-20, by Augie Fackler
cmdutil: comprehensively document the interface of export
2017-05-20, by Augie Fackler
tests: hide warning from test-xdg.t
2017-05-22, by Durham Goode
policy: define C module versions individually
2017-05-22, by Jun Wu
repoview: rename '_getdynamicblockers' to 'revealedrevs' (API)
2017-05-20, by Pierre-Yves David
repoview: move '_getdynamicblock' next to 'hideablerevs'
2017-05-20, by Pierre-Yves David
python3: allow hgloader to work with lazy loaders
2017-05-21, by Siddharth Agarwal
init: turn on demandimport for Python 3.6 and above
2017-05-21, by Siddharth Agarwal
demandimport: add python 3 implementation
2017-05-21, by Siddharth Agarwal
demandimport: move ignore list to __init__.py
2017-05-21, by Siddharth Agarwal
check: check modules in hgdemandimport
2017-05-21, by Siddharth Agarwal
demandimport: move to separate package
2017-05-21, by Siddharth Agarwal
import-checker: add a way to directly import certain symbols
2017-05-21, by Siddharth Agarwal
check-code: allow skipping hasattr check in py3-only code
2017-05-21, by Siddharth Agarwal
profiling: allow loading profiling extension before everything else
2017-05-22, by Jun Wu
extensions: allow loading a whitelisted subset of extensions
2017-05-22, by Jun Wu
match: catch attempts to create case-insenstive exact matchers
2017-05-22, by Martin von Zweigbergk
test: remove aliases forcing date, use default-date
2017-05-22, by Boris Feld
test: prepare tests for removing date aliases
2017-05-22, by Boris Feld
devel: update blackbox to use default-date
2017-05-16, by Boris Feld
devel: use default-date config field when creating obsmarkers
2017-05-19, by Boris Feld
devel: activate default-date in tests
2017-05-22, by Pierre-Yves David
devel: add a config field to force dates to timestamp 0
2017-05-19, by Boris Feld
ui: add the possiblity to get a date config field
2017-05-19, by Boris Feld
util: refactor util.parsedate to raises ValueError
2017-05-19, by Boris Feld
match: implement __repr__() and update users (API)
2017-05-22, by Martin von Zweigbergk
fsmonitor: fix silly "*kwargs" bug in merge.update() override
2017-05-22, by Martin von Zweigbergk
revset: make `hg log -r 'wdir()^'` work (issue4905)
2017-05-19, by Pulkit Goyal
revlog: raise WdirUnsupported when wdirrev is passed
2017-05-19, by Pulkit Goyal
error: add a new exception named WdirUnsupported
2017-05-19, by Pulkit Goyal
match: replace icasefsmatch() function by flag to regular match()
2017-05-18, by Martin von Zweigbergk
match: delete icasefsmatcher now that it's same as matcher
2017-05-18, by Martin von Zweigbergk
match: pass in normalize() function to matchers
2017-05-18, by Martin von Zweigbergk
match: don't print explicitly listed files with wrong case (BC)
2017-05-18, by Martin von Zweigbergk
match: move body of _normalize() to a static function
2017-05-18, by Martin von Zweigbergk
match: pass 'warn' argument to _normalize() for consistency
2017-05-18, by Martin von Zweigbergk
match: replace match class by match function (API)
2017-05-12, by Martin von Zweigbergk
checklink: degrade gracefully on posix when fs is readonly (issue5511)
2017-05-21, by Augie Fackler
revlog: remove some revlogNG terminology
2017-05-19, by Gregory Szorc
revlog: tweak wording and logic for flags validation
2017-05-19, by Gregory Szorc
tests: tests for revlog version and flags loading
2017-05-19, by Gregory Szorc
perf: allow to clear the obsstore in 'perfvolatilesets'
2017-05-21, by Pierre-Yves David
obsolete: test an important corner case
2017-05-21, by Pierre-Yves David
largefiles: replace always() method, not _always field
2017-05-18, by Martin von Zweigbergk
merge with stable
2017-05-21, by Augie Fackler
cext: mark constant variables
2017-05-21, by Yuya Nishihara
cext: move util.h to cext tree
2017-05-21, by Yuya Nishihara
cext: move back finalization of dirstateTupleType where it should be
2017-05-21, by Yuya Nishihara
dispatch: setup color before pager for correct console information on windows
stable
2017-05-23, by FUJIWARA Katsunori
cleanup: reuse existing wctx variables instead of calling repo[None]
2017-05-20, by Martin von Zweigbergk
localrepo: extract bookmarkheads method to bookmarks.py
2017-05-18, by Augie Fackler
tests: avoid renamed files triggering check-commit failures
2017-05-20, by Augie Fackler
dispatch: make request accept additional reposetups
2017-04-29, by Jun Wu
cext: extract revlog/index parsing code to own C file
2017-05-20, by Gregory Szorc
debugcommands: use temporary dict for its command table
2017-05-04, by Yuya Nishihara
commands: move debugcommands and debugcomplete back to commands module
2017-05-14, by Yuya Nishihara
commands: move templates of common command options to cmdutil (API)
2017-05-14, by Yuya Nishihara
import-checker: drop workaround for pure modules
2016-08-13, by Yuya Nishihara
policy: drop custom importer for pure modules
2016-08-13, by Yuya Nishihara
parsers: switch to policy importer
2016-08-13, by Yuya Nishihara
mpatch: switch to policy importer
2016-08-13, by Yuya Nishihara
diffhelpers: switch to policy importer
2016-08-13, by Yuya Nishihara
bdiff: switch to policy importer
2016-08-13, by Yuya Nishihara
base85: switch to policy importer
2016-08-13, by Yuya Nishihara
osutil: switch to policy importer
2016-08-12, by Yuya Nishihara
policy: add helper to import cext/pure module
2016-08-12, by Yuya Nishihara
demandimport: strictly check missing locals argument
2017-05-20, by Yuya Nishihara
localrepo: mark walk convenience method as deprecated (API)
2017-05-18, by Augie Fackler
debugcommands: use repo[None].walk instead of repo.walk
2017-05-18, by Augie Fackler
cmdutil: use repo[None].walk instead of repo.walk
2017-05-18, by Augie Fackler
largefiles: use repo[None].walk instead of repo.walk
2017-05-18, by Augie Fackler
parsers: add version to help detect breaking binary changes
2017-04-25, by Jun Wu
osutil: add version to help detect breaking binary changes
2017-04-25, by Jun Wu
mpatch: add version to help detect breaking binary changes
2017-04-25, by Jun Wu
diffhelpers: add version to help detect breaking binary changes
2017-04-25, by Jun Wu
base85: add version to help detect breaking binary changes
2017-04-25, by Jun Wu
bdiff: add version to help detect breaking binary changes
2017-04-25, by Jun Wu
obsmarker: add an experimental flag controlling "operation" recording
2017-05-20, by Pierre-Yves David
run-tests: remove references to Python 2.6
2017-05-19, by Gregory Szorc
dirstate: mark {begin,end}parentchange as deprecated (API)
2017-05-18, by Augie Fackler
merge: migrate to context manager for changing dirstate parents
2017-05-18, by Augie Fackler
localrepo: migrate to context manager for changing dirstate parents
2017-05-18, by Augie Fackler
context: migrate to context manager for changing dirstate parents
2017-05-18, by Augie Fackler
rebase: migrate to context manager for changing dirstate parents
2017-05-18, by Augie Fackler
mq: migrate to context manager for changing dirstate parents
2017-05-18, by Augie Fackler
dirstate: introduce new context manager for marking dirstate parent changes
2017-05-18, by Augie Fackler
contrib: make editmergeps able to work with notepad++
2017-05-19, by Kostia Balytskyi
contrib: make editmergeps able to work with Windows GUI editors
2017-05-19, by Kostia Balytskyi
extensions: show deprecation warning for the use of cmdutil.command
2016-01-09, by Yuya Nishihara
extensions: prohibit registration of command without using @command (API)
2017-05-13, by Yuya Nishihara
extensions: optionally print hint on import failure
2017-05-14, by Yuya Nishihara
error: add hint to ProgrammingError
2017-05-14, by Yuya Nishihara
registrar: unindent superfluous "if True" block
2017-05-08, by Yuya Nishihara
registrar: switch @command decorator to class
2017-05-08, by Yuya Nishihara
registrar: move cmdutil.command to registrar module (API)
2016-01-09, by Yuya Nishihara
gendoc: make sure locale path is set before loading any modules
2017-05-13, by Yuya Nishihara
fsmonitor: don't attempt state-leave if we didn't state-enter
2017-05-18, by Wez Furlong
fsmonitor: acquire localrepo.wlock prior to emitting hg.update state
2017-05-18, by Wez Furlong
obsolete: move the 'isenabled' function at the top of the file
2017-05-19, by Pierre-Yves David
cache: make the cache updated callback easily accessible to extension
2017-05-19, by Pierre-Yves David
obscheckhead: skip context creation to test phase
2017-05-19, by Pierre-Yves David
tests: add missing 'test-push-checkheads-partial-C1.t'
2017-05-19, by Pierre-Yves David
contrib: add editmerge version for powershell
2017-05-18, by Kostia Balytskyi
run-tests: allow hg executable to be hg.exe
2017-05-17, by Kostia Balytskyi
obsolete: add operation metadata to rebase/amend/histedit obsmarkers
2017-05-09, by Durham Goode
obsolete: invalidate "volatile" set cache after merging marker
stable
2017-05-17, by Pierre-Yves David
match: use match.prefix() in subdirmatcher
2017-05-17, by Martin von Zweigbergk
match: avoid accessing match._pathrestricted from subdirmatcher
2017-05-12, by Martin von Zweigbergk
match: override visitdir() the usual way in subdirmatcher
2017-05-18, by Martin von Zweigbergk
match: make _fileroots a @propertycache and rename it to _fileset
2017-05-18, by Martin von Zweigbergk
fsmonitor: use modern match API
2017-05-17, by Martin von Zweigbergk
diffstat: properly count lines starting in '--' or '++' (issue5479)
2017-05-17, by Andrew Zwicky
test-http-bad-server: match different in output
2017-05-19, by Pierre-Yves David
config: make config.items() return a copy
2017-05-18, by Martin von Zweigbergk
filemerge: store error messages in module variables
2017-05-19, by Stanislau Hlebik
run-tests: support multiple cases in .t test
2017-05-16, by Jun Wu
revlog: rename constants (API)
2017-05-17, by Gregory Szorc
localrepo: reformat set literals
2017-05-17, by Gregory Szorc
rebase: make sure merge state is cleaned up for no-op rebases (issue5494)
2017-05-18, by Jeremy Fitzhardinge
match: remove ispartial()
2017-05-17, by Martin von Zweigbergk
run-tests: rename test description dict to testdesc
2017-05-16, by Jun Wu
run-tests: change test identity from a path to a dict
2017-04-29, by Jun Wu
largefiles: delete unnecessary meddling with matcher internals
2017-05-17, by Martin von Zweigbergk
py3: explicitly convert a list to bytes to pass in ui.debug
2017-05-04, by Pulkit Goyal
changelog: make sure datafile is 00changelog.d (API)
2017-05-17, by Jun Wu
util: drop unneeded override, sortdict.copy()
2017-05-17, by Yuya Nishihara
drawdag: provide filenode for its dummy filectx
2017-05-17, by Jun Wu
tests: fix up recent conditionalized output changes
2017-05-13, by Matt Harbison
run-tests: drop fallback for proc.terminate() for pre-py2.6
2017-05-16, by Martin von Zweigbergk
run-tests: drop fallback for sysconfig for pre-py2.7
2017-05-16, by Martin von Zweigbergk
largefiles: move identical statement to after if/else
2017-05-16, by Martin von Zweigbergk
util: rewrite sortdict using Python 2.7's OrderedDict
2017-05-16, by Martin von Zweigbergk
encoding: use i.startswith() instead of i[0] to eliminate py2/3 divergence
2017-05-16, by Yuya Nishihara
test-casefolding: sync with latest code changes
2017-05-13, by Matt Harbison
perf: always pass node to revlog.revision()
2017-05-15, by Gregory Szorc
hg: backout optimizing for treemanifests
2017-05-15, by Durham Goode
test-hardlink: do not test .hg/cache/checklink
2017-05-15, by Jun Wu
test-hardlinks: unify two test files into one
2017-05-15, by Jun Wu
style: ban [ foo == bar] bashism in tests
2017-05-15, by Augie Fackler
changelog: load pending file directly
2017-05-13, by Gregory Szorc
cleanup: use set literals
2017-02-10, by Martin von Zweigbergk
py3: convert date and format arguments str before passing in time.strptime
2017-05-06, by Pulkit Goyal
py3: convert kwargs' keys to str using pycompat.strkwargs
2017-05-04, by Pulkit Goyal
verify: add a config option to skip certain flag processors
2017-05-14, by Jun Wu
changegroup: add bundlecaps back
2017-05-15, by Durham Goode
flagprocessor: add a fast path when flags is 0
2017-05-10, by Jun Wu
shelve: make shelvestate use simplekeyvaluefile
2017-05-13, by Kostia Balytskyi
shelve: refactor shelvestate loading
2017-05-14, by Kostia Balytskyi
extdiff: copy back execbit-only changes to the working directory
2017-05-11, by Matt Harbison
tests: remove regular expression matching for Python 2.6
2017-05-13, by Gregory Szorc
branchmap: remove use of buffer() to support Python 2.6
2017-05-13, by Gregory Szorc
py3: remove delayed import of importlib
2017-05-13, by Gregory Szorc
tests: use context manager form of assertRaises
2017-05-13, by Gregory Szorc
obsolete: use 2 argument form of enumerate()
2017-05-13, by Gregory Szorc
tests: remove special handling for undefined memoryview
2017-05-13, by Gregory Szorc
encoding: remove workaround for locale.getpreferredencoding()
2017-05-13, by Gregory Szorc
mail: remove code to support < Python 2.7
2017-05-13, by Gregory Szorc
help: clarify that colons are allowed in fingerprints values
2017-05-11, by Gregory Szorc
sslutil: tweak the legacy [hostfingerprints] warning message
2017-05-10, by Gregory Szorc
rebase: allow rebase even if some revisions need no rebase (BC) (issue5422)
2017-05-11, by Martin von Zweigbergk
chgserver: more explicit about sensitive environ variables
2017-05-10, by Jun Wu
scmutil: make simplekeyvaluefile able to have a non-key-value first line
2017-05-11, by Kostia Balytskyi
scmutil: add simplekeyvaluefile reading test
2017-05-11, by Kostia Balytskyi
caches: stop warming the cache after changegroup application
2017-05-02, by Pierre-Yves David
caches: move the 'updating the branch cache' message in 'updatecaches'
2017-05-02, by Pierre-Yves David
caches: stop warming the cache after 'localrepo.commitctx'
2017-05-02, by Pierre-Yves David
caches: introduce a 'debugupdatecaches' command
2017-05-02, by Pierre-Yves David
caches: call 'repo.updatecache()' in 'repo.destroyed()'
2017-05-02, by Pierre-Yves David
caches: introduce a function to warm cache
2017-05-02, by Pierre-Yves David
transaction: track newly introduced revisions
2017-05-02, by Pierre-Yves David
transaction: introduce "changes" dictionary to precisely track updates
2017-05-02, by Pierre-Yves David
clone: add a server-side option to disable full getbundles (pull-based clones)
2017-05-11, by Siddharth Agarwal
clone: warn when streaming was requested but couldn't be performed
2017-05-08, by Siddharth Agarwal
clone: test streaming disabled because client is missing requirement
2017-05-08, by Siddharth Agarwal
bundle2: don't check for whether we can do stream clones
2017-05-08, by Siddharth Agarwal
debugcommands: add debugpickmergetool to examine which merge tool is chosen
2017-05-13, by FUJIWARA Katsunori
filemerge: add internal merge tool to dump files forcibly
2017-05-13, by FUJIWARA Katsunori
filemerge: make warning message more i18n friendly
2017-05-13, by FUJIWARA Katsunori
filemerge: show warning about choice of :prompt only at an actual fallback
2017-05-13, by FUJIWARA Katsunori
treemanifest: allow manifestrevlog to take an explicit treemanifest arg
2017-05-09, by Durham Goode
policy: relax the default for in-place build
2017-04-26, by Yuya Nishihara
verify: always check rawsize
2017-05-11, by Jun Wu
rebase: rename "target" to "destination" in messages
2017-05-11, by Martin von Zweigbergk
rebase: rename "target" to "dest" in variable names
2017-05-11, by Martin von Zweigbergk
sslutil: remove conditional cipher code needed for Python 2.6
2017-05-10, by Gregory Szorc
merge: use repo.wvfs.setflags() instead of util.setflags()
2017-05-11, by Phil Cohen
merge with stable
2017-05-12, by Martin von Zweigbergk
revlog: move part of "addrevision" to "addrawrevision"
2017-05-09, by Jun Wu
filectx: add an overlayfilectx class
2017-05-09, by Jun Wu
filectx: remove __new__
2017-05-09, by Jun Wu
filectx: add a rawflags method
2017-05-09, by Jun Wu
filectx: move size to basefilectx
2017-05-09, by Jun Wu
filectx: make renamed a property cache
2017-05-09, by Jun Wu
filectx: make flags a property cache
2017-05-09, by Jun Wu
commandserver: move printbanner logic to bindsocket
2017-04-30, by Jun Wu
commandserver: move "listen" responsibility from service to handler
2017-04-30, by Jun Wu
hghave: remove py27+ capability
2017-05-08, by Gregory Szorc
tests: remove test targeting Python 2.6
2017-05-08, by Gregory Szorc
setup: drop support for Python 2.6 (BC)
2017-05-02, by Gregory Szorc
perf: move revlog construction and length calculation out of benchmark
2017-05-06, by Gregory Szorc
perf: clear revlog caches on every iteration
2017-05-06, by Gregory Szorc
perf: don't convert rev to node before calling revlog.revision()
2017-05-06, by Gregory Szorc
revlog: rename _chunkraw to _getsegmentforrevs()
2017-05-06, by Gregory Szorc
perf: store reference to revlog._chunkraw in a local variable
2017-05-06, by Gregory Szorc
revlog: rename internal functions containing "chunk" to use "segment"
2017-05-06, by Gregory Szorc
fsmonitor: do not nuke dirstate filecache
2017-05-06, by Jun Wu
perf: move gettimer() call
2017-05-06, by Gregory Szorc
perf: don't clobber startrev variable
2017-05-06, by Gregory Szorc
bundle: add optional 'tagsfnodecache' data to on disk bundle (issue5543)
2017-05-05, by Pierre-Yves David
bundle2: move tagsfnodecache generation in a generic function
2017-05-05, by Pierre-Yves David
bundle: introduce an higher level function to write bundle on disk
2017-05-05, by Pierre-Yves David
bundle: handle compression earlier
2017-05-04, by Pierre-Yves David
bundle: check changegroup version earlier
2017-05-04, by Pierre-Yves David
bundle: check lack of revs to bundle before generating the changegroup
2017-05-04, by Pierre-Yves David
extdiff: copy back files to the working directory if the size changed
2017-05-06, by Matt Harbison
test-extdiff: enable a previously failing test on Windows
2017-05-06, by Matt Harbison
test-extdiff: narrow the range of an '#if execbit' block
2017-05-06, by Matt Harbison
test-extdiff: deduplicate tests
2017-05-06, by Matt Harbison
test-extdiff: fill in a missing Windows test
2017-05-06, by Matt Harbison
policy: eliminate ".pure." from module name only if marked as dual
2016-08-13, by Yuya Nishihara
policy: add "cext" package which will host CPython extension modules
2016-08-12, by Yuya Nishihara
policy: mark all string literals as sysstr or bytes
2017-05-02, by Yuya Nishihara
debuginstall: check C extensions only if they are loadable per policy
2017-04-26, by Yuya Nishihara
osutil: proxy through util (and platform) modules (API)
2017-04-26, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip