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