Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-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.
tag: avoid using "r" variable name for nodeid
2018-03-28, by Martin von Zweigbergk
locate: avoid using "rev" variable name for nodeid
2018-03-28, by Martin von Zweigbergk
py3: bytes/unicode dance on __doc__ of cmdalias
2018-03-28, by Yuya Nishihara
alias: reject non-ascii characters in user help/doc strings
2018-03-28, by Yuya Nishihara
lfs: respect narrowmatcher when testing to add 'lfs' requirement (issue5794)
2018-03-26, by Matt Harbison
localrepo: make filterpats private (API)
2018-03-20, by Gregory Szorc
narrow: use featuresetupfuncs
2018-03-20, by Gregory Szorc
localrepo: move featuresetupfuncs out of localrepository class (API)
2018-03-20, by Gregory Szorc
help: supporting both help and doc for aliases
2018-03-04, by Rodrigo Damazio
grep: fixes erroneous output of grep in forward order (issue3885)
2018-03-27, by Sangeet Kumar Mishra
lfs: move the 'supportedoutgoingversions' handling to changegroup.py
2018-03-26, by Matt Harbison
obsolete: refactor function for getting obsolete options
2018-03-04, by Gregory Szorc
setup: install cbor packages
2018-03-26, by Gregory Szorc
wireproto: review fixups
2018-03-26, by Gregory Szorc
cbor: add a __init__.py to top level cbor module
2018-03-26, by Pulkit Goyal
cbor: fix core test-check*
2018-03-26, by Pulkit Goyal
thirdparty: vendor cbor2 python library
2018-03-26, by Pulkit Goyal
merge: deprecate accessing update results by index
2018-03-05, by Gregory Szorc
procutil: introduce context-manager interface for protect/restorestdio
2018-03-25, by Yuya Nishihara
procutil: move protectio/restoreio from commandserver
2018-03-25, by Yuya Nishihara
commandserver: rewrite protectio/restoreio to not depend on ui
2018-03-25, by Yuya Nishihara
util: deprecate procutil proxy functions (API)
2018-03-24, by Yuya Nishihara
procutil: bulk-replace function calls to point to new module
2018-03-24, by Yuya Nishihara
procutil: bulk-replace util.std* to point to new module
2018-03-24, by Yuya Nishihara
procutil: move process/executable management functions to new module
2018-03-24, by Yuya Nishihara
util: stop using readfile() in tempfilter()
2018-03-24, by Yuya Nishihara
util: mark filtertable as private constant
2018-03-24, by Yuya Nishihara
util: mark platform-specific gethgcmd() as private
2018-03-24, by Yuya Nishihara
test-pathconflicts-merge: stop requiring symlink support
2018-03-24, by Matt Harbison
commands: use constants for merge things
2018-03-05, by Gregory Szorc
merge: use constants for actions
2018-03-05, by Gregory Szorc
merge: use constants for merge record state
2018-03-05, by Gregory Szorc
merge: use constants for merge driver state
2018-03-05, by Gregory Szorc
merge: use constants for merge state record types
2018-03-05, by Gregory Szorc
histedit: always define update results
2018-03-05, by Gregory Szorc
merge: return an attrs class from update() and applyupdates()
2018-03-05, by Gregory Szorc
histedit: make histedit's commands accept revsets (issue5746)
2018-02-23, by Sangeet Kumar Mishra
formatter: make 'originalnode' a thing in log-like templates
2018-03-17, by Yuya Nishihara
formatter: port handling of 'originalnode' to populatemap() hook
2018-03-17, by Yuya Nishihara
templater: switch 'revcache' based on new mapping items
2018-03-15, by Yuya Nishihara
templater: add hook point to populate additional mapping items
2018-03-15, by Yuya Nishihara
context: skip path conflicts by default when clearing unknown file (issue5776)
2018-03-24, by Matt Harbison
url: make logginghttphandler compatible with Python 2.7.6
2018-03-24, by Yuya Nishihara
util: make safehasattr() a pycompat function
2018-03-24, by Yuya Nishihara
util: drop util.Abort in favor of error.Abort (API)
2018-03-24, by Yuya Nishihara
test-bundle2-exchange: use error.Abort instead of util.Abort
2018-03-24, by Yuya Nishihara
util: use error.Abort instead of local alias
2018-03-24, by Yuya Nishihara
rcutil: directly call win32.executablepath()
2018-03-24, by Yuya Nishihara
directaccess: do not abort by 'ff...' hash
2018-03-24, by Yuya Nishihara
hgweb: don't responsd to api requests unless feature is enabled
2018-03-23, by Gregory Szorc
fancyopts: prevent mutation of the default value in customopts
2018-03-23, by Daniel Ploch
fancyopts: fix rendering of customopt defaults in help text
2018-03-22, by Daniel Ploch
remotenames: show remote bookmarks in `hg bookmarks`
2018-03-12, by Pulkit Goyal
remotenames: add functionality to hoist remotebookmarks
2018-03-11, by Pulkit Goyal
copyfile: preserve stat info (mtime, etc.) when doing copies/renames
2018-03-08, by Kyle Lippincott
merge: add 'isknown=True' to a dirstate.normalize() in _unknowndirschecker
2018-03-22, by Matt Harbison
merge: pconvert paths in _unknowndirschecker before dirstate-normalizing
2018-03-22, by Matt Harbison
util: enable deprecation warning for stringutil proxy (API)
2018-03-22, by Yuya Nishihara
stringutil: bulk-replace call sites to point to new module
2018-03-22, by Yuya Nishihara
stringutil: move generic string helpers to new module
2018-03-22, by Yuya Nishihara
util: remove unused private constant '_hextochr'
2018-03-22, by Yuya Nishihara
util: mark internal constants of escapedata() as private
2018-03-22, by Yuya Nishihara
util: adjust indent level in wrap()
2018-03-22, by Yuya Nishihara
util: mark MBTextWrapper as private
2018-03-22, by Yuya Nishihara
util: add helper to define proxy functions to utils.*
2018-03-22, by Yuya Nishihara
filemerge: make the 'local' path match the format that 'base' and 'other' use
2018-03-21, by Kyle Lippincott
test-strip-narrow: adjust bundle removal for Windows test stability
2018-03-21, by Matt Harbison
templater: drop symbols which should be overridden by new 'ctx' (issue5612)
2018-03-15, by Yuya Nishihara
templater: factor out function to create mapping dict for nested evaluation
2018-03-15, by Yuya Nishihara
templater: introduce resourcemapper class
2018-03-15, by Yuya Nishihara
log: do no expect templateresources() returning a dict
2018-03-15, by Yuya Nishihara
templatekw: mark _showlist() as deprecated (API)
2018-03-16, by Yuya Nishihara
templater: drop 'templ' from resources dict
2018-03-16, by Yuya Nishihara
templatekw: stop using _showlist() which is about to be deprecated
2018-03-16, by Yuya Nishihara
templater: use template context to render old-style list template
2018-03-16, by Yuya Nishihara
templater: add context.preload(t) to test if the specified template exists
2018-03-16, by Yuya Nishihara
annotate: pack line content into annotateline object (API)
2018-03-18, by Yuya Nishihara
annotate: drop linenumber flag from fctx.annotate() (API)
2018-03-13, by Yuya Nishihara
annotate: do not construct attr.s object per line while computing history
2018-03-12, by Yuya Nishihara
wireproto: explicitly track which requests are active
2018-03-15, by Gregory Szorc
wireproto: use named arguments when passing around frame data
2018-03-15, by Gregory Szorc
wireproto: define attr-based classes for representing frames
2018-03-15, by Gregory Szorc
wireproto: define human output side channel frame
2018-03-14, by Gregory Szorc
wireproto: service multiple command requests per HTTP request
2018-03-19, by Gregory Szorc
wireproto: support for receiving multiple requests
2018-03-14, by Gregory Szorc
wireproto: add request IDs to frames
2018-03-14, by Gregory Szorc
wireproto: buffer output frames when in half duplex mode
2018-03-14, by Gregory Szorc
wireproto: define and implement responses in framing protocol
2018-03-14, by Gregory Szorc
wireproto: implement basic command dispatching for HTTPv2
2018-03-14, by Gregory Szorc
wireproto: nominally don't expose "batch" to version 2 wire transports
2018-03-14, by Gregory Szorc
wireproto: implement basic frame reading and processing
2018-03-14, by Gregory Szorc
wireproto: define and implement protocol for issuing requests
2018-03-19, by Gregory Szorc
wireproto: define content negotiation for HTTPv2
2018-03-13, by Gregory Szorc
hgweb: also set Content-Type header
2018-03-13, by Gregory Szorc
wireproto: require POST for all HTTPv2 requests
2018-03-13, by Gregory Szorc
wireproto: define permissions-based routing of HTTPv2 wire protocol
2018-03-19, by Gregory Szorc
wireproto: support /api/* URL space for exposing APIs
2018-03-13, by Gregory Szorc
url: support suppressing Accept header
2018-03-13, by Gregory Szorc
util: don't log low-level I/O calls for HTTP peer
2018-03-13, by Gregory Szorc
rebase: rename conclude[memory]node() to commit[memory]node()
2018-03-21, by Martin von Zweigbergk
rebase: pass in "user" instead of "ctx" to conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: look up default date outside of conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: move config override out of conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: pass in entire "overrides" dict to conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: pass in "keepbranch" to conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: inline _makextrafn() now that we have only one caller
2018-03-20, by Martin von Zweigbergk
rebase: pass in "extra" itself into conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: look up commit message to reuse outside of conclude[memory]node()
2018-03-21, by Martin von Zweigbergk
rebase: pass in ctx, not rev, to conclude[memory]node()
2018-03-21, by Martin von Zweigbergk
rebase: extract common _concludenode()
2018-03-21, by Martin von Zweigbergk
rebase: store rebase state after each commit
2018-03-21, by Martin von Zweigbergk
rebase: register status file generator only once when using single transaction
2018-03-21, by Martin von Zweigbergk
tests: add some more tests to test-rebase-collapse.t
2018-03-18, by Martin von Zweigbergk
tests: use drawdag in test-rebase-collapse.t
2018-03-18, by Martin von Zweigbergk
rebase: remove unused default argument values from conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: get "inmemory" state directly from rebase runtime
2018-03-20, by Martin von Zweigbergk
commands: use keyword arguments in update function
2017-12-25, by Pulkit Goyal
rebase: pass "inmemory" directly to _definedestmap()
2018-03-20, by Martin von Zweigbergk
hgweb: explain instabilities of unstable changesets (the rest of the themes)
2018-03-20, by Anton Shestakov
test-merge-tools: stabilize for Windows
2018-03-20, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip