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.
context: add overlayfilectx.cmp()
2017-10-13, by Phil Cohen
filemerge: use arbitraryfilectx for backups
2017-10-16, by Phil Cohen
registrar: add support for storing the type of command in func object
2017-09-20, by Pulkit Goyal
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
i18n: cache translated messages per encoding
2017-10-13, by Yuya Nishihara
templater: fix ifcontains() to handle type mismatch gracefully
2017-10-12, by Yuya Nishihara
help: use single quotes in ``template example``
2017-10-12, by Yuya Nishihara
help: hide template keywords of obsolescence as they are still experimental
2017-10-12, by Yuya Nishihara
help: fix formatting of template keywords
2017-10-12, by Yuya Nishihara
chg: remove outdated rule to start test server
2017-10-12, by Yuya Nishihara
configitems: drop redundant default of web.allow<archtype>
2017-10-13, by Yuya Nishihara
configitems: correct default values of web.allow<archtype> and web.hidden
2017-10-13, by Yuya Nishihara
bdiff: include compat.h in header to define ssize_t
2017-10-13, by Yuya Nishihara
test: add an extra case for obsolescence distributed case
2017-09-30, by Boris Feld
test: add a test file dedicated to an important distributed case
2017-09-29, by Boris Feld
repoview: remove incorrect documentation of the function
2017-10-10, by Pulkit Goyal
check-code: suggest pycompat.is(posix|windows|darwin)
2017-10-12, by Jun Wu
codemod: use pycompat.isdarwin
2017-10-12, by Jun Wu
codemod: use pycompat.isposix
2017-10-12, by Jun Wu
codemod: use pycompat.iswindows
2017-10-12, by Jun Wu
pycompat: define operating system constants
2017-10-12, by Jun Wu
hgweb: do not import uuid immediately to avoid its side effect
2017-10-11, by Jun Wu
check-code: forbid platform.system()
2017-10-11, by Jun Wu
largefiles: do not use platform.system()
2017-10-11, by Jun Wu
logtoprocess: do not use platform.system()
2017-10-11, by Jun Wu
selectors2: do not use platform.system()
2017-10-11, by Jun Wu
dispatch: when --pager=no is passed, also disable pager on req.repo.ui
2017-10-09, by Jun Wu
bundle2: immediate exit for ctrl+c (issue5692)
2017-10-11, by Durham Goode
exewrapper: format with clang-format
2017-10-04, by Augie Fackler
util: add clang-format control comment around struct and format macro
2017-10-04, by Augie Fackler
mpatch: reflow two oddly formatted else blocks with clang-format
2017-10-04, by Augie Fackler
mpatch: re-wrap wide line with clang-format
2017-10-04, by Augie Fackler
bdiff: remove trailing newlines
2017-10-04, by Augie Fackler
bdiff: rewrap function prototypes per clang-format
2017-10-04, by Augie Fackler
bdiff: re-wrap lines per clang-format
2017-10-04, by Augie Fackler
bdiff: remove extra space after * per clang-format
2017-10-04, by Augie Fackler
bdiff: fix misplaced comma in macro definition with clang-format
2017-10-04, by Augie Fackler
bdiff: format header file with clang-format
2017-10-04, by Augie Fackler
bdiff: sort includes using clang-format
2017-10-04, by Augie Fackler
build: "make deb" failed when the base path contained spaces
2017-10-11, by muxator
build: chg build was failing when the base directory contained spaces
2017-10-11, by muxator
build: initial version detection by make deb/rpm was missing quoting
2017-10-11, by muxator
build: make install in "/doc" failed if the destination dir contained spaces
2017-10-11, by muxator
strip: take branch into account when selecting update target (issue5540)
2017-10-05, by Paul Morelle
scmutil: factor out building of transaction summary callback
2017-10-04, by Denis Laxalde
scmutil: factor out transaction name lookup in registersummarycallback()
2017-10-01, by Denis Laxalde
configitems: register the annotate diff options
2017-10-11, by Boris Feld
configitems: register the 'convert.cvsps.logencoding' config
2017-10-11, by Boris Feld
configitems: register the 'ui.interface.chunkselector' config
2017-10-11, by Boris Feld
configitems: register the 'experimental.archivemetatemplate' config
2017-10-11, by Boris Feld
configitems: register the 'rebase.singletransaction' config
2017-10-11, by Boris Feld
configitems: register the 'server.bundle*' family of config
2017-10-11, by Boris Feld
configitems: register the 'web.logourl' config
2017-10-11, by Boris Feld
configitems: register the 'web.logoimg' config
2017-10-11, by Boris Feld
configitems: register the 'web.labels' config
2017-10-11, by Boris Feld
configitems: register the 'web.hidden' config
2017-10-11, by Boris Feld
configitems: register the 'web.guessmime' config
2017-10-11, by Boris Feld
configitems: register the 'web.deny_push' config
2017-10-11, by Boris Feld
configitems: register the 'web.contact' config
2017-10-11, by Boris Feld
configitems: register the 'web.cache' config
2017-10-11, by Boris Feld
configitems: register the 'web.allowzip' config
2017-10-11, by Boris Feld
configitems: register the 'web.allow_push' config
2017-10-11, by Boris Feld
configitems: register the 'web.allowpull' config
2017-10-11, by Boris Feld
configitems: register the 'web.allowgz' config
2017-10-11, by Boris Feld
configitems: register the 'web.allowbz2' config
2017-10-11, by Boris Feld
configitems: register the 'email.reply-to' config
2017-10-11, by Boris Feld
configitems: register the 'email.cc' config
2017-10-11, by Boris Feld
configitems: register the 'email.bcc' config
2017-10-11, by Boris Feld
configitems: register the 'logtoprocess.uiblocked' config
2017-10-11, by Boris Feld
configitems: register the 'logtoprocess.develwarn' config
2017-10-11, by Boris Feld
configitems: register the 'logtoprocess.command' config
2017-10-11, by Boris Feld
configitems: register the 'logtoprocess.commandfinish' config
2017-10-11, by Boris Feld
configitems: register the 'logtoprocess.commandexception' config
2017-10-11, by Boris Feld
configitems: register the 'pager.pager' config
2017-10-11, by Boris Feld
configitems: register the 'web.maxchanges' config
2017-10-11, by Boris Feld
configitems: register the 'web.maxfiles' config
2017-10-11, by Boris Feld
configitems: register the 'web.maxshortchanges' config
2017-10-11, by Boris Feld
configitems: register the 'web.motd' config
2017-10-11, by Boris Feld
configitems: register the 'web.name' config
2017-10-11, by Boris Feld
configitems: register the 'web.push_ssl' config
2017-10-11, by Boris Feld
configitems: register the 'web.view' config
2017-10-11, by Boris Feld
configitems: fix registration for 'blackbox.track' config
2017-10-11, by Boris Feld
status: copy-edit and improve --terse and --verbose help
2017-10-10, by Kevin Bullock
templater: store revisions as ints so min/max won't compare them as strings
2017-09-19, by Yuya Nishihara
fsmonitor: update to match new dirstate refactor
2017-10-09, by Durham Goode
doc: rename README to README.rst
2017-09-26, by David Demelier
test: use current user in the multi-user amend scenario
2017-10-09, by Boris Feld
test: cleanup verbosity variant from fatelog test
2017-10-06, by Boris Feld
test: rename obsfate template alias
2017-10-06, by Boris Feld
obsolete: add a devel.user.obsmarker
2017-10-06, by Boris Feld
strip: factor out update target selection
2017-10-05, by Paul Morelle
contrib: add check-code rule banning use of readlink
2017-10-11, by Augie Fackler
tests: use readlink.py instead of readlink
2017-10-10, by Augie Fackler
tests: use readlink.py instead of readlink
2017-10-10, by Augie Fackler
tests: use readlink.py instead of readlink
2017-10-10, by Augie Fackler
tests: use readlink.py instead of readlink
2017-10-10, by Augie Fackler
ui: recommend tweakdefaults in the default hgrc template
2017-10-11, by Augie Fackler
tests: optimize test-copytrace-heuristics.t
2017-10-10, by Pulkit Goyal
patch: do not cache translated messages (API)
2017-10-05, by Jun Wu
fsmonitor: add new watchman notifications to fsmonitor extension
2017-10-09, by Eamonn Kent
fsmonitor: change the distance calculation
2017-10-09, by Eamonn Kent
configitems: update default value of 'phases.new-commit'
2017-10-09, by Boris Feld
mq: use the newcommitphase utility
2017-10-09, by Boris Feld
patch: rename "header" variable into "hdr" in diff()
2017-09-26, by Denis Laxalde
merge: improve comments in mergestate._makerecords
2017-10-05, by Mark Thomas
commands: tidy up merge state decoding in resolve
2017-10-02, by Mark Thomas
tests: add test for path conflicts during merge
2017-10-02, by Mark Thomas
tests: add test for path conflicts during update
2017-10-02, by Mark Thomas
context: also consider path conflicts when clearing unknown files
2017-10-02, by Mark Thomas
merge: check for path conflicts when merging (issue5628)
2017-10-02, by Mark Thomas
util: add safename function for generating safe names to rename to
2017-10-02, by Mark Thomas
merge: improve error messages for path conflicts during update
2017-10-02, by Mark Thomas
merge: check for path conflicts when updating (issue5628)
2017-10-02, by Mark Thomas
merge: rename conflicts to fileconflicts in _checkunknownfiles
2017-10-02, by Mark Thomas
merge: add _checkunknowndirs function for detecting path conflicts
2017-10-02, by Mark Thomas
merge: backup conflicting directories when getting files
2017-10-02, by Mark Thomas
merge: add merge action 'pr' to rename files during update
2017-10-02, by Mark Thomas
merge: add merge action 'p' to record path conflicts during update
2017-10-02, by Mark Thomas
commands: update the resolve command to handle path conflicts
2017-10-02, by Mark Thomas
merge: add pathconflict merge state
2017-10-02, by Mark Thomas
tests: add a test demonstrating basic path conflict failures
2017-10-02, by Mark Thomas
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip