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.
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
win32mbcs: wrap underlying pycompat.bytestr to use checkwinfilename safely
stable
2017-05-12, by FUJIWARA Katsunori
hghave: prefill more version of Mercurial
stable
2017-05-09, by Pierre-Yves David
graft: fix graft across merges of duplicates of grafted changes
stable
2017-05-11, by Mads Kiilerich
graft: test coverage of grafts and how merges can break duplicate detection
stable
2017-05-09, by Mads Kiilerich
mpatch: proxy through mdiff module
2017-04-26, by Yuya Nishihara
bdiff: proxy through mdiff module
2017-04-26, by Yuya Nishihara
base85: proxy through util module
2017-04-26, by Yuya Nishihara
mdiff: move re-exports to top
2017-05-02, by Yuya Nishihara
test-commit-interactive-curses: remove unused import of parsers
2017-05-02, by Yuya Nishihara
churn: use the non-deprecated template option in the examples
stable
2017-05-08, by Matt Harbison
strip: make tree stripping O(changes) instead of O(repo)
2017-05-08, by Durham Goode
strip: move tree strip logic to it's own function
2017-05-08, by Durham Goode
manifest: remove unused property _oldmanifest
2017-05-08, by Martin von Zweigbergk
sslutil: reference fingerprints config option properly (issue5559)
stable
2017-05-08, by Gregory Szorc
py3: convert key to str to make kwargs.pop work in mq
2017-05-05, by Pulkit Goyal
py3: convert kwargs' keys to str before passing in cmdutil.getcommiteditor
2017-05-05, by Pulkit Goyal
diff: add a fast path to avoid loading binary contents
2017-05-03, by Jun Wu
diff: correct binary testing logic
2017-05-05, by Jun Wu
diff: draw a table about binary diff behaviors
2017-05-05, by Jun Wu
diff: use fctx.size() to test empty
2017-05-03, by Jun Wu
diff: use fctx.isbinary() to test binary
2017-05-03, by Jun Wu
pycompat: extract helper to raise exception with traceback
2017-04-20, by Yuya Nishihara
largefiles: make sure debugstate command is populated before wrapping
stable
2017-05-04, by Yuya Nishihara
check-code: ignore re-exports of os.environ in encoding.py
2017-05-01, by Yuya Nishihara
check-code: exclude demandimport.py and policy.py from Python 3 checks
2017-04-26, by Yuya Nishihara
check-code: rewrite py3 exclusion pattern with negative lookahead
2017-05-01, by Yuya Nishihara
cleanup: remove useless re-raises of KeyboardInterrupt
2017-05-03, by Yuya Nishihara
make: drop deprecated rule to process temporary copy of pure modules
2016-08-12, by Yuya Nishihara
help: describe about choice of :prompt as a fallback merge tool explicitly
stable
2017-05-06, by FUJIWARA Katsunori
wix: only one KeyPath is allowed per Component
stable
2017-05-06, by Steve Borho
dirstate: optimize walk() by using match.visitdir()
2017-05-05, by Martin von Zweigbergk
match: optimize visitdir() for patterns matching only root directory
2017-05-05, by Martin von Zweigbergk
rebase: don't update state dict same way for each root
2017-03-11, by Martin von Zweigbergk
forget: access status fields by name, not index
2017-05-04, by Martin von Zweigbergk
demandimport: add urwid.command_map to ignore list
2017-05-03, by Phil Cohen
outgoing: run on filtered repo
2017-05-05, by Martin von Zweigbergk
manifest: remove check for non-contexts in _dirmancache
2017-05-05, by Martin von Zweigbergk
bundle: factor the 'getchangegroup' out
2017-05-04, by Pierre-Yves David
bundle: avoid reset of the 'outgoing' variable
2017-05-04, by Pierre-Yves David
changegroup: deprecate 'getlocalchangroup' (API)
2017-05-04, by Pierre-Yves David
tests: directly 'getchangegroup'
2017-05-04, by Pierre-Yves David
exchange: directly 'getchangegroup'
2017-05-04, by Pierre-Yves David
commands: directly 'getchangegroup'
2017-05-04, by Pierre-Yves David
changegroup: deduplicate 'getlocalchangegroup'
2017-05-04, by Pierre-Yves David
py3: add test to show 'hg log -Tjson' works
2017-05-04, by Pulkit Goyal
py3: add test to show 'hg log -G' works
2017-05-04, by Pulkit Goyal
py3: rename test-check-py3-commands.t to test-py3-commands.t
2017-05-04, by Pulkit Goyal
py3: use list of bytes rather than bytestring while extending bytes into lists
2017-05-04, by Pulkit Goyal
py3: use pycompat.byteskwargs to converts kwargs to bytes
2017-05-04, by Pulkit Goyal
py3: make adefaults keys str to be compatible with getattr
2017-05-04, by Pulkit Goyal
py3: abuse r'' to access keys in keyword arguments
2017-05-03, by Pulkit Goyal
py3: use pycompat.bytechr instead of chr
2017-05-03, by Pulkit Goyal
py3: use %d to format integers into bytestrings
2017-05-05, by Pulkit Goyal
py3: use pycompat.bytestr instead of bytes
2017-05-05, by Pulkit Goyal
py3: slice over bytes to prevent getting ascii values
2017-05-05, by Pulkit Goyal
py3: use encoding.unitolocal instead of .encode(encoding.encoding)
2017-04-08, by Pulkit Goyal
rebase: use matcher to optimize manifestmerge
2017-05-03, by Durham Goode
changegroup: delete unused 'bundlecaps' argument (API)
2017-05-02, by Martin von Zweigbergk
localrepo: reuse exchange.bundle2requested()
2017-05-03, by Martin von Zweigbergk
py3: use raw strings while accessing class.__dict__
2017-04-28, by Pulkit Goyal
py3: handle opts correctly for `hg add`
2017-04-25, by Pulkit Goyal
py3: handle opts correctly for rollback
2017-04-24, by Pulkit Goyal
py3: handle opts correctly for unbundle
2017-04-21, by Pulkit Goyal
py3: convert opts to bytes in cmdutil.dorecord()
2017-04-21, by Pulkit Goyal
py3: make sure opts are passed and used correctly in help command
2017-04-28, by Pulkit Goyal
py3: handle opts uniformly in commands.py
2017-05-03, by Pulkit Goyal
merge with stable
2017-05-04, by Augie Fackler
help: call out specific replacement configuration settings
stable
2017-05-03, by Matt Harbison
help: spelling fixes
stable
2017-05-03, by Matt Harbison
help: attempt to clarify that pager usage is not output length based
stable
2017-05-03, by Matt Harbison
help: document color/pager pitfalls on Windows
stable
2017-05-03, by Matt Harbison
webcommands: use fctx.isbinary
2017-05-03, by Jun Wu
annotate: use fctx.isbinary
2017-05-03, by Jun Wu
fileset: use fctx.isbinary instead of util.binary(fctx.data())
2017-05-03, by Jun Wu
internals: document that "branches" is a legacy wire command
2017-05-03, by Siddharth Agarwal
match: make subinclude construction lazy
2017-05-03, by Durham Goode
bisect: allow resetting with unfinished graft/rebase/etc
2017-05-03, by Martin von Zweigbergk
py3: use %d instead of %s for integers
2017-04-21, by Pulkit Goyal
py3: make posix.getuser return a bytes
2017-04-21, by Pulkit Goyal
py3: replace str with bytes in isinstance()
2017-04-20, by Pulkit Goyal
py3: use pycompat.bytestr() instead of str()
2017-04-27, by Pulkit Goyal
py3: alias long to int on Python 3
2017-04-20, by Pulkit Goyal
setup: sys.version_info always exists
2017-05-03, by Alex Gaynor
filelog: fix parsemeta docstring
2017-05-02, by Jun Wu
util: remove doc of long gone 'targetsize' argument
2017-05-02, by Martin von Zweigbergk
test-diff-color: disable pager for expected output on Windows (issue5555)
stable
2017-05-02, by Matt Harbison
cleanup: drop the deprecated 'localrepo._link' method
2017-05-02, by Pierre-Yves David
cleanup: drop the deprecated 'localrepo.wfile' method
2017-05-02, by Pierre-Yves David
cleanup: drop the deprecated 'localrepo.join' method
2017-05-02, by Pierre-Yves David
cleanup: drop the deprecated 'localrepo.tag' method
2017-05-02, by Pierre-Yves David
cleanup: drop the deprecated 'localrepo.opener' method
2017-05-02, by Pierre-Yves David
cleanup: drop the deprecated 'localrepo.wopener' method
2017-05-02, by Pierre-Yves David
cleanup: drop vfs compatibility layer in scmutil
2017-05-02, by Pierre-Yves David
test-worker: exercise more about "killworkers" situation
2017-04-22, by Jun Wu
test-worker: capture tracebacks more reliably
2017-04-22, by Jun Wu
worker: rewrite error handling so os._exit covers all cases
2017-04-22, by Jun Wu
dispatch: take over SignalInterrupt handling from scmutil
2017-04-22, by Jun Wu
merge stable into default
2017-05-02, by Kevin Bullock
Added signature for changeset bb96d4a49743
stable
2017-05-02, by Kevin Bullock
Added tag 4.2 for changeset bb96d4a49743
stable
2017-05-02, by Kevin Bullock
merge with i18n
stable
4.2
2017-05-02, by Kevin Bullock
i18n-ja: synchronized with 6e0368b6e0bb
stable
2017-05-01, by FUJIWARA Katsunori
pager: drop the support for 'pager.enable=<bool>'
stable
2017-05-02, by Pierre-Yves David
pager: rename 'pager.enable' to 'ui.paginate'
stable
2017-05-01, by Pierre-Yves David
color: special case 'always' in 'ui.color'
stable
2017-05-02, by Pierre-Yves David
color: turn 'ui.color' into a boolean (auto or off)
stable
2017-05-02, by Pierre-Yves David
pager: document the 'pager.enable' option
stable
2017-05-01, by Pierre-Yves David
pager: advertise the config option in the default hgrc
stable
2017-05-01, by Pierre-Yves David
pager: document the 'pager' config section
stable
2017-05-01, by Pierre-Yves David
pager: test the 'enable' config option
stable
2017-05-01, by Pierre-Yves David
config: drop pager from the recommended extension
stable
2017-05-01, by Pierre-Yves David
config: use "churn" as an example extension
stable
2017-05-01, by Pierre-Yves David
discovery: prevent crash caused by prune marker having no parent data
stable
2017-04-19, by Yuya Nishihara
color: point to the global help in the example hgrc
stable
2017-05-01, by Pierre-Yves David
color: reflect the new default in the example hgrc
stable
2017-05-01, by Pierre-Yves David
color: point to the config help in global help topic
stable
2017-05-01, by Pierre-Yves David
color: reflect the new default in global help topic
stable
2017-05-01, by Pierre-Yves David
docs: describe ui.color consistently with --color
stable
2017-05-01, by Martin von Zweigbergk
test: glob out variation from 'HGPORT' length
stable
2017-05-01, by Pierre-Yves David
lock: avoid unintentional lock acquisition at failure of readlock
stable
2017-05-01, by FUJIWARA Katsunori
lock: avoid unintentional lock acquisition at failure of readlock
stable
2017-05-01, by FUJIWARA Katsunori
httppeer: unify hint message for PeerTransportError
stable
2017-05-01, by FUJIWARA Katsunori
revset: add i18n comments to error messages for followlines predicate
stable
2017-05-01, by FUJIWARA Katsunori
help: apply bulk fixes for indentation and literal blocking issues
stable
2017-05-01, by FUJIWARA Katsunori
rebase: fix incorrect configuration example
stable
2017-05-01, by FUJIWARA Katsunori
help: use hg role of mini reST to make hyper link in HTML page
stable
2017-05-01, by FUJIWARA Katsunori
help: use mercurial as a subject of colorization and pagination
stable
2017-05-01, by FUJIWARA Katsunori
packaging: add make target for linux wheels
stable
2017-04-25, by Boris Feld
tests: fix two http tests to also pass inside manylinux1 docker
stable
2017-04-25, by Boris Feld
pager: use less as a fallback on Unix
stable
2017-04-28, by Yuya Nishihara
test-bookmarks: factor hooks out to a shell script for Windows
stable
2017-04-25, by Matt Harbison
help: explain how to access subtopics in internals
stable
2017-04-19, by Matt DeVore
log: document the characters ---graph uses to draw
stable
2017-04-18, by Matt DeVore
tests: demonstrate that pager.attend-<abbreviated> doesn't work
stable
2017-04-25, by Gregory Szorc
tests: test that abbreviated command alias is also paged
stable
2017-04-24, by Gregory Szorc
tests: drop unnecessary pager attend in test
stable
2017-04-24, by Gregory Szorc
hgweb: change text of followlines links to "older / newer"
stable
2017-04-24, by Denis Laxalde
hgweb: do not show "descending" link in followlines UI for filelog heads
stable
2017-04-24, by Denis Laxalde
context: optimize linkrev adjustment in blockancestors() (issue5538)
stable
2017-04-24, by Denis Laxalde
record: update help message to use operation instead of "record" (issue5432)
stable
2017-04-24, by Boris Feld
tests: add lots of regex matching to test-http-bad-server.t
stable
2017-04-24, by Augie Fackler
tests: pass only one file at a time to tail(1)
stable
2017-04-23, by Augie Fackler
debian: configure editor and pager to sensible-\1 by default
stable
2017-04-22, by Augie Fackler
tests: work around flaky test failure on FreeBSD and relatives
stable
2017-04-22, by Augie Fackler
context: start walking from "introrev" in blockancestors()
stable
2017-04-20, by Denis Laxalde
sshpeer: try harder to snag stderr when stdout closes unexpectedly
stable
2017-04-13, by Augie Fackler
test-worker: disable tests of forked workers on Windows
stable
2017-04-20, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip