Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-192
+192
+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.
localrepo: make it possible to reuse manifest when commiting context
2016-11-17, by Mateusz Kwapich
manifest: expose the parents() method
2016-11-17, by Mateusz Kwapich
httppeer: assign Vary request header last
2016-11-28, by Gregory Szorc
wireproto: only advertise HTTP-specific capabilities to HTTP peers (BC)
2016-11-28, by Gregory Szorc
protocol: declare transport protocol name
2016-11-28, by Gregory Szorc
bdiff: early pruning of common prefix before doing expensive computations
2016-11-16, by Mads Kiilerich
formatter: add overview of API and example as doctest
2016-10-22, by Yuya Nishihara
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22, by Yuya Nishihara
hgweb: add missing slash to file log url in rss style
stable
2016-12-08, by Anton Shestakov
check-code: add a rule to forbid "cp -r"
2016-11-30, by Jun Wu
tests: replace "cp -r" with "cp -R"
2016-11-30, by Jun Wu
posix: give the cached symlink a real target
2016-11-30, by Martijn Pieters
shelve: move patch extension to a string constant
2016-11-29, by Kostia Balytskyi
merge with stable
2016-12-01, by Kevin Bullock
Added signature for changeset b3b1ae98f6a0
stable
2016-12-01, by Kevin Bullock
Added tag 4.0.1 for changeset b3b1ae98f6a0
stable
2016-12-01, by Kevin Bullock
i18n-pt_BR: synchronized with 819f96b82fa4
stable
4.0.1
2016-11-25, by Wagner Bruna
shelve: fix use of unexpected working dirs in test-shelve.t
2016-11-29, by Kostia Balytskyi
crecord: change the verb according to the operation
2016-11-28, by Jun Wu
crecord: change help text for the space key dynamically
2016-11-28, by Jun Wu
crecord: rewrite status line text (BC)
2016-11-28, by Jun Wu
crecord: make _getstatuslines update numstatuslines
2016-11-23, by Jun Wu
crecord: move status window text calculation to a separate method
2016-11-28, by Jun Wu
revlog: ensure that flags do not overflow 2 bytes
2016-11-28, by Cotizo Sima
merge with stable
2016-11-27, by Augie Fackler
debugcommands: sort command order
2016-11-25, by Gregory Szorc
tests: add test that @commands in debugcommands.py are sorted
2016-11-25, by Gregory Szorc
fsmonitor: be robust in the face of bad state
2016-11-25, by Simon Farnsworth
merge: use original file extension for temporary files
2016-11-23, by Mads Kiilerich
ui: use try..finally in configoverride
2016-11-26, by Gregory Szorc
util: limit output chunk size in zlib decompression
2016-11-26, by Gregory Szorc
crecord: filter text via i18n
2016-11-23, by Jun Wu
revert: pass operation to crecord
2016-11-23, by Jun Wu
crecord: add an "operation" field
2016-11-23, by Jun Wu
revert: prompt before removing files in interactive mode
2016-11-25, by Denis Laxalde
revert: indicate the default choice when prompting to forget files
2016-11-25, by Denis Laxalde
style: avoid an unnecessary line split
2016-11-25, by Denis Laxalde
debugcommands: move 'debugdeltachain' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugindex' and 'debugindexdot' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugignore' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debuggetbundle' in the new module
2016-11-10, by Gregory Szorc
debugcommands: move 'debugfsinfo' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugfileset' in the new module
2016-08-17, by Gregory Szorc
censor: flag internal documentation
2016-11-23, by Remi Chaintron
shelve: make --keep option survive user intervention (issue5431)
2016-11-23, by Kostia Balytskyi
worker: use os._exit for posix worker in all cases
2016-11-24, by Jun Wu
dispatch: move part of callcatch to scmutil
2016-11-24, by Jun Wu
py3: use pycompat.getcwd() instead of os.getcwd()
2016-11-23, by Pulkit Goyal
debugcommands: move 'debugextensions' to the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugdiscovery' in the module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugdate' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugrevlogopts' into the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugdag' into the new module
2016-08-17, by Gregory Szorc
chgserver: make it a core module and drop extension flags
2016-10-15, by Yuya Nishihara
chgserver: delay importing commands and dispatch modules
2016-10-15, by Yuya Nishihara
chgserver: drop CHGINTERNALMARK by chgunixservice()
2016-10-15, by Yuya Nishihara
server: add public function to select either cmdserver or hgweb
2016-10-15, by Yuya Nishihara
server: move service factory from hgweb
2016-10-15, by Yuya Nishihara
hgweb: extract app factory
2016-10-15, by Yuya Nishihara
server: move service table and factory from commandserver
2016-10-15, by Yuya Nishihara
server: move cmdutil.service() to new module (API)
2016-10-15, by Yuya Nishihara
debugcommands: move 'debugcomplete' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugcommands' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugcheckstate' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move debug{create,apply}streambundleclone to the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugbundle' in the new module
2016-08-17, by Gregory Szorc
py3: add os.getcwdb() to have bytes path
2016-11-22, by Pulkit Goyal
help: clarify contents of revlog index
2016-11-22, by Gregory Szorc
zstd: fix compilation with Solaris Studio
2016-11-22, by Danek Duvall
cmdutil: turn forward of checkunresolved into a deprecation warning
2016-11-21, by Augie Fackler
localrepo: refer to checkunresolved by its new name
2016-11-21, by Augie Fackler
rebase: refer to checkunresolved by its new name
2016-11-21, by Augie Fackler
checkunresolved: move to new package to help avoid import cycles
2016-11-21, by Augie Fackler
cmdutil: mark dirstateguard as deprecated
2016-11-21, by Augie Fackler
localrepo: refer to dirstateguard by its new name
2016-11-21, by Augie Fackler
commands: refer to dirstateguard by its new name
2016-11-21, by Augie Fackler
rebase: refer to dirstateguard by its new name
2016-11-21, by Augie Fackler
mq: refer to dirstateguard by its new name
2016-11-21, by Augie Fackler
dirstateguard: move to new module so I can break some layering violations
2016-11-21, by Augie Fackler
keepalive: discard legacy Python support for error handling
2016-11-21, by Augie Fackler
mergemod: drop support for merge.update without a target
2016-11-21, by Augie Fackler
dispatch: stop supporting non-use of @command
2016-11-21, by Augie Fackler
httppeer: document why super() isn't used
2016-11-21, by Gregory Szorc
exchange: add `_getbookmarks()` function
2016-11-17, by Stanislau Hlebik
bookmarks: use listbinbookmarks() in listbookmarks()
2016-11-17, by Stanislau Hlebik
bookmarks: introduce listbinbookmarks()
2016-11-17, by Stanislau Hlebik
ui: add configoverride context manager
2016-11-21, by Kostia Balytskyi
archival: simplify code and drop message about Python 2.5
2016-11-21, by Augie Fackler
bugzilla: stop mentioning Pythons older than 2.6
2016-11-21, by Augie Fackler
tests: update sitecustomize to use uuid1() instead of randrange()
2016-11-21, by Augie Fackler
win32mbcs: drop code that was catering to Python 2.3 and earlier
2016-11-21, by Augie Fackler
httppeer: drop an except block that says it happens only on Python 2.3
2016-11-21, by Augie Fackler
windows: do not replace sys.stdout by winstdout
2016-10-21, by Yuya Nishihara
py3: bulk replace sys.stdin/out/err by util's
2016-10-20, by Yuya Nishihara
py3: provide bytes stdin/out/err through util module
2016-10-20, by Yuya Nishihara
util: rewrite pycompat imports to make pyflakes always happy
2016-10-21, by Yuya Nishihara
windows: do not replace sys.__stdout__
2016-10-20, by Yuya Nishihara
py3: update test-check-py3-compat.t output
2016-11-21, by Pulkit Goyal
py3: use pycompat.sysargv in dispatch.run()
2016-11-21, by Pulkit Goyal
py3: use pycompat.sysargv in scmposix.systemrcpath()
2016-11-21, by Pulkit Goyal
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-192
+192
+1000
+3000
+10000
tip