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.
parsers: protect some case-folding tables from clang-format
2015-04-21, by Augie Fackler
makefile: add target to apply clang-format in-place
2015-09-14, by Augie Fackler
configitems: adds a developer warning when accessing undeclared configuration
2017-10-16, by Boris Feld
log: add -L/--line-range option to follow file history by line range
2017-10-17, by Denis Laxalde
diff: pass a diff hunks filter function from changeset_printer to patch.diff()
2017-10-06, by Denis Laxalde
diff: also yield file context objects in patch.trydiff() (API)
2017-10-05, by Denis Laxalde
revset: extract a parsefollowlinespattern helper function
2017-10-04, by Denis Laxalde
obsfate: add obsfate to default mapfile
2017-10-06, by Boris Feld
log: add obsfate by default in changeset printer
2017-10-05, by Boris Feld
obsfate: only display date in verbose mode
2017-10-09, by Boris Feld
obsfate: filter out current user if not in verbose
2017-10-09, by Boris Feld
ui: add the possibility to returns None as username in ui
2017-10-06, by Boris Feld
test: test obfate template keyword in test-obsmarker-template.t
2017-10-06, by Boris Feld
templatekw: introduce obsfate keyword
2017-10-05, by Boris Feld
copies: add a config to limit the number of candidates to check in heuristics
2017-10-10, by Pulkit Goyal
extensions: always include traceback when extension setup fails
2017-10-17, by Martin von Zweigbergk
tests: move baduisetup() test out of "#if demandimport"
2017-10-17, by Martin von Zweigbergk
tests: make test-extension.t's baduisetup.py test fail even if bdiff exists
2017-10-17, by Martin von Zweigbergk
run-tests: move newline out of colorized message
2017-10-17, by Martin von Zweigbergk
test-extension: make the test compatible with chg
2017-10-17, by Saurabh Singh
hghave: disable demandimport when chg is running
2017-10-17, by Saurabh Singh
test-show: make it compatible with chg
2017-10-17, by Jun Wu
templater: use pycompat.sysbytes to bytes-ify some __name__ attrs
2017-10-17, by Augie Fackler
templatefilters: defend against evil unicode strs in json filter
2017-10-16, by Augie Fackler
phase: use a binary phase part to push through bundle2 (BC)
2017-09-20, by Boris Feld
arbitraryfilecontext: skip the cmp fast path if any side is a symlink
2017-10-17, by Phil Cohen
test-clang-format: new test to verify that files stay clang-formatted
2015-09-14, by Augie Fackler
context: audit paths before clearing unknown files and dirs
2017-10-17, by Mark Thomas
tests: add test demonstrating regression in path audit
2017-10-17, by Mark Thomas
configitems: move rebase config into core
2017-10-13, by Boris Feld
eol: ensure the eol extensions is loaded when hooks run
2017-10-14, by Boris Feld
acl: make sure the extensions is enabled when the acl-hooks run
2017-10-14, by Boris Feld
configitems: register the 'web.archivesubrepos' config
2017-10-16, by Boris Feld
configitems: register the 'experimental.effect-flags' config
2017-10-08, by Boris Feld
configitems: register the full 'merge-tools' config and sub-options
2017-10-08, by Boris Feld
revlog-sparse-read: add a lower-threshold for read block size
2017-10-14, by Paul Morelle
revlog: introduce an experimental flag to slice chunks reads when too sparse
2017-10-10, by Paul Morelle
revlog: ignore empty trailing chunks when reading segments
2017-10-09, by Paul Morelle
phase: isolate logic to update remote phrase through bundle2 pushkey
2017-09-20, by Boris Feld
phase: generate a push-race detection part on push
2017-10-11, by Boris Feld
phase: introduce a new 'check:phases' part
2017-10-11, by Boris Feld
phase: gather remote phase information in a summary object
2017-10-11, by Boris Feld
phase: simplify the check for issue3781 shortcut in discovery
2017-10-11, by Boris Feld
exchange: fix issue3781 reference in the comment
2017-10-16, by Boris Feld
phase: filter out non-draft item in "draft root"
2017-10-11, by Boris Feld
subrepo: share instead of clone if the parent repo is shared (issue5675) (BC)
2017-10-15, by Matt Harbison
tests: update output for no-symlink platforms
2017-10-15, by Matt Harbison
releasenotes: show a warning if fuzzywuzzy is not present
2017-10-16, by Pulkit Goyal
releasenotes: move import of fuzzywuzzy to import level
2017-10-16, by Pulkit Goyal
releasenotes: don't abort is there is a bad formatted entry for releasenotes
2017-10-15, by Pulkit Goyal
releasenotes: make the import of fuzzywuzzy optional
2017-10-15, by Pulkit Goyal
webcommands: replace str(ctx) etc with pycompat.bytestr(ctx) etc
2017-10-16, by Augie Fackler
templater: don't blow up when trying to build an abort message
2017-10-16, by Augie Fackler
webutil: use pycompat.bytestr() instead of str()
2017-10-16, by Augie Fackler
hgweb: correct an earlier error of mine - `start` should be bytes
2017-10-16, by Augie Fackler
config: simplify aliasing commands.update.check
2017-10-16, by Boris Feld
run-tests: set HGPLAIN=1 when bisecting
2017-10-04, by Jun Wu
run-tests: extract Popen logic to a single method
2017-10-04, by Jun Wu
run-tests: move bisect logic to a separate method
2017-10-04, by Jun Wu
mpatch: switch alignment of wrapped line from tab to spaces with clang-format
2017-10-04, by Augie Fackler
mpatch: reformat function prototypes with clang-format
2017-10-04, by Augie Fackler
contrib: remove check-code rule about indentation
2017-10-16, by Augie Fackler
clang-format: configuration for the clang-format source formatter
2015-01-24, by Augie Fackler
merge: allow user to halt merge on merge-tool failures
2017-10-06, by Ryan McElroy
filemerge: introduce functions to halt merge flow
2017-10-06, by Ryan McElroy
amend: add a flag `-n/--note` to store note with amend
2017-10-15, by Pulkit Goyal
cmdutil: pass metadata from amend() to cleanupnodes
2017-10-15, by Pulkit Goyal
scmutil: add capability to cleanupnodes to take obsmarker metadata
2017-10-15, by Pulkit Goyal
test-hgweb-annotate-whitespace: make test compatible with chg
2017-10-16, by Saurabh Singh
test-pager: make the test compatible with chg
2017-10-16, by Saurabh Singh
test-obsolete-bounds-checking: make the test compatible with chg
2017-10-16, by Saurabh Singh
test-dispatch: make the test compatible with chg
2017-10-16, by Saurabh Singh
histedit: remove the nonexistant config 'histeditng'
2017-10-16, by Saurabh Singh
context: add workingfilectx.markcopied
2017-10-15, by Phil Cohen
merge: don't use workers in in-memory mode
2017-10-15, by Phil Cohen
filemerge: add a missing flushall()
2017-10-15, by Phil Cohen
filemerge: store backups in the overlayworkingctx if using imm
2017-10-13, by Phil Cohen
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip