Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-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.
histedt: use inheritance to override the constraints in 'base'
2016-08-26, by Pierre-Yves David
histedit: move constraint verification to the 'action.verify' method
2016-08-26, by Pierre-Yves David
histedit: directly use node in 'verifyactions'
2016-08-26, by Pierre-Yves David
histedit: temporarily shorten name of 'constraints' variable
2016-08-26, by Pierre-Yves David
histedit: drop the 'nodetoverify' local variable
2016-08-26, by Pierre-Yves David
histedit: make 'constraints' a class attribute instead of a method
2016-08-26, by Pierre-Yves David
histedit: drop the 'nodetoverify' method
2016-08-26, by Pierre-Yves David
test-gpg: start gpg-agent by gpg-connect-agent only if GnuPG v2.1+ detected
2016-08-29, by Yuya Nishihara
rebase: properly calculate total commits to rebase (issue5347)
2016-08-26, by timeless
mpatch: add setup_mpatch_cffi.py
2016-08-28, by Maciej Fijalkowski
journal: rename on disk files to 'namejournal'
2016-08-24, by Pierre-Yves David
tests: guard demandimport segment of test-extension.t
2016-08-25, by timeless
tests: skip demandimport if disabled
2016-08-25, by timeless
hghave: add demandimport checking
2016-08-25, by timeless
hghave: make bzr checks stricter
2016-08-25, by timeless
help: document wire protocol commands
2016-08-22, by Gregory Szorc
help: document wire protocol "handshake" protocol
2016-08-22, by Gregory Szorc
help: document wire protocol capabilities
2016-08-22, by Gregory Szorc
help: document wire protocol transport protocols
2016-08-22, by Gregory Szorc
help: internals topic for wire protocol
2016-08-22, by Gregory Szorc
grep: add formatter support
2016-08-18, by Yuya Nishihara
grep: build list of all columns regardless of display options
2016-08-18, by Yuya Nishihara
grep: build list of columns without "grep." label prefix
2016-08-18, by Yuya Nishihara
grep: factor out function that prints matched line with labels
2016-08-18, by Yuya Nishihara
grep: refactor loop that yields matched text with label
2016-08-18, by Yuya Nishihara
files: change documentation to match its behaviour (issue5276)
2016-07-05, by liscju
templater: add template path to __base__ search
2016-08-24, by Matt Mackall
blackbox: also log alias expansions
2016-08-23, by Augie Fackler
test-clonebundles: accept another error string here
2016-08-25, by Augie Fackler
tests: guard test-archive-symlink with unziplinks check
2016-08-25, by Augie Fackler
hghave: add a check for unzip(1) that understands symlinks
2016-08-25, by Augie Fackler
test-https: drop two spurious --traceback flags
2016-08-25, by Augie Fackler
extensions: change magic "shipped with hg" string
2016-08-23, by Augie Fackler
version: add formatter support
2016-08-25, by Yuya Nishihara
version: factor out mapping of internal/external labels
2016-08-16, by Yuya Nishihara
version: always build list of extension versions
2016-08-16, by Yuya Nishihara
formatter: add fm.nested(field) to either write or build sub items
2016-03-13, by Yuya Nishihara
formatter: factor out format*() functions to separate classes
2016-08-15, by Yuya Nishihara
crecord: restore SIGWINCH handler before return
2016-08-24, by Jun Wu
bdiff: implement cffi version of bdiff
2016-08-20, by Maciej Fijalkowski
bdiff: implement cffi version of blocks
2016-07-28, by Maciej Fijalkowski
util: checknlink should remove file it creates if an exception occurs
2016-08-19, by Tony Tung
merge: remove files with extra actions from merge action list
2016-08-23, by Siddharth Agarwal
revlog: use an LRU cache for delta chain bases
2016-08-22, by Gregory Szorc
revlog: remove unused variables
2016-08-22, by Gregory Szorc
util: properly implement lrucachedict.get()
2016-08-22, by Gregory Szorc
manifest: change changectx to access manifest via manifestlog
2016-08-17, by Durham Goode
manifest: use property instead of field for manifest revlog storage
2016-08-17, by Durham Goode
manifest: introduce manifestlog and manifestctx classes
2016-08-17, by Durham Goode
manifest: make manifest derive from manifestrevlog
2016-08-17, by Durham Goode
manifest: break mancache into two caches
2016-08-17, by Durham Goode
dispatch: explicitly pass fancyopts optional arg as a keyword
2016-08-18, by Augie Fackler
osutil: fix the bug on OS X when we return more in listdir
2016-08-20, by Maciej Fijalkowski
histedit: use samefile function from cmdutil
2016-08-21, by Hannes Oldenburg
cmdutil: extract samefile function from amend()
2016-08-21, by Hannes Oldenburg
templater: rename "right" argument of pad() function
2016-04-22, by Yuya Nishihara
templater: make pad() evaluate boolean argument (BC)
2016-04-22, by Yuya Nishihara
templater: fix if() to not evaluate False as bool('False')
2016-08-18, by Yuya Nishihara
templater: make it clearer that _flatten() omits None
2016-08-18, by Yuya Nishihara
revset: support "follow(renamed.py, e22f4f3f06c3)" (issue5334)
2016-08-18, by Gábor Stefanik
coal: use inheritance to derive from paper
2016-08-17, by Matt Mackall
templater: add inheritance support to style maps
2016-08-17, by Matt Mackall
killdaemons: prevent killing all user processes by bad pid file
2016-08-18, by Yuya Nishihara
py3: automatically glob out line numbers from check-py3-compat output
2016-08-17, by Yuya Nishihara
py3: have check-py3-compat require pygments to get stable result
2016-08-17, by Yuya Nishihara
computeoutgoing: move the function from 'changegroup' to 'exchange'
2016-08-09, by Pierre-Yves David
getchangegroup: take an 'outgoing' object as argument (API)
2016-08-09, by Pierre-Yves David
outgoing: add a 'missingroots' argument
2016-08-09, by Pierre-Yves David
outgoing: adds some default value for argument
2016-08-09, by Pierre-Yves David
outgoing: pass a repo object to the constructor
2016-08-09, by Pierre-Yves David
match: remove matchessubrepo method (API)
2016-08-16, by Hannes Oldenburg
subrepo: cleanup of subrepo filematcher logic
2016-08-16, by Hannes Oldenburg
pycompat: delay loading modules registered to stub
2016-08-14, by Yuya Nishihara
py3: import builtin wrappers automagically by code transformer
2016-08-16, by Yuya Nishihara
py3: provide (del|get|has|set)attr wrappers that accepts bytes
2016-08-14, by Yuya Nishihara
py3: check python version to enable builtins hack
2016-08-14, by Yuya Nishihara
py3: move xrange alias next to import lines
2016-08-14, by Yuya Nishihara
check-code: allow assignment to hasattr variable
2016-08-16, by Yuya Nishihara
debugobsolete: add formatter support (issue5134)
2016-08-15, by Yuya Nishihara
formatter: add function to convert dict to appropriate format
2016-08-15, by Yuya Nishihara
check-code: make dict() pattern less invasive
2016-08-15, by Yuya Nishihara
hgweb: tweak zlib chunking behavior
2016-08-14, by Gregory Szorc
test-gpg: run migration of v1 secret keys beforehand
2016-08-14, by Yuya Nishihara
test-gpg: start gpg-agent under control of the test runner
2016-08-14, by Yuya Nishihara
test-gpg: make temporary copy of GNUPGHOME
2016-08-14, by Yuya Nishihara
hgweb: document why we don't allow untrusted settings to control zlib
2016-08-15, by Gregory Szorc
hgweb: profile HTTP requests
2016-08-14, by Gregory Szorc
hgweb: abstract call to hgwebdir wsgi function
2016-08-14, by Gregory Szorc
profiling: don't error with statprof when profiling has already started
2016-08-14, by Gregory Szorc
profiling: add a context manager that no-ops if profiling isn't enabled
2016-08-14, by Gregory Szorc
profiling: make profiling functions context managers (API)
2016-08-14, by Gregory Szorc
dispatch: set profiling.enabled when profiling is enabled
2016-08-14, by Gregory Szorc
profiling: move profiling code from dispatch.py (API)
2016-08-14, by Gregory Szorc
merge with stable
2016-08-15, by Augie Fackler
pycompat: avoid using an extra function
2016-08-13, by Pulkit Goyal
pycompat: remove multiple occurences of urlencode
2016-08-13, by Pulkit Goyal
osx: stamp the hg version into the version field in the pkg
2016-08-12, by Augie Fackler
performance: disable workaround for an old bug of Python gc
2016-07-28, by Maciej Fijalkowski
merge: always use other, not remote, in user prompts
2016-08-12, by Simon Farnsworth
merge: use labels in prompts to the user
2016-08-12, by Simon Farnsworth
journal: use the dirstate parentchange callbacks
2016-08-09, by Mateusz Kwapich
dirstate: add callback to notify extensions about wd parent change
2016-08-11, by Mateusz Kwapich
revpair: do not optimize tree to check for odd-range spec
2016-08-06, by Yuya Nishihara
revset: also parse x^: as (x^):
2016-08-06, by Yuya Nishihara
revset: resolve ambiguity of x^:y before alias expansion
2016-08-06, by Yuya Nishihara
revset: add test for resolution of infix/suffix ambiguity of x^:y
2016-08-06, by Yuya Nishihara
parser: remove unused binding parameter from suffix action
2015-07-05, by Yuya Nishihara
extensions: add unwrapfunction to undo wrapfunction
2016-08-10, by Jun Wu
extensions: add getwrapperchain to get a list of wrappers
2016-08-10, by Jun Wu
extensions: set attributes to wrappers so we can trace them back
2016-08-10, by Jun Wu
ui: drop values returned by inspect.*frame*() to avoid cycles
2016-08-10, by Jun Wu
dispatch: split global error handling out so it can be reused
2016-08-09, by Jun Wu
py3: conditionalize _winreg import
2016-08-10, by Pulkit Goyal
py3: conditionalize the raise statement
2016-08-08, by Pulkit Goyal
match: added matchessubrepo method to matcher
2016-08-09, by Hannes Oldenburg
changegroup: move branch cache debug message to proper location
2016-08-08, by Gregory Szorc
journal: take wlock for writting the 'shared' file
2016-08-08, by Pierre-Yves David
debugbuilddag: take wlock to cover '.hg/localtags'
2016-08-07, by Pierre-Yves David
fakemergerecord: take wlock to write the merge state
2016-08-08, by Pierre-Yves David
shared: take wlock for writting the 'shared' file
2016-08-07, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip