Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
releasenotes: fix documentation of similaritycheck()
2017-10-16, by Pulkit Goyal
configitems: register acl config section
2017-10-14, by Boris Feld
configitems: register the 'extdata.*.diffargs' config
2017-10-14, by Boris Feld
configitems: register the 'exdiff.opts.*' config
2017-10-14, by Boris Feld
configitems: register the 'hostsecurity.*:verifycertsfile' config
2017-10-14, by Boris Feld
configitems: register the 'hostsecurity.*:fingerprints' config
2017-10-14, by Boris Feld
configitems: register the 'hostsecurity.*:ciphers' config
2017-10-14, by Boris Feld
configitems: register the 'hostsecurity.*:minimumprotocol' config
2017-10-14, by Boris Feld
configitems: register the test 'fakepatchtime.fakenow' config
2017-10-14, by Boris Feld
configitems: register the test 'fakedirstatewritetime.fakenow' config
2017-10-14, by Boris Feld
configitems: register the 'gpg' arbitraty key section
2017-10-13, by Boris Feld
configitems: register the 'extdata' section
2017-10-13, by Boris Feld
configitems: fix registration of extensions config
2017-10-13, by Boris Feld
configitems: register the test config in 'test-push-race.t'
2017-10-11, by Boris Feld
configitems: register the test 'ui.ioerrors' config
2017-10-11, by Boris Feld
configitems: register the test 'failafterfinalize.fail' config
2017-10-13, by Boris Feld
configitems: register the test 'logtoprocess.foo' config
2017-10-13, by Boris Feld
configitems: register the test 'failpush.reason' config
2017-10-13, by Boris Feld
configitems: register the 'patchbomb.reply-to' config
2017-10-13, by Boris Feld
configitems: register the 'patchbomb.cc' config
2017-10-13, by Boris Feld
configitems: register the 'patchbomb.bcc' config
2017-10-13, by Boris Feld
configitems: register the 'web.staticurl' config
2017-10-13, by Boris Feld
configitems: register the 'experimental.uncommitondirtywdir' config
2017-10-12, by Boris Feld
configitems: register the 'largefiles.usercache' config
2017-10-13, by Boris Feld
configitems: register the 'largefiles.patterns' config
2017-10-13, by Boris Feld
configitems: register the 'largefiles.minsize' config
2017-10-13, by Boris Feld
configitem: register the 'notify.changegroup' config
2017-10-13, by Boris Feld
configitem: register the 'notify.outgoing' config
2017-10-13, by Boris Feld
configitem: register the 'notify.incoming' config
2017-10-12, by Boris Feld
configitems: register the 'hgweb-paths' section
2017-10-12, by Boris Feld
contrib-perf: register the 'parentscount' config item
2017-10-13, by Boris Feld
contrib-perf: update the config registration
2017-10-13, by Boris Feld
configitems: register the 'hostfingerprints' section
2017-10-12, by Boris Feld
configitems: register the 'hostsecurity.minimumprotocol' config
2017-10-12, by Boris Feld
configitems: register the 'progress.format' config
2017-10-11, by Boris Feld
configitems: register the 'blackbox.maxfiles' config
2017-10-11, by Boris Feld
hgweb: fix decodevaluefromheaders to always return a bytes value
2017-10-15, by Augie Fackler
hgweb: more "headers are native strs" cleanup
2017-10-15, by Augie Fackler
hgweb: when unpacking args from request form, convert to bytes
2017-10-15, by Augie Fackler
wireproto: more strkwargs cleanup
2017-10-15, by Augie Fackler
hgweb: more "http headers are native strs" cleanup
2017-10-15, by Augie Fackler
wireproto: bounce kwargs to/from bytes/str as needed
2017-10-15, by Augie Fackler
configitems: fixup default value of annotate config option
2017-10-16, by Boris Feld
transaction-summary: use a revset to filter obsoletes in reportnewcs()
2017-10-16, by Denis Laxalde
releasenotes: add pager support when printing to the ui
2017-10-15, by Pulkit Goyal
configitems: fixup default value of diff config option
2017-10-13, by Boris Feld
devel-warn: add 'warn-' to 'devel.empty-changegroup' config
2017-10-08, by Boris Feld
peer: ensure command names are always ascii bytestrs
2017-10-15, by Augie Fackler
httppeer: always produce native str header keys and values
2017-10-15, by Augie Fackler
wireproto: use %d to encode int, not %s
2017-10-15, by Augie Fackler
wireproto: use a proper exception instead of `assert False`
2017-10-15, by Augie Fackler
wireproto: use listcomp instead of map()
2017-10-15, by Augie Fackler
dagutil: use a listcomp instead of a map()
2017-10-15, by Augie Fackler
peer: when collecting method names for batch calls, bytes-ify __name__
2017-10-14, by Augie Fackler
python3: replace im_{self,func} with __{self,func}__ globally
2017-10-14, by Augie Fackler
httppeer: extract content-type from headers using native str
2017-10-14, by Augie Fackler
httppeer: convert request url back to bytes before inspecting it
2017-10-14, by Augie Fackler
templater: explode if we try to emit a str
2017-10-14, by Augie Fackler
hgweb: fill in content-type and content-length as native strings
2017-10-14, by Augie Fackler
hgweb: mimetype guessing needs a unicode path
2017-10-14, by Augie Fackler
hgweb: set sent_headers attr as early as practical
2017-10-14, by Augie Fackler
hgweb: detect Python 3-era libraries and use modern attribute names
2017-10-05, by Augie Fackler
server: indent block that's about to get conditionalized
2017-10-14, by Augie Fackler
templates: fix missed space between instability labels
2017-10-14, by Yuya Nishihara
templates: introduce labelcset() function in map-cmdline.default as example
2017-10-14, by Yuya Nishihara
templater: load aliases from [templatealias] section in map file
2017-10-14, by Yuya Nishihara
templater: load template fragments from [templates] section in map file
2017-10-14, by Yuya Nishihara
config: allow remapping the default section
2017-10-14, by Yuya Nishihara
templater: simplify merge of __base__ dicts by reading it first
2016-08-20, by Yuya Nishihara
phase: add a dedicated pretxnclose-phase hook
2017-10-08, by Boris Feld
phase: add a dedicated txnclose-phase hook
2017-10-08, by Boris Feld
bookmark: add a dedicated pretxnclose-bookmark hook
2017-10-08, by Boris Feld
bookmark: add a dedicated txnclose-bookmark hook
2017-10-10, by Boris Feld
tweakdefaults: make commands.update.check be `noconflict`
2017-10-13, by Augie Fackler
hgweb: fix logging to use native strings as appropriate
2017-10-14, by Augie Fackler
config: graduate experimental.updatecheck to commands.update.check
2017-10-14, by Augie Fackler
hgweb: rewrite most obviously-native-strings to be native strings
2017-10-14, by Augie Fackler
hgweb: use native strings consistently for querystring parsing
2017-10-05, by Augie Fackler
hgweb: rewrite two X or Y and Z ad-hoc ternaries with Y if X else Z
2017-10-05, by Augie Fackler
httppeer: use native strings for headers
2017-10-01, by Augie Fackler
hgweb: more native string treatment in query string parsing
2017-10-05, by Augie Fackler
httppeer: pass url to urllib as native str, not bytes
2017-10-14, by Augie Fackler
tersestatus: rework dirnode and tersedir docstrings
2017-10-14, by Denis Laxalde
bitmanipulation: reformat with clang-format
2017-10-04, by Augie Fackler
hghave: add a check for clang-format
2015-09-14, by Augie Fackler
python3: use our bytes-only version of cgi.escape everywhere
2017-10-05, by Augie Fackler
url: add cgi.escape equivalent for bytestrings
2017-10-14, by Augie Fackler
python3: move from using func_name to __name__
2017-10-05, by Augie Fackler
tests: add globs for Windows
2017-10-14, by Matt Harbison
test-conflicts: conditionalize for no-symlink platforms
2017-10-14, by Matt Harbison
test-extdata: conditonalize error message for Windows
2017-10-14, by Matt Harbison
test-audit-path: fill in missing output for no-symlink case
2017-10-14, by Matt Harbison
test-i18n: guard gettext test appropriately
2017-10-14, by Yuya Nishihara
hook: add a 'hashook' function to test for hook existence
2017-10-08, by Boris Feld
build: for the bootstrap phase of a deb/rpm build pure-py mercurial is enough
2017-10-13, by muxator
context: add a fast-comparision for arbitraryfilectx and workingfilectx
2017-10-13, by Phil Cohen
tersestatus: avoid modifying tersedict
2017-10-13, by Denis Laxalde
tersestatus: make methods part of the dirnode class
2017-10-11, by Denis Laxalde
tersestatus: re-implement the functionality to terse the status
2017-10-06, by Pulkit Goyal
context: add is `isinmemory()` to filectx
2017-10-13, by Phil Cohen
merge: ensure that we always commit the mergestate
2017-10-06, by Ryan McElroy
merge: add tests to show current behavior on failed filemerges
2017-10-06, by Ryan McElroy
dirstate: move the _dirfoldmap to dirstatemap
2017-10-05, by Durham Goode
dirstate: remove _dirs property cache
2017-10-05, by Durham Goode
dirstate: remove _filefoldmap property cache
2017-10-05, by Durham Goode
dirstate: move identity to dirstatemap
2017-10-05, by Durham Goode
dirstate: move nonnormal and otherparent sets to dirstatemap
2017-10-05, by Durham Goode
dirstate: move write into dirstatemap
2017-10-05, by Durham Goode
dirstate: move _read into dirstatemap
2017-10-05, by Durham Goode
configitems: register the 'templates' section
2017-10-08, by Boris Feld
configitems: register the 'paths' config section
2017-10-11, by Boris Feld
configitems: register the 'pager.attend-.*' options
2017-10-11, by Boris Feld
configitems: register the 'hooks' config section
2017-10-13, by Boris Feld
configitems: register the 'extensions' section
2017-10-10, by Boris Feld
configitems: register the 'defaults' section
2017-10-08, by Boris Feld
configitems: register the 'committemplate' section
2017-10-08, by Boris Feld
configitems: register the 'color' section
2017-10-10, by Boris Feld
configitems: register the 'alias' section
2017-10-08, by Boris Feld
configitems: allow for the registration of "generic" config item
2017-10-10, by Boris Feld
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12, by Denis Laxalde
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip