Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-256
+256
+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.
wireproto: perform chunking and compression at protocol layer (API)
2016-11-20, by Gregory Szorc
httppeer: use compression engine API for decompressing responses
2016-11-20, by Gregory Szorc
httppeer: do decompression inside _callstream
2016-11-19, by Gregory Szorc
keepalive: reorder header precedence
2016-11-19, by Gregory Szorc
debuginstall: print compression engine support
2016-11-19, by Gregory Szorc
bdiff: don't check border condition in loop
2016-11-20, by Gregory Szorc
conflicts: make spacing consistent in conflict markers
2016-11-19, by Kostia Balytskyi
rebase: move bookmark update to before rebase clearing
2016-11-10, by Durham Goode
setup: include a dummy $PATH in the custom environment used by build.py
2016-10-28, by Gábor Stefanik
shelve: move unshelve-finishing logic to a separate function
2016-11-11, by Kostia Balytskyi
shelve: move file-forgetting logic to a separate function
2016-11-10, by Kostia Balytskyi
shelve: move rebasing logic to a separate function
2016-11-10, by Kostia Balytskyi
shelve: move commit restoration logic to a separate function
2016-11-10, by Kostia Balytskyi
shelve: move temporary commit creation to a separate function
2016-11-13, by Kostia Balytskyi
commands: print chunk type in debugrevlog
2016-11-17, by Gregory Szorc
perf: add command for measuring revlog chunk operations
2016-11-17, by Gregory Szorc
setup: add flag to build_ext to control building zstd
2016-11-17, by Gregory Szorc
drawdag: update test repos by drawing the changelog DAG in ASCII
2016-11-09, by Jun Wu
posix: give checklink a fast path that cache the check file and is read only
2015-01-14, by Mads Kiilerich
posix: move checklink test file to .hg/cache
2016-11-17, by Mads Kiilerich
posix: give checkexec a fast path; keep the check files and test read only
2015-01-14, by Mads Kiilerich
posix: simplify checkexec check
2015-01-14, by Mads Kiilerich
posix: move checkexec test file to .hg/cache
2016-11-17, by Mads Kiilerich
manifest: move manifestctx creation into manifestlog.get()
2016-11-17, by Durham Goode
util: implement zstd compression engine
2016-11-11, by Gregory Szorc
hghave: add check for zstd support
2016-11-10, by Gregory Szorc
exchange: obtain compression engines from the registrar
2016-11-10, by Gregory Szorc
bundle2: equate 'UN' with no compression
2016-11-10, by Gregory Szorc
util: check for compression engine availability before returning
2016-11-10, by Gregory Szorc
util: expose an "available" API on compression engines
2016-11-10, by Gregory Szorc
setup: compile zstd C extension
2016-11-10, by Gregory Szorc
zstd: vendor python-zstandard 0.5.0
2016-11-10, by Gregory Szorc
zstd: vendor zstd 1.1.1
2016-11-10, by Gregory Szorc
bdiff: give slight preference to removing trailing lines
2016-11-15, by Mads Kiilerich
bdiff: give slight preference to appending lines
2016-11-15, by Mads Kiilerich
bdiff: give slight preference to longest matches in the middle of the B side
2016-11-08, by Mads Kiilerich
bdiff: rearrange the "better longest match" code
2016-11-08, by Mads Kiilerich
bdiff: adjust criteria for getting optimal longest match in the A side middle
2016-11-08, by Mads Kiilerich
tests: explore some bdiff cases
2016-11-08, by Mads Kiilerich
tests: make test-bdiff.py easier to maintain
2016-11-15, by Mads Kiilerich
perf: unbust perfbdiff --alldata
2016-11-17, by Gregory Szorc
worker: discard waited pid by anyone who noticed it first
2016-11-17, by Yuya Nishihara
worker: kill workers after all zombie processes are reaped
2016-11-17, by Yuya Nishihara
worker: make sure killworkers() never be interrupted by another SIGCHLD
2016-11-17, by Yuya Nishihara
worker: fix missed break on successful waitpid()
2016-11-17, by Yuya Nishihara
filterpyflakes: dramatically simplify the entire thing by blacklisting
2016-11-10, by Augie Fackler
run-tests: forward Python USER_BASE from site (issue5425)
2016-11-10, by Augie Fackler
shelve: add missing space in help text
stable
2016-11-14, by Mads Kiilerich
util: improve iterfile so it chooses code path wisely
2016-11-15, by Jun Wu
merge with stable
2016-11-16, by Augie Fackler
worker: stop using a separate thread waiting for children
2016-11-12, by Jun Wu
worker: add a SIGCHLD handler to collect worker immediately
2016-11-12, by Jun Wu
worker: make waitforworkers reentrant
2016-11-15, by Jun Wu
worker: change "pids" to a set
2016-11-15, by Jun Wu
worker: allow waitforworkers to be non-blocking
2016-07-28, by Jun Wu
worker: wait worker pid explicitly
2016-07-28, by Jun Wu
worker: move killworkers and waitforworkers up
2016-07-28, by Jun Wu
osutil: implement setprocname to set process title for some platforms
2016-11-11, by Jun Wu
setup: test setproctitle before building osutil
2016-11-11, by Jun Wu
patch: remove unused git parameter from patch.diffstat()
2016-11-12, by Henning Schild
perf: add asv benchmarks
2016-09-29, by Philippe Pepiot
perf: omit copying ui and redirect to ferr if buffer API is in use
2016-11-15, by Philippe Pepiot
manifest: change treemanifestctx to construct subtrees from the manifestlog
2016-11-14, by Durham Goode
manifest: make revlog verification optional
2016-11-14, by Durham Goode
debugcommands: move debugbuilddag
2016-11-10, by Gregory Szorc
debugcommands: introduce standalone module for debug commands
2016-08-17, by Gregory Szorc
convert: migrate to util.iterfile
2016-11-14, by Jun Wu
match: migrate to util.iterfile
2016-11-14, by Jun Wu
store: migrate to util.iterfile
2016-11-14, by Jun Wu
patch: migrate to util.iterfile
2016-11-14, by Jun Wu
worker: migrate to util.iterfile
2016-11-14, by Jun Wu
util: add iterfile to workaround a fileobj.__iter__ issue with EINTR
2016-11-14, by Jun Wu
filterpyflakes: whitelist listcomp aliasing checking
2016-11-10, by Augie Fackler
verify: avoid shadowing two variables with a list comprehension
2016-11-10, by Augie Fackler
revset: avoid shadowing a variable with a list comprehension
2016-11-10, by Augie Fackler
revlog: avoid shadowing several variables using list comprehensions
2016-11-10, by Augie Fackler
minirst: avoid shadowing a variable in a list comprehension
2016-11-10, by Augie Fackler
hbisect: avoid shadowing a variable in a list comprehension
2016-11-10, by Augie Fackler
filemerge: avoid shadowing a variable in a list comprehension
2016-11-10, by Augie Fackler
color: avoid shadowing a variable inside a list comprehension
2016-11-10, by Augie Fackler
memory: avoid shadowing variables inside a list comprehension
2016-11-10, by Augie Fackler
shelve: move shelve-finishing logic to a separate function
2016-11-10, by Kostia Balytskyi
shelve: move unknown files handling to a separate function
2016-11-10, by Kostia Balytskyi
shelve: move actual created commit shelving to a separate function
2016-11-10, by Kostia Balytskyi
shelve: move 'nothing changed' messaging to a separate function
2016-11-10, by Kostia Balytskyi
shelve: move commitfunc creation to a separate function
2016-11-10, by Kostia Balytskyi
shelve: move mutableancestors to not be a closure
2016-11-10, by Kostia Balytskyi
shelve: move shelve name generation to a separate function
2016-11-10, by Kostia Balytskyi
shelve: move possible shelve file extensions to a single place
2016-11-10, by Kostia Balytskyi
manifest: delete manifest.manifest class
2016-11-10, by Durham Goode
localrepo: delete localrepo.manifest
2016-11-10, by Durham Goode
manifest: remove last uses of repo.manifest
2016-11-10, by Durham Goode
manifest: add unionmanifestlog support
2016-11-11, by Durham Goode
manifest: add bundlemanifestlog support
2016-11-11, by Durham Goode
manifest: make manifestlog use it's own cache
2016-11-10, by Durham Goode
manifest: delete unused dirlog and _newmanifest functions
2016-11-10, by Durham Goode
manifest: move clearcaches to manifestlog
2016-11-10, by Durham Goode
manifest: remove usages of manifest.read
2016-11-10, by Durham Goode
manifest: remove dependency on manifestrevlog being able to create trees
2016-11-10, by Durham Goode
color: show mode warning based on ui.formatted
2016-11-11, by Xidorn Quan
protocol: drop unused import of zlib
2016-11-10, by Augie Fackler
hook: lower inflated use of sys.__stdout__ and __stderr__
2016-11-08, by Yuya Nishihara
hook: flush stdout before restoring stderr redirection
2016-11-08, by Yuya Nishihara
hook: do not redirect stdout/err/in to ui while running in-process hooks (BC)
2016-10-20, by Yuya Nishihara
merge: change modified indicator to be 20 bytes
2016-11-10, by Durham Goode
dirstate: change added/modified placeholder hash length to 20 bytes
2016-11-10, by Durham Goode
dirstate: change placeholder hash length to 20 bytes
2016-11-10, by Durham Goode
util: remove compressorobj API from compression engines
2016-11-07, by Gregory Szorc
hgweb: use compression engine API for zlib compression
2016-11-07, by Gregory Szorc
bundle2: use compressstream compression engine API
2016-11-07, by Gregory Szorc
util: add a stream compression API to compression engines
2016-11-07, by Gregory Szorc
util: remove decompressors dict (API)
2016-11-07, by Gregory Szorc
changegroup: use compression engines API
2016-11-07, by Gregory Szorc
bundle2: use compression engines API to obtain decompressor
2016-11-07, by Gregory Szorc
util: remove compressors dict (API)
2016-11-07, by Gregory Szorc
bundle2: use new compression engine API for compression
2016-11-07, by Gregory Szorc
util: create new abstraction for compression engines
2016-11-07, by Gregory Szorc
config: mark parser regexes as bytes explicitly
2016-10-09, by Augie Fackler
ui: explicitly open config files in binary mode
2016-10-09, by Augie Fackler
help: fix double word usage
2016-11-09, by Gregory Szorc
setup: move cffi stuff to mercurial/cffi
2016-11-09, by Jun Wu
manifest: remove manifest.add and add memmfctx.write
2016-11-08, by Durham Goode
context: add manifestctx property on changectx
2016-11-08, by Durham Goode
manifest: add copy to mfctx classes
2016-11-08, by Durham Goode
manifest: introduce memmanifestctx and memtreemanifestctx
2016-11-08, by Durham Goode
manifestctx: add _revlog() function
2016-11-08, by Durham Goode
manifest: remove manifest.find
2016-11-08, by Durham Goode
changegroup: remove remaining uses of repo.manifest
2016-11-08, by Durham Goode
treemanifest: fix a "treeinmem" case
2016-11-04, by Martin von Zweigbergk
perf: support measuring bdiff for all changeset related data
2016-11-06, by Gregory Szorc
perf: support bdiffing multiple revisions in a single revlog
2016-11-06, by Gregory Szorc
perf: prepare to handle multiple pairs in perfbdiff
2016-11-06, by Gregory Szorc
py3: document why os.fsencode() can be used to get back bytes argv
2016-11-09, by Yuya Nishihara
py3: update test-check-py3-compat.t output
2016-11-09, by Yuya Nishihara
spelling: fixes of non-dictionary words
2016-10-17, by Mads Kiilerich
manifest: add __nonzero__ method
2016-11-03, by Durham Goode
py3: have bytes version of sys.argv
2016-11-06, by Pulkit Goyal
util: use '\\' rather than using r'\'
2016-10-09, by Augie Fackler
util: use pycompat urlunquote function
2016-10-09, by Augie Fackler
pycompat: introduce an alias for urllib.unquote
2016-10-09, by Augie Fackler
keyword: handle filectx _customcmp
2016-10-17, by Christian Ebert
mail: do not print(), use ui.debug() instead
2016-10-20, by Yuya Nishihara
progress: obtain stderr from ui
2016-10-20, by Yuya Nishihara
simplemerge: obtain stdout from ui
2016-10-20, by Yuya Nishihara
profiling: obtain stderr from ui
2016-10-20, by Yuya Nishihara
scmutil: ignore EPERM at os.utime, which avoids ambiguity at closing
stable
2016-11-13, by FUJIWARA Katsunori
vfs: ignore EPERM at os.utime, which avoids ambiguity at renaming (issue5418)
stable
2016-11-13, by FUJIWARA Katsunori
util: add utility function to skip avoiding file stat ambiguity if EPERM
stable
2016-11-13, by FUJIWARA Katsunori
bdiff: replace hash algorithm
2016-11-06, by Gregory Szorc
profiling: make statprof the default profiler (BC)
2016-11-04, by Gregory Szorc
profiling: use vendored statprof and upstream enhancements (BC)
2016-11-04, by Gregory Szorc
crecord: use scmutil.termsize()
2016-10-20, by Yuya Nishihara
scmutil: extend termwidth() to return terminal height, renamed to termsize()
2016-10-20, by Yuya Nishihara
scmutil: clarify that we explicitly do termwidth - 1 on Windows
2016-10-20, by Yuya Nishihara
scmutil: remove superfluous indent from termwidth()
2016-10-20, by Yuya Nishihara
scmutil: narrow ImportError handling in termwidth()
2016-10-20, by Yuya Nishihara
scmutil: make termwidth() obtain stdio from ui
2016-10-20, by Yuya Nishihara
scmutil: move util.termwidth()
2016-10-20, by Yuya Nishihara
bdiff: don't check border condition in loop
2016-11-06, by Gregory Szorc
perf: add perfbdiff
2016-11-05, by Gregory Szorc
help: show help for disabled extensions (issue5228)
2016-11-06, by Pulkit Goyal
py3: make scmutil.rcpath() return bytes
2016-11-06, by Pulkit Goyal
py3: use pycompat.ossep at certain places
2016-11-06, by Pulkit Goyal
py3: have pycompat.ospathsep and pycompat.ossep
2016-11-06, by Pulkit Goyal
py3: add a bytes version of os.name
2016-11-06, by Pulkit Goyal
py3: make util.datapath a bytes variable
2016-11-06, by Pulkit Goyal
py3: add os.fsdecode() as pycompat.fsdecode()
2016-11-06, by Pulkit Goyal
statprof: return state from stop()
2016-11-04, by Gregory Szorc
hgweb: cache fctx.parents() in annotate command (issue5414)
stable
2016-11-05, by Gregory Szorc
hghave: check darcs version more strictly
2016-11-05, by Yuya Nishihara
tests: silence output of darcs command
2016-11-05, by Yuya Nishihara
manifest: remove manifest.readshallowdelta
2016-11-02, by Durham Goode
manifest: get rid of manifest.readshallowfast
2016-11-02, by Durham Goode
manifest: add shallow option to treemanifestctx.readdelta and readfast
2016-11-02, by Durham Goode
manifest: change manifestlog mancache to be directory based
2016-11-02, by Durham Goode
manifest: add manifestlog.get to obtain subdirectory instances
2016-11-02, by Durham Goode
manifest: throw LookupError if node not in revlog
2016-11-02, by Durham Goode
revlog: optimize _chunkraw when startrev==endrev
2016-10-23, by Gregory Szorc
revlog: inline start() and end() for perf reasons
2016-10-22, by Gregory Szorc
revlog: reorder index accessors to match data structure order
2016-10-23, by Gregory Szorc
color: add the ability to display configured style to 'debugcolor'
2016-11-03, by Pierre-Yves David
color: sort output of 'debugcolor'
2016-11-03, by Pierre-Yves David
color: extract color and effect display from 'debugcolor'
2016-11-03, by Pierre-Yves David
color: restore _style global after debugcolor ran
2016-11-03, by Pierre-Yves David
color: add basic documentation to 'debugcolor'
2016-11-03, by Pierre-Yves David
tests: merge 'test-push-hook-lock.t' into 'test-push.t'
2016-11-03, by Pierre-Yves David
tests: merge 'test-push-validation.t' into 'test-push.t'
2016-11-03, by Pierre-Yves David
test: rename 'test-push-r.t' to 'test-push.t'
2016-11-03, by Pierre-Yves David
tests: simplify command script in 'test-push-r.t'
2016-11-03, by Pierre-Yves David
py3: use encoding.environ in ui.py
2016-11-03, by Pulkit Goyal
py3: make scmposix.userrcpath() return bytes
2016-11-03, by Pulkit Goyal
adjustlinkrev: remove unnecessary parameters
2016-11-01, by Jun Wu
repair: make strip() return backup file path
2016-10-31, by Martin von Zweigbergk
rebase: check for conflicts before continuing
2016-11-02, by timeless
cmdutil: refactor checkunresolved
2016-11-02, by timeless
rebase: rename merge to mergemod
2016-11-02, by timeless
context: make sure __str__ works, also when there is no _changectx
2015-03-19, by Mads Kiilerich
largefiles: clarify variable name holding file mode
2016-10-18, by Mads Kiilerich
changegroup: use changelogrevision()
2016-11-01, by Gregory Szorc
changegroup: cache changelog and manifestlog outside of loop
2016-11-01, by Gregory Szorc
make: targets for building packages for ubuntu yakkety
2016-11-01, by Gregory Szorc
util: put compression code next to each other
2016-10-15, by Gregory Szorc
hgweb: make log streams compatible with command server
2014-06-28, by Yuya Nishihara
cmdserver: write channel header and payload by a single write() call
2016-02-29, by Yuya Nishihara
histedit: use ui.fin to read commands from stdin
2016-03-18, by Yuya Nishihara
convert: have debugsvnlog obtain standard streams from ui
2015-10-03, by Yuya Nishihara
convert: remove superfluous setbinary() calls from debugsvnlog
2015-10-03, by Yuya Nishihara
tests: explicitly use ls profiler
2016-08-17, by Gregory Szorc
statprof: pass data structure to display functions
2016-11-01, by Gregory Szorc
statprof: use print function
2016-08-14, by Gregory Szorc
statprof: use absolute_imports
2016-11-01, by Gregory Szorc
statprof: require paths to save or load profile data
2016-08-14, by Gregory Szorc
statprof: fix flake8 warnings
2016-08-14, by Gregory Szorc
statprof: vendor statprof.py
2016-11-01, by Gregory Szorc
merge with stable
2016-11-01, by Augie Fackler
Added signature for changeset eab274469952
stable
2016-11-01, by Augie Fackler
Added tag 4.0 for changeset eab274469952
stable
2016-11-01, by Augie Fackler
merge with i18n
stable
4.0
2016-11-01, by Kevin Bullock
i18n-ja: synchronized with 69ffbbe73dd0
stable
2016-11-01, by FUJIWARA Katsunori
tag: clarify warning about making a tag on a branch head
stable
2016-10-31, by Nathan Goldbaum
contrib: check reference to old selenic.com domain
stable
2016-11-01, by FUJIWARA Katsunori
check-code: discard filtering result of previous check for independence
stable
2016-11-01, by FUJIWARA Katsunori
help: replace selenic.com by mercurial-scm.org in man pages
stable
2016-11-01, by FUJIWARA Katsunori
help: replace selenic.com by mercurial-scm.org in command examples
stable
2016-11-01, by FUJIWARA Katsunori
hghave: fix 'rmcwd' to ensure temporary directory is removed
stable
2016-11-01, by Yuya Nishihara
httppeer: make __del__ access to self.urlopener more safe
stable
2016-10-31, by Mads Kiilerich
tests: test preserving execbit changes at amending only on execbit platform
stable
2016-10-30, by FUJIWARA Katsunori
tests: put temporary file outside the working directory for test portability
stable
2016-10-30, by FUJIWARA Katsunori
tests: avoid quoting of commit messages for test portability
stable
2016-10-30, by FUJIWARA Katsunori
tests: use basic format code "%Y" instead of "%s" for test portability
stable
2016-10-30, by FUJIWARA Katsunori
tests: add test-commit-interactive-curses.t "require tic" for test portability
stable
2016-10-29, by FUJIWARA Katsunori
tests: use "?" to glob both ":" and ";" in output for test portability
stable
2016-10-29, by FUJIWARA Katsunori
tests: invoke printenv.py via sh -c for test portability
stable
2016-10-29, by FUJIWARA Katsunori
largefiles: handle that a found standin file doesn't exist when removing it
stable
2016-10-27, by Mads Kiilerich
templater: use unfiltered changelog to calculate shortest() at constant time
stable
2016-10-25, by Yuya Nishihara
templater: do not use index.partialmatch() directly to calculate shortest()
stable
2016-10-23, by Yuya Nishihara
tests: run "cwd was removed" test only if cwd can actually be removed
stable
2016-10-26, by Yuya Nishihara
merge: avoid superfluous filemerges when grafting through renames (issue5407)
stable
2016-10-25, by Gábor Stefanik
sslutil: guard against broken certifi installations (issue5406)
stable
2016-10-19, by Gábor Stefanik
revset: don't cache abstractsmartset min/max invocations infinitely
stable
2016-10-25, by Mads Kiilerich
merge with i18n
stable
2016-10-24, by Kevin Bullock
i18n-pt_BR: synchronized with 7b428b00a1d4
stable
2016-10-22, by Wagner Bruna
dirstate: fix debug.dirstate.delaywrite to use the new "now" after sleeping
stable
2016-10-18, by Mads Kiilerich
tests: fix test-casefolding.t
stable
2016-10-21, by Simon Farnsworth
commands: print security protocol support in debuginstall
stable
2016-10-19, by Gregory Szorc
manifest: make treemanifestctx store the repo
stable
2016-10-18, by Durham Goode
manifest: make manifestctx store the repo
stable
2016-10-18, by Durham Goode
manifest: make manifestlog a storecache
stable
2016-10-18, by Durham Goode
manifest: move manifest creation to a helper function
stable
2016-10-18, by Durham Goode
Added signature for changeset 438173c41587
stable
2016-10-18, by Kevin Bullock
Added tag 4.0-rc for changeset 438173c41587
stable
2016-10-18, by Kevin Bullock
merge default into stable for 4.0 code freeze
stable
4.0-rc
2016-10-18, by Kevin Bullock
merge with i18n
stable
2016-10-18, by Kevin Bullock
i18n-pt_BR: synchronized with 149433e68974
stable
2016-10-11, by Wagner Bruna
changegroup: increase write buffer size to 128k
2016-10-16, by Gregory Szorc
changegroup: skip delta when the underlying revlog do not use them
2016-10-14, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-256
+256
+1000
+3000
+10000
tip