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.
export: map wctx.node() to 'ff...' node id (issue5438)
2017-06-03, by Yuya Nishihara
revset: add support for integer and hex wdir identifiers
2017-06-03, by Yuya Nishihara
localrepo: map integer and hex wdir identifiers to workingctx
2016-08-19, by Yuya Nishihara
revlog: map rev(wdirid) to WdirUnsupported exception
2016-08-20, by Yuya Nishihara
scmutil: introduce binnode(ctx) as paired function with intrev(ctx)
2017-06-03, by Yuya Nishihara
merge: use scmutil.intrev() to sort ctx objects
2017-06-03, by Yuya Nishihara
scmutil: pass ctx object to intrev()
2017-06-03, by Yuya Nishihara
setup: do not overwrite local __modulepolicy__.py on out-of-source build
2017-06-03, by Yuya Nishihara
Added signature for changeset c850f0ed54c1
stable
2017-06-04, by Kevin Bullock
Added tag 4.2.1 for changeset c850f0ed54c1
stable
2017-06-04, by Kevin Bullock
merge with stable
2017-06-03, by Augie Fackler
status: don't crash if a lookup file disappears
stable
4.2.1
2017-06-02, by Siddharth Agarwal
match: simplify nevermatcher
2017-06-01, by Martin von Zweigbergk
annotate: restructure formatter output to be nested list (BC)
2017-06-03, by Yuya Nishihara
annotate: rename formatter variable
2017-06-03, by Yuya Nishihara
setup: prevent setuptools from laying an egg
2017-05-07, by Matt Harbison
bitmanipulation: add missing include of string.h
2017-06-02, by Martin von Zweigbergk
py3: add test to show `hg update` and `hg identify` works on Python 3
2017-06-01, by Pulkit Goyal
py3: add a test to show `hg diff` works on Python 3
2017-06-02, by Pulkit Goyal
py3: implement __bytes__ for committablectx
2017-06-01, by Pulkit Goyal
py3: convert exception to bytes to pass into ui.warn()
2017-06-02, by Pulkit Goyal
py3: convert bool variables to bytes before passing into ui.debug()
2017-06-01, by Pulkit Goyal
py3: use dict.update() instead of constructing lists and adding them
2017-06-01, by Pulkit Goyal
patchbomb: add -B option to select a bookmark
2017-02-03, by David Demelier
test: add the mirror push race case for non-contiguous branch head
2017-05-27, by Pierre-Yves David
test: add a push race case where non-contiguous branch head are created
2017-05-27, by Pierre-Yves David
test: add a push race case where the raced push touch multiple heads
2017-05-27, by Pierre-Yves David
test: add a push race case where racing push touches multiple heads
2017-05-27, by Pierre-Yves David
test: add a push race case where racing push create a new named branch
2017-05-27, by Pierre-Yves David
test: add a push race case where raced push created a new named branch
2017-05-27, by Pierre-Yves David
test: add a push race case where the racing client create a new head
2017-05-27, by Pierre-Yves David
test: add a push race case where each client replaces a different head
2017-05-27, by Pierre-Yves David
test: add a file dedicated to push race between clients
2017-05-27, by Pierre-Yves David
strip: strip obsmarkers exclusive to the stripped changeset
2017-05-20, by Pierre-Yves David
strip: do not include obsolescence markers for the temporary bundle
2017-06-01, by Pierre-Yves David
exclusive-markers: update the dedicated test with list of exclusive markers
2017-06-01, by Pierre-Yves David
obsolete: add a function to compute "exclusive-markers" for a set of nodes
2017-05-20, by Pierre-Yves David
test-obsolete-bundle-strip: check all changesets in the isolated prune case
2017-06-01, by Pierre-Yves David
test-obsolete-bundle-strip: add testing of markers backup during strip
2017-05-26, by Pierre-Yves David
strip: also backup obsmarkers
2017-05-20, by Pierre-Yves David
tests: fix run-tests when there's a bad #if in a test
2017-05-30, by Augie Fackler
tests: make run-tests fail early if no channel is found
2017-05-30, by Augie Fackler
dispatch: convert exception payload to bytes more carefully
2017-05-28, by Augie Fackler
help: convert flag default to bytes portably
2017-05-28, by Augie Fackler
cmdutil: use isstdiofilename() where appropriate
2017-06-01, by Yuya Nishihara
py3: simply use b'%d\n' to format pid in server.py
2017-06-01, by Yuya Nishihara
py3: implement __bytes__() on most of our exception classes
2017-06-01, by Yuya Nishihara
py3: convert __doc__ back to bytes in help.py
2017-06-01, by Yuya Nishihara
py3: ensure that we don't concat bytes and str and the end result is bytes
2017-06-01, by Pulkit Goyal
py3: make sure we return strings from __str__ and __repr__
2017-06-01, by Pulkit Goyal
py3: replace None with -1 to sort an integer array
2017-05-31, by Pulkit Goyal
py3: pass str in os.sysconf()
2017-05-31, by Pulkit Goyal
context: move dirty() to committablectx
2017-05-11, by Sean Farley
committablectx: extra is already normalized by committablectx.__init__
2017-05-11, by Sean Farley
help: clarify the choice of pager
stable
2017-06-02, by Xavier Lepaul
i18n-pt_BR: fix syntax error on translation
stable
2017-06-02, by Wagner Bruna
i18n-pt_BR: synchronized with 870248603a4e
stable
2017-06-01, by Wagner Bruna
match: introduce nevermatcher for when no ignore files are present
2017-06-01, by Siddharth Agarwal
check-code: suggest policy.importmod
2017-05-31, by Jun Wu
test-obsolete-bundle-strip: test bundling in the seventh case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the sixth case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the fifth case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the fourth case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the third case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the second case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the first case
2017-05-26, by Pierre-Yves David
obsolete: raise richer exception on unknown version
2017-05-25, by Pierre-Yves David
import-checker: add hgdemandimport to local modules
2017-05-31, by Siddharth Agarwal
rebase: drop unnecessary parentchange call
2017-05-31, by Siddharth Agarwal
hidden: remove unnecessary guard condition
2017-05-30, by Martin von Zweigbergk
hidden: subtract pinned revs from hidden earlier
2017-05-30, by Martin von Zweigbergk
hidden: make _revealancestors() reveal ancestors exclusively
2017-05-27, by Martin von Zweigbergk
hidden: remove _consistencyblockers()
2017-05-27, by Martin von Zweigbergk
hidden: pass revs to iterate into _consistencyblockers()
2017-05-27, by Martin von Zweigbergk
hidden: remove unnecessary 'domain' parameter from _revealancestors()
2017-05-27, by Martin von Zweigbergk
hidden: change _domainancestors() to _revealancestors()
2017-05-27, by Martin von Zweigbergk
hidden: rename "revealedrevs" to "pinnedrevs" (API)
2017-05-27, by Martin von Zweigbergk
hidden: drop obsolete comment about cacheability
2017-05-27, by Martin von Zweigbergk
cat: add formatter support
2017-05-25, by Yuya Nishihara
cat: use with statement to close output file
2017-05-27, by Yuya Nishihara
cat: stop using makefileobj()
2017-05-25, by Yuya Nishihara
formatter: add nullformatter
2017-05-27, by Yuya Nishihara
formatter: add helper to create a formatter optionally backed by file
2017-05-27, by Yuya Nishihara
formatter: add option to redirect output to file object
2015-01-18, by Yuya Nishihara
merge with i18n
stable
2017-06-01, by Kevin Bullock
i18n-pt_BR: synchronized with a0e46f6b248b
stable
2017-05-31, by Wagner Bruna
zsh_completion: install as _hg not hg
stable
2017-05-26, by Kyle Lippincott
osx: override default exclude filter for pkgbuild
stable
2017-05-26, by Augie Fackler
bugzilla: fix typo in help text
stable
2017-05-31, by Wagner Bruna
help: fix typos
stable
2017-05-31, by Wagner Bruna
win32mbcs: avoid unintentional failure at colorization
stable
2017-05-31, by FUJIWARA Katsunori
tests: fix typo in "flagprocesor"
2017-05-31, by Martin von Zweigbergk
contrib: remove unnecessary debug output from editmergeps.ps1
2017-05-30, by Kostia Balytskyi
contrib: fix a bug preventing editmergeps.ps1 from running unknonw editors
2017-05-30, by Kostia Balytskyi
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
debian: add less as a build dependency
stable
2017-05-26, by Rodrigo Damazio Bovendorp
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
wix: add 'ro' and 'ru' locales
stable
2017-05-25, by Matt Harbison
wix: include zstd.pyd in the installation
stable
2017-05-25, by Matt Harbison
clonebundles: fix missing newline character
stable
2017-05-24, by Matt Harbison
exchange: print full reason variable
stable
2017-05-24, by Gregory Szorc
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip