Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
contrib: make editmergeps use -NoNewWindow option in Start-Process cmdlet
2017-05-30, by Kostia Balytskyi
contrib: run editmergeps.ps1 from the same location as editmergeps.bat
2017-05-30, by Kostia Balytskyi
help: pass commands module by argument
2017-05-21, by Yuya Nishihara
copies: introduce getdstfctx
2017-05-29, by Stanislau Hlebik
copies: rename getfctx to getsrcfctx
2017-05-29, by Stanislau Hlebik
copies: remove msrc and mdst parameters
2017-05-29, by Stanislau Hlebik
copies: add dstctx parameter
2017-05-29, by Stanislau Hlebik
copies: rename ctx to srcctx
2017-05-29, by Stanislau Hlebik
copies: rename m2 to mdst
2017-05-29, by Stanislau Hlebik
copies: rename m1 to msrc
2017-05-29, by Stanislau Hlebik
transaction: delete callbacks after use
2017-05-26, by Gregory Szorc
match: remove special-casing of always-matching patterns in patternmatcher
2017-05-19, by Martin von Zweigbergk
match: move normalize() call out of matcher constructors
2017-05-19, by Martin von Zweigbergk
match: drop support for empty pattern list in patternmatcher
2017-05-19, by Martin von Zweigbergk
match: optimize visitdir() for when no explicit files are listed
2017-05-20, by Martin von Zweigbergk
match: handle everything-matching using new alwaysmatcher
2017-05-19, by Martin von Zweigbergk
match: add __repr__ for subdirmatcher
2017-05-26, by Martin von Zweigbergk
tests: make test-manifest.py portable to Python 3
2017-05-28, by Augie Fackler
cleanup: rename all iteritems methods to items and add iteritems alias
2017-05-29, by Augie Fackler
help: work around textwrap.dedent() only working on strings
2017-05-28, by Augie Fackler
server: write out pid using bytes IO instead of str IO
2017-05-28, by Augie Fackler
help: convert dict to strkwargs
2017-05-28, by Augie Fackler
util: use sysstr.join instead of bytes.join in textwrap wrapper
2017-05-28, by Augie Fackler
tests: port test extension in test-help.t to python 3
2017-05-28, by Augie Fackler
doc: port check-seclevel.py to be Python 2/3 portable
2017-05-28, by Augie Fackler
match: define exactmatcher.matchfn statically
2017-05-28, by Yuya Nishihara
match: remove override of prefix() from differencematcher
2017-05-28, by Yuya Nishihara
cat: do not start pager if output will be written to file
2017-05-27, by Yuya Nishihara
cat: pass filename template as explicit argument
2017-05-27, by Yuya Nishihara
cmdutil: extract function checking if pattern should be taken as stdin/out
2017-05-25, by Yuya Nishihara
cmdutil: drop deprecated hack to pass file object to makefileobj() (API)
2017-05-25, by Yuya Nishihara
encoding: make sure "wide" variable never be referenced from other modules
2017-05-29, by Yuya Nishihara
manifest: use itertools.chain() instead of + for Python 3 compat
2017-05-28, by Augie Fackler
manifest: fix some pure-Python parser bits to work on Python 3
2017-05-28, by Augie Fackler
tests: make test-manifest finish importing in Python 3
2017-05-28, by Augie Fackler
tests: drop assertIn polyfill now that we're 2.7-only
2017-05-28, by Augie Fackler
perf: benchmark command for revlog indexes
2017-05-28, by Gregory Szorc
perf: rename perfrevlog to perfrevlogrevisions
2017-05-28, by Gregory Szorc
server: use pycompat to get argv
2017-05-28, by Augie Fackler
encoding: make wide character class list a sysstr
2017-05-28, by Augie Fackler
cmdutil: use sorted(dict) instead of x = dict.keys(); x.sort()
2017-05-28, by Augie Fackler
util: look for empty-sysstr instead of empty-bytesstr in textwrap code
2017-05-28, by Augie Fackler
minirst: look for column delimiters using slices instead of indicies
2017-05-28, by Augie Fackler
minirst: grab a byte, not an int, for the underline style
2017-05-28, by Augie Fackler
minirst: use bytes.strip instead of str.strip
2017-05-28, by Augie Fackler
py3: use pycompat.bytestr so that we don't get ascii values
2017-05-29, by Pulkit Goyal
py3: update test-check-py3-compat.t
2017-05-29, by Pulkit Goyal
loader: pywatchman appears to already be py3 compatible
2017-05-28, by Augie Fackler
py3: update test expectations for py3-commands test
2017-05-28, by Augie Fackler
context: do not cache manifestctx
2017-05-25, by Jun Wu
test-context: add a case demonstrating manifest caching problem
2017-05-25, by Jun Wu
debugbundle: display the content of obsmarkers parts
2017-05-25, by Pierre-Yves David
bundle: add an experimental knob to include obsmarkers in bundle
2017-05-28, by Pierre-Yves David
bundle2: move function building obsmarker-part in the bundle2 module
2017-05-28, by Pierre-Yves David
policy: remove unused policynoc and policynocffi constants
2017-05-02, by Yuya Nishihara
cffi: remove superfluous "if True" blocks
2017-05-02, by Yuya Nishihara
cffi: split modules from pure
2017-05-02, by Yuya Nishihara
policy: extend API version checks for cffi
2017-05-28, by Yuya Nishihara
filterpyflakes: allow reexporting pure symbols from cffi modules
2017-05-28, by Yuya Nishihara
import-checker: guess names of C extension modules
2017-05-02, by Yuya Nishihara
import-checker: convert localmods to a set of module names
2017-05-28, by Yuya Nishihara
import-checker: allow importing symbols from pure modules
2017-05-02, by Yuya Nishihara
cffi: put compiled modules into mercurial.cffi package
2017-05-02, by Yuya Nishihara
cffi: rename build scripts
2017-05-02, by Yuya Nishihara
match: remove support for includes from patternmatcher
2017-05-19, by Martin von Zweigbergk
match: simplify includematcher a bit
2017-05-22, by Martin von Zweigbergk
match: remove support for non-include patterns from includematcher
2017-05-19, by Martin von Zweigbergk
match: split up main matcher into patternmatcher and includematcher
2017-05-19, by Martin von Zweigbergk
match: remove support for exact matching from main matcher class
2017-05-18, by Martin von Zweigbergk
match: handle exact matching using new exactmatcher
2017-05-17, by Martin von Zweigbergk
merge: use intersectmatchers() in "m2-vs-ma optimization"
2017-05-12, by Martin von Zweigbergk
match: handle includes using new intersectionmatcher
2017-05-12, by Martin von Zweigbergk
match: move entire uipath() implementation to basematcher
2017-05-25, by Martin von Zweigbergk
local-clone: also copy tags related caches
2017-05-25, by Pierre-Yves David
local-clone: also copy revs-branch-cache files
2017-05-25, by Pierre-Yves David
local-clone: extract the listing of caches to copy
2017-05-25, by Pierre-Yves David
local-clone: extract the closure copying caches
2017-05-25, by Pierre-Yves David
test: add isolated prune case (to test-obsolete-bundle-strip.t)
2017-05-25, by Pierre-Yves David
test-obsolete-bundle-strip: add a complex split and fold case
2017-05-25, by Pierre-Yves David
test-obsolete-bundle-strip: add cases with prune on missing revs
2017-05-25, by Pierre-Yves David
obsolete: fix relevant-obsmarkers computation on pruned changeset
2017-05-25, by Pierre-Yves David
test: add a test file for relevant obsmarkers and its usage
2017-05-25, by Pierre-Yves David
annotate: add a new experimental --skip option to skip revs
2017-05-24, by Siddharth Agarwal
annotate: add core algorithm to skip a rev
2017-05-24, by Siddharth Agarwal
annotate: make pair take all parents to pair against
2017-05-24, by Siddharth Agarwal
annotate: move pair function to top level
2017-05-24, by Siddharth Agarwal
bookmarks: fix check of hash-like name to not abort by ambiguous identifier
2017-05-25, by Yuya Nishihara
localrepo: document that __contains__() may raise LookupError
2017-05-25, by Yuya Nishihara
hidden: drop outdated comment about "dynamic" performance
2017-05-21, by Pierre-Yves David
hidden: unify the static and dynamic blocker logic
2017-05-21, by Pierre-Yves David
hidden: drop the hidden cache logic
2017-05-21, by Pierre-Yves David
hidden: simplify the computation of consistency blocker
2017-05-21, by Pierre-Yves David
hidden: use _domainancestors to compute revs revealed by dynamic blocker
2017-05-21, by Pierre-Yves David
hidden: add a function returning ancestors of revs within a domain
2017-05-21, by Pierre-Yves David
tests: hint how to run slow tests when rejecting
2017-05-26, by Kyle Lippincott
zsh_completion: install as _hg not hg
2017-05-26, by Kyle Lippincott
osx: include chg by default
2017-03-20, by Augie Fackler
osx: override default exclude filter for pkgbuild
2017-05-26, by Augie Fackler
osx: update Mac packaging tests for bdiff.so install location change
2017-05-26, by Augie Fackler
strip: use the 'writenewbundle' function to get bundle on disk
2017-05-05, by Pierre-Yves David
perfphases: add 'perfphases' command
2017-05-23, by Pierre-Yves David
match: remove support for excludes from matcher class
2017-05-16, by Martin von Zweigbergk
match: handle excludes using new differencematcher
2017-05-16, by Martin von Zweigbergk
match: override matchfn() the usual way in subdirmatcher
2017-05-25, by Martin von Zweigbergk
match: make matchfn a method on the class
2017-05-25, by Martin von Zweigbergk
util: raise ParseError when parsing dates (BC)
2017-05-24, by Boris Feld
match: fix visitdir for roots of includes
2017-05-16, by Martin von Zweigbergk
match: make subdirmatcher extend basematcher
2017-05-17, by Martin von Zweigbergk
match: make basematcher._files a @propertycache
2017-05-19, by Martin von Zweigbergk
match: extract base class for matchers
2017-05-17, by Martin von Zweigbergk
debugwalk: also print matcher representation
2017-05-22, by Martin von Zweigbergk
transaction: run _writejournal unfiltered
2017-05-25, by Pierre-Yves David
bookmarks: warn about bookmark names that unambiguously resolve to a node (BC)
2017-05-22, by Augie Fackler
pycompat: try __bytes__() to convert object to bytestr
2017-05-04, by Yuya Nishihara
ui: fix ui.configdate for invalid dates
2017-05-23, by Boris Feld
demandimport: stop overriding __getattribute__()
2017-04-28, by Yuya Nishihara
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
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
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip