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.
registrar: make format strings unicodes and not bytes
2016-10-07, by Augie Fackler
extensions: move the "import" logic out from "load"
2016-10-03, by Jun Wu
hgmanpage: stop using raw-unicode strings
2016-10-07, by Augie Fackler
revset: define _symletters in terms of _syminitletters
2016-10-07, by Augie Fackler
revset: remove doubled space
2016-10-07, by Augie Fackler
util: use string.hexdigits instead of defining it ourselves
2016-10-07, by Augie Fackler
util: correct check of sys.version_info
2016-10-07, by Augie Fackler
py3: switch to .items() using transformer
2016-10-07, by Pulkit Goyal
py3: handle multiple arguments in .encode() and .decode()
2016-10-07, by Pulkit Goyal
py3: convert to unicode to pass into encode()
2016-10-07, by Pulkit Goyal
templater: use "needle" and "haystack" as (meta-)variables for ifcontains()
2016-10-01, by Anton Shestakov
copies: mark checkcopies as internal with the _ prefix
2016-10-03, by Gábor Stefanik
copies: split u1/u2 to u1u/u2u and u1r/u2r
2016-10-03, by Gábor Stefanik
copies: style fixes and add comment
2016-10-03, by Gábor Stefanik
copies: limit is an optimization, and doesn't provide guarantees
2016-10-03, by Gábor Stefanik
revset: do not rewrite ':y' to '0:y' (issue5385)
2016-10-01, by Yuya Nishihara
revset: extract function that creates range set from computed revisions
2016-10-01, by Yuya Nishihara
lazymanifest: write a more efficient, pypy friendly version of lazymanifest
2016-09-12, by Maciej Fijalkowski
hg: set default path correctly when doing a clone+share (issue5378)
2016-10-02, by Gregory Szorc
annotate: calculate line count correctly
2016-10-01, by Jun Wu
py3: use unicode in is_frozen()
2016-10-02, by Pulkit Goyal
py3: use unicodes in __slots__
2016-10-02, by Pulkit Goyal
merge with stable
2016-10-01, by Augie Fackler
url: fix crash by empty path with #fragments
2016-09-30, by Yuya Nishihara
py3: make i18n use encoding.environ
2016-09-28, by Yuya Nishihara
py3: provide encoding.environ which is a dict of bytes
2016-09-28, by Yuya Nishihara
py3: convert encoding name and mode to str
2016-09-28, by Yuya Nishihara
pycompat: extract function that converts attribute or encoding name to str
2016-09-28, by Yuya Nishihara
Added signature for changeset 149433e68974
stable
2016-10-01, by Augie Fackler
pycompat: provide 'ispy3' constant
2016-09-28, by Yuya Nishihara
Added tag 3.9.2 for changeset 149433e68974
stable
2016-10-01, by Augie Fackler
extensions: add a note about debug output during extensions search
2016-09-30, by Pierre-Yves David
extensions: fix a debug message when searching for extensions
2016-09-30, by Pierre-Yves David
dirstate: rebuild should update dirstate properly
2016-08-30, by Mateusz Kwapich
histedit: avoid converting nodeid to context and back again
2016-09-27, by Martin von Zweigbergk
help: mark boolean flags with [no-] to explain that they can be negated
2016-09-13, by Augie Fackler
mdiff: remove unused parameter 'refine' from allblocks()
2016-09-27, by Philippe Pepiot
demandimport: error out early on missing attribute of non package (issue5373)
2016-09-26, by Yuya Nishihara
demandimport: add 'nt' to ignore list (issue5373)
2016-09-27, by Yuya Nishihara
demandimport: add '_ctypes.pointer' to ignore list on PyPy
2016-09-27, by Yuya Nishihara
hgweb: make anchor name actually match its href on help index page
2016-09-26, by Anton Shestakov
perf: add perfchangegroupchangelog command
2016-09-24, by Gregory Szorc
perf: add --reverse to perfrevlog
2016-09-24, by Gregory Szorc
log: copy the way of ancestor traversal to --follow matcher (issue5376)
2016-09-24, by Yuya Nishihara
log: unroll loop that populates file paths for --patch --follow matcher
2016-09-24, by Yuya Nishihara
wireproto: rename argument to groupchunks()
2016-09-25, by Gregory Szorc
tests: actually test non-generaldelta variant for stream clones
2016-09-25, by Gregory Szorc
revlog: document high frequency of code execution
2016-08-24, by Gregory Szorc
revlog: make code in builddelta() slightly easier to read
2016-08-24, by Gregory Szorc
py3: update test expectation on stable
stable
3.9.2
2016-09-23, by Augie Fackler
grep: rewrite help to better document current (confusing) behavior
stable
2016-09-23, by Kevin Bullock
templates: add built-in files() function
2016-09-23, by Hannes Oldenburg
rebase: rebase changesets in topo order (issue5370) (BC)
2016-09-17, by Xidorn Quan
dispatch: make hg --profile wrap reposetup
2016-09-22, by Arun Kulshreshtha
dispatch: change indentation level in _dispatch()
2016-09-22, by Arun Kulshreshtha
log: drop outdated optimization to walk revisions in reverse order
2016-09-22, by Yuya Nishihara
graphlog: preserve topo sort even if additional filter options specified
2016-09-22, by Yuya Nishihara
transaction: open a file with checkambig=True to avoid file stat ambiguity
2016-09-22, by FUJIWARA Katsunori
repair: open a file with checkambig=True to avoid file stat ambiguity
2016-09-22, by FUJIWARA Katsunori
changelog: specify checkambig=True to revlog.__init__, to avoid ambiguity
2016-09-22, by FUJIWARA Katsunori
changelog: specify checkambig=True to avoid ambiguity around truncation
2016-09-22, by FUJIWARA Katsunori
manifest: specify checkambig=True to revlog.__init__, to avoid ambiguity
2016-09-22, by FUJIWARA Katsunori
revlog: specify checkambig at writing to avoid file stat ambiguity
2016-09-22, by FUJIWARA Katsunori
vfs: use checkambigatclosing in checkambig=True but atomictemp=False case
2016-09-22, by FUJIWARA Katsunori
scmutil: add file object wrapper class to check ambiguity at closing
2016-09-22, by FUJIWARA Katsunori
scmutil: factor out common logic of delayclosedfile to reuse it
2016-09-22, by FUJIWARA Katsunori
spartan: remove unused templates
2016-09-22, by Anton Shestakov
monoblue: remove unused templates
2016-09-22, by Anton Shestakov
gitweb: remove unused templates
2016-09-22, by Anton Shestakov
paper: remove unused templates
2016-09-22, by Anton Shestakov
help: add sections for revsets
2016-09-21, by timeless
help: move revsets.## documentation into infix section
2016-09-21, by timeless
help: clarify quotes are needed for filesets.size expressions
2016-09-21, by timeless
paper: remove unused template "changelogchild"
2016-09-21, by Anton Shestakov
monoblue: remove unused template "changelogchild"
2016-09-21, by Anton Shestakov
gitweb: remove unused template "changelogchild"
2016-09-21, by Anton Shestakov
monoblue: tweak branch table's last row's cell colspan on summary page
2016-09-21, by Anton Shestakov
gitweb: tweak branch table's last row's cell colspan on summary page
2016-09-21, by Anton Shestakov
tests: clarify demandimport disabled state
2016-09-21, by timeless
demandimport: add trailing comma
2016-09-21, by timeless
tests: favor single quotes for wrapping hg help ...
2016-09-20, by timeless
samplehgrcs: use single quotes in use warning
2016-09-20, by timeless
util: use single quotes in use warning
2016-09-20, by timeless
obsolete: use single quotes in use warning
2016-09-20, by timeless
localrepo: use single quotes in use warning
2016-09-20, by timeless
help: use single quotes in use warning
2016-09-20, by timeless
discovery: use single quotes in use warning
2016-09-20, by timeless
serve: use single quotes in use warning
2016-09-20, by timeless
bundle: use single quotes in use warning
2016-09-20, by timeless
histedit: use single quotes in use warning
2016-09-20, by timeless
keyword: use single quotes in use warning
2016-09-20, by timeless
mq: use single quotes in use warning
2016-09-20, by timeless
pager: use single quotes in use warning
2016-09-20, by timeless
rebase: use single quotes in use warning
2016-09-20, by timeless
push: update help hint to point to config.paths section
2016-09-20, by timeless
update: use single quotes in use warning
2016-09-02, by timeless
remove: specify hg in added warning
2016-09-02, by timeless
manifest: add manifestlog.add
2016-09-20, by Durham Goode
manifest: move manifest.add onto manifestrevlog
2016-09-20, by Durham Goode
manifest: remove dependency on treeinmem from manifest.add
2016-09-20, by Durham Goode
manifest: move treeinmem onto manifestlog
2016-09-20, by Durham Goode
copy: document current behavior of 'hg cp --after'
2016-09-19, by Augie Fackler
crecord: add an event that scrolls the selected line to the top of the screen
2016-09-20, by Nathan Goldbaum
log: drop hack to fix order of revset (issue5100)
2016-05-03, by Yuya Nishihara
revset: add option to make matcher takes the ordering of the input set
2016-05-03, by Yuya Nishihara
strip: don't use "full" and "partial" to describe bundles
2016-09-19, by Martin von Zweigbergk
strip: clarify that user action is required to recover temp bundle
2016-09-19, by Martin von Zweigbergk
strip: report both bundle files in case of exception (issue5368)
2016-09-15, by Martin von Zweigbergk
strip: simplify some repeated conditions
2016-09-15, by Martin von Zweigbergk
config: add template support
2016-08-29, by Mathias De Maré
formatter: introduce isplain() to replace (the inverse of) __nonzero__() (API)
2016-08-29, by Mathias De Maré
diffopts: notice a negated boolean flag in diffopts
2016-08-30, by Augie Fackler
flags: allow specifying --no-boolean-flag on the command line (BC)
2016-09-13, by Augie Fackler
revset: make sort() noop depending on ordering requirement (BC)
2016-05-03, by Yuya Nishihara
revset: make reverse() noop depending on ordering requirement (BC)
2016-05-03, by Yuya Nishihara
revset: fix order of nested 'range' expression (BC)
2016-05-03, by Yuya Nishihara
revset: forward ordering requirement to argument of present()
2016-06-01, by Yuya Nishihara
crecord: delete commented line
2016-09-14, by Nathan Goldbaum
manifest: move dirlog up to manifestrevlog
2016-09-13, by Durham Goode
manifest: move revlog specific options from manifest to manifestrevlog
2016-09-13, by Durham Goode
manifest: adds manifestctx.readfast
2016-09-13, by Durham Goode
manifest: add manifestctx.readdelta()
2016-09-13, by Durham Goode
merge with stable
2016-09-14, by Pierre-Yves David
rebase: make debug logging more consistent
2016-09-13, by Martin von Zweigbergk
revset: fix order of nested '_(|int|hex)list' expression (BC)
2016-06-26, by Yuya Nishihara
revset: fix order of nested 'or' expression (BC)
2016-06-26, by Yuya Nishihara
revset: add 'takeorder' attribute to mark functions that need ordering flag
2016-08-07, by Yuya Nishihara
revset: pass around ordering flags to operations
2016-08-07, by Yuya Nishihara
revset: add stub to handle parentpost operation
2016-08-07, by Yuya Nishihara
revset: infer ordering flag to teach if operation should define/follow order
2016-02-16, by Yuya Nishihara
revset: wrap arguments of 'or' by 'list' node
2016-08-07, by Yuya Nishihara
journal: properly check for held lock (issue5349)
2016-09-13, by Pierre-Yves David
ssl: handle a difference in SSLError with pypy (issue5348)
2016-09-13, by Pierre-Yves David
manifest: change manifestctx to not inherit from manifestdict
2016-09-12, by Durham Goode
manifest: make one use of _mancache avoid manifestctxs
2016-09-12, by Durham Goode
debugrevspec: add option to verify optimized result
2016-08-21, by Yuya Nishihara
debugrevspec: add option to skip optimize() and evaluate unoptimized tree
2016-08-21, by Yuya Nishihara
revset: remove showwarning option from expandaliases()
2016-09-08, by Yuya Nishihara
debugrevspec: evaluate tree built by itself
2016-08-21, by Yuya Nishihara
localrepo: make _refreshfilecachestats unfiltered method to refresh correctly
2016-09-12, by FUJIWARA Katsunori
streamclone: clear caches after writing changes into files for visibility
2016-09-12, by FUJIWARA Katsunori
localrepo: make invalidate avoid invalidating store inside transaction (API)
2016-09-12, by FUJIWARA Katsunori
streamclone: force @filecache properties to be reloaded from file
2016-09-12, by FUJIWARA Katsunori
manifest: backed out changeset bb3281b3fcaa
2016-09-10, by Pierre-Yves David
manifest: backed out changeset b60a5fe98b73
2016-09-10, by Pierre-Yves David
debugrevspec: deprecate --optimize option
2016-08-21, by Yuya Nishihara
debugrevspec: add option to print parsed tree at given stages
2016-08-21, by Yuya Nishihara
debugrevspec: transform and print parsed tree by stages
2016-08-21, by Yuya Nishihara
debugrevspec: build parsed tree even if no --verbose specified
2016-08-21, by Yuya Nishihara
osutil: fix the declaration to work on different sizes of off_t
2016-09-08, by Maciej Fijalkowski
manifest: change manifestctx to not inherit from manifestdict
2016-08-31, by Durham Goode
manifest: make uses of _mancache aware of contexts
2016-08-29, by Durham Goode
manifest: add treemanifestctx class
2016-08-31, by Durham Goode
revset: add public function to create matcher from evaluatable tree
2016-08-21, by Yuya Nishihara
revset: make analyze() a separate step from optimize()
2016-08-21, by Yuya Nishihara
revset: extract tree transformation from optimize()
2016-08-07, by Yuya Nishihara
hghave: fix has_bzr() to not try to import RevisionSpec as module
2016-09-04, by Yuya Nishihara
update: label bookmark name in message
2016-08-22, by Pierre-Yves David
discovery: explicitly check for None in outgoing init
2016-09-06, by Ryan McElroy
import: report directory-relative paths in error messages (issue5224)
2016-08-26, by liscju
commands: remove unecessary copying of list in graft()
2016-09-05, by Hannes Oldenburg
revset: do not partial-match operator and function names in optimize()
2016-08-07, by Yuya Nishihara
revset: remove false condition to process 'negate' operator
2016-08-07, by Yuya Nishihara
revset: make optimize() reject unknown operators
2016-08-07, by Yuya Nishihara
help: show content for explicitly disabled extension (issue5228)
2016-09-01, by liscju
obsolete: fix minor module documentation issues
2016-09-02, by liscju
debugextensions: hide "ships-with-hg-core" magic string (BC)
2016-08-26, by Yuya Nishihara
debugextensions: show ships-with-hg-core state as a separate field
2016-08-31, by Yuya Nishihara
test-debugextensions: add dummy extension to make ifcontains() test more solid
2016-08-31, by Yuya Nishihara
py3: remove use of *L syntax
2016-09-01, by Pulkit Goyal
util: rename checkcase() to fscasesensitive() (API)
2016-08-30, by Martin von Zweigbergk
manifest: call m1.load and m2.load before writing a subtree
2016-08-29, by Durham Goode
histedit: correct output of error when 'base' is from the edit list
2016-08-30, by Augie Fackler
py3: split check of pygments-using files from the rest of the tree
2016-08-30, by Augie Fackler
version: change "place" field of extension to "bundled" flag
2016-08-26, by Yuya Nishihara
extensions: use ismoduleinternal() thoroughly
2016-08-27, by Yuya Nishihara
lock: show more detail for new-style locks in lock waiting message (issue4752)
2016-08-30, by Mark Ignacio
formatter: add context manager interface for convenience
2016-08-29, by Yuya Nishihara
histedit: remove now unused 'constraints' related code
2016-08-26, by Pierre-Yves David
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
crecord: properly handle files with No newline at eof (issue5268)
stable
2016-09-02, by timeless
annotate: pre-calculate the "needed" dictionary (issue5360)
stable
2016-09-02, by Jun Wu
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
Added signature for changeset ccd436f7db6d
stable
2016-09-01, by Kevin Bullock
Added tag 3.9.1 for changeset ccd436f7db6d
stable
2016-09-01, by Kevin Bullock
bundle2: localize handleoutput remote prompts
stable
3.9.1
2016-09-01, by Akihiko Odaki
i18n-pt_BR: synchronized with a12d13eac513
stable
2016-08-31, by Wagner Bruna
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
bundle2: fail faster when interrupted
stable
2016-08-25, by Gregory Szorc
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip