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.
fuzzutil: make it possible to use absl when C++17 isn't supported
2018-04-30, by Augie Fackler
fuzz: extract some common utilities and use modern C++ idioms
2018-04-28, by Augie Fackler
tests: update fuzzer tests to include both fuzzers
2018-04-28, by Augie Fackler
transaction-summary: show phase changes statistics in pull/unbundle
2018-05-24, by Denis Laxalde
outgoing: pay attention to `default:pushurl` for bookmarks and subrepos
2018-05-28, by Matt Harbison
revlog: make chainbase cache its result for the correct revision
2018-04-21, by Paul Morelle
revlog: make getcandidaterevs more consistent about updating tested revs set
2018-03-07, by Paul Morelle
templatekw: make getrenamed() return only filename, not nodeid
2018-03-26, by Martin von Zweigbergk
py3: wrap tempfile.NamedTemporaryFile() to return bytes fp.name
2018-05-26, by Yuya Nishihara
py3: wrap tempfile.mkdtemp() to use bytes path
2018-05-26, by Yuya Nishihara
py3: wrap tempfile.mkstemp() to use bytes path
2018-05-26, by Yuya Nishihara
extensions: remove strip_init=True from _disabledpaths()
2018-05-03, by Yuya Nishihara
extensions: peek command table of disabled extensions without importing
2018-05-03, by Yuya Nishihara
lfs: clarify pointer validation error messages
2018-04-26, by Matt Harbison
terse: pconvert() entries added to the temporary terse dict for Windows
2018-05-22, by Matt Harbison
filemerge: don't pass function name as loadpath's module_name param
2018-05-24, by hindlemail
phases: define an official tuple of phases we do not share
2018-05-22, by Boris Feld
phases: define an official tuple of mutable phases
2018-05-22, by Boris Feld
repoview: use 'phasecache.getrevset' when computing 'unserved' filter
2018-05-21, by Boris Feld
graft: drop --user and --date values info from hint in case of conflicts
2018-05-26, by Pulkit Goyal
graft: reuse --user and --date values in `hg graft --continue` (BC)
2018-05-25, by Pulkit Goyal
tests: add test showing --continue not preserving --date and --user flags
2018-05-26, by Pulkit Goyal
graft: store user passed date and user information in graftstate
2018-05-25, by Pulkit Goyal
graft: use cmdstate.delete() to delete the state file
2018-05-25, by Pulkit Goyal
graph: add outputgraph() function, called by ascii() to print
2018-05-24, by John Stiles
graft: add test for reading old graftstate files with new mechanism
2018-02-28, by Pulkit Goyal
graft: start using the cmdstate class to read and write data to graftstate
2018-05-25, by Pulkit Goyal
graft: use state.cmdstate() to check whether graftstate exists
2018-05-25, by Pulkit Goyal
graft: factor out function to read graft state in separate function
2018-05-25, by Pulkit Goyal
state: removing remaining instances of opts class variable
2018-05-25, by Pulkit Goyal
help: mention pattern syntax of latesttag() template function
2018-05-24, by Yuya Nishihara
py3: replace str.format(x) with `str % x` in githelp
2018-05-23, by Matt Harbison
githelp: drop the trailing period from single sentence output for consistency
2018-05-23, by Matt Harbison
hgweb: wrap {entries}* of filelog with mappinglist
2018-04-04, by Yuya Nishihara
hgweb: don't use dict(key=value) to build a mapping dict in filelog
2018-04-04, by Yuya Nishihara
hgweb: wrap {diffopts} of annotate by hybriddict()
2018-04-04, by Yuya Nishihara
hgweb: wrap {parents} of {annotate} with mappinggenerator
2018-04-04, by Yuya Nishihara
hgweb: wrap {annotate} with mappinggenerator
2018-04-04, by Yuya Nishihara
hgweb: wrap {bookmarks} of summary with mappinggenerator
2018-04-04, by Yuya Nishihara
hgweb: wrap {lastchange} of bookmarks with mappinglist
2018-04-04, by Yuya Nishihara
hgweb: wrap {entries}* of bookmarks with mappinggenerator
2018-04-04, by Yuya Nishihara
state: raise CorruptedState error isntead of ProgrammingError
2018-05-23, by Pulkit Goyal
localrepo: add docstring to _makedirstate to make it less likely to be removed
2018-05-22, by Kyle Lippincott
scmutil: move repair.stripbmrevset as scmutil.bookmarkrevs (API)
2018-05-15, by David Demelier
githelp: cleanup one more abort message
2018-05-22, by Matt Harbison
githelp: do not concatenate i18n messages dynamically so they can be collected
2018-05-22, by Yuya Nishihara
narrow: only wrap dirstate functions once, instead of per-reposetup
2018-05-16, by Kyle Lippincott
state: temporary silence pyflakes warning by removing variable assignment
2018-05-22, by Pulkit Goyal
state: fix usage of an unassigned variable
2018-05-22, by Pulkit Goyal
py3: add b'' prefixes in tests/test-revset2.t
2018-05-20, by Pulkit Goyal
py3: use encoding.strfromlocal() instead of pycompat.sysstr()
2018-05-21, by Pulkit Goyal
tests: stabilize test-patch.t on Windows
2018-05-20, by Matt Harbison
githelp: lowercase the start of output messages for consistency
2018-05-21, by Matt Harbison
githelp: rewrite a Yoda conditional
2018-05-21, by Matt Harbison
githelp: make several strings localizable
2018-05-21, by Matt Harbison
githelp: cleanly abort if the `svn` command is unknown
2018-05-21, by Matt Harbison
githelp: fail gracefully in a couple cases where arguments are missing
2018-05-21, by Matt Harbison
revlog: isgooddeltainfo takes the whole revinfo object
2018-03-07, by Paul Morelle
revlog: make variable name 'd' more explicit in _isgooddeltainfo
2018-03-07, by Paul Morelle
debugdeltachain: r.start and r.length can be retrieved outside the loop
2018-04-19, by Paul Morelle
revlog: in _getcandidaterevs, shorten revlog._generaldelta to gdelta
2018-05-04, by Paul Morelle
pathencode: remove unused variable
2018-05-19, by Augie Fackler
py3: add r'' prefixes to fix kwargs handling in hgext/sparse.py
2018-05-20, by Pulkit Goyal
py3: use bytes in tests/printenv.py
2018-05-20, by Pulkit Goyal
py3: use stringutil.pprint() to prevent b'' prefixes in output
2018-05-20, by Pulkit Goyal
py3: use pycompat.fsencode to convert path to bytes
2018-05-20, by Pulkit Goyal
py3: add b'' prefixes in tests/test-ssh.t and tests/test-ssh-bundle1.t
2018-05-20, by Pulkit Goyal
py3: add b'' prefixes in contrib/hg-ssh
2018-05-20, by Pulkit Goyal
state: write the version number in plain text on top of state files
2018-05-18, by Pulkit Goyal
state: set canonical=True to write deterministically
2018-05-18, by Pulkit Goyal
state: don't have a dict like interface for cmdstate class
2018-03-28, by Pulkit Goyal
state: import the file to write state files from evolve extension
2018-02-21, by Pulkit Goyal
revlog: suggest other parent when a parent was refused for a delta (issue5481)
2018-05-14, by Paul Morelle
status: add default of --terse=u to tweakdefaults (BC)
2018-05-14, by Augie Fackler
status: add a config knob for setting default of --terse
2018-05-14, by Augie Fackler
tests: port inline extensions in test-obsolete.t to Python 3
2018-05-19, by Augie Fackler
py3: consolidate down some (case ...) entries
2018-05-19, by Augie Fackler
py3: re-sort test whitelist
2018-05-19, by Augie Fackler
tests: fix test-subrepo-paths.t on Python 3
2018-05-19, by Augie Fackler
tests: fix test-parseindex2 on Python 3
2018-05-19, by Augie Fackler
tests: use [(] instead of \( to avoid warning on py3
2018-05-19, by Augie Fackler
tests: fix test-patch.t on pickier /bin/sh implementations
2018-05-19, by Augie Fackler
patch: add debug message to show external patch tool invocation
2018-05-19, by Augie Fackler
py3: add 13 new passing tests to whitelist
2018-05-19, by Pulkit Goyal
py3: check for None before comparing with integers
2018-05-19, by Pulkit Goyal
py3: use `except error as e` instead of `except error, e`
2018-05-19, by Pulkit Goyal
py3: use pycompat.fsencode() to convert tempfile name to bytes
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-parseindex.t
2018-05-19, by Pulkit Goyal
py3: fix .write() calls in few tests
2018-05-19, by Pulkit Goyal
py3: bytestr() bytes to get bytechar while iterating on it
2018-05-19, by Pulkit Goyal
py3: slice over bytes to prevent getting the ascii values
2018-05-19, by Pulkit Goyal
py3: use utils.stringutil.forcebytestr to convert error to bytes
2018-05-19, by Pulkit Goyal
py3: make sure we open files in bytes mode
2018-05-19, by Pulkit Goyal
py3: add b'' prefix in test/test-fileset.t
2018-05-19, by Pulkit Goyal
py3: suppress the output from .write() calls in few tests
2018-05-19, by Pulkit Goyal
py3: use print as a function in tests/test-parseindex.t
2018-05-19, by Pulkit Goyal
py3: use print as a function in tests/test-pull.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-rebuildstate.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-progress.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-profile.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-pager.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-hgrc.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-extensions-afterloaded.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-custom-filters.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-bugzilla.t
2018-05-19, by Pulkit Goyal
py3: fix kwargs handling in hgext/split.py
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in hgext/convert/subversion.py
2018-05-19, by Pulkit Goyal
py3: use '%d' for integers in hgext/infinitepush/__init__.py
2018-05-19, by Pulkit Goyal
py3: make sure we pass str to date.strftime()
2018-05-19, by Pulkit Goyal
py3: use pycompat.bytestr() to convert str into bytes
2018-05-19, by Pulkit Goyal
py3: fix kwargs handling in hgext/rebase.py
2018-05-19, by Pulkit Goyal
hgweb: wrap {entries}* of tags with mappinggenerator
2018-04-04, by Yuya Nishihara
hgweb: wrap {fentries} and {dentries} of manifest with mappinggenerator
2018-04-04, by Yuya Nishihara
hgweb: wrap {entries}* of changelog with mappinglist
2018-04-04, by Yuya Nishihara
hgweb: wrap {lines} of filerevision with mappinggenerator
2018-04-04, by Yuya Nishihara
hgweb: drop unused argument 'tmpl' from webutil.diffstat()
2018-04-04, by Yuya Nishihara
hgweb: use template context to render {diffstat}
2018-04-04, by Yuya Nishihara
hgweb: wrap {diffstat} with mappedgenerator
2018-04-04, by Yuya Nishihara
pathencode: improve error messages slightly
2018-05-18, by Augie Fackler
pathencode: hashlib.sha1() takes bytes not str on Python 3
2018-05-18, by Augie Fackler
pathencode: fix importing hashlib on Python 3
2018-05-18, by Augie Fackler
context: fix %-formatting on Python 3
2018-05-18, by Augie Fackler
patch: fix import-time syntax error in test-check-module-imports.t
2018-05-18, by Augie Fackler
py3: whitelist two more passing tests observed by buildbot
2018-05-18, by Augie Fackler
py3: use stringutil.pprint() to format a list to print
2018-05-19, by Pulkit Goyal
py3: fix kwargs handling in qgurad in hgext/mq.py
2018-05-19, by Pulkit Goyal
py3: use .startswith() instead of bytes[0]
2018-05-19, by Pulkit Goyal
crecord: fallback to text mode if diffs are too big for curses mode
2018-05-17, by Kyle Lippincott
narrow: filter copies in core
2018-05-17, by Martin von Zweigbergk
narrow: filter set of files to check for case-folding to core
2018-05-17, by Martin von Zweigbergk
narrow: filter merge actions in core
2018-05-17, by Martin von Zweigbergk
hgweb: extract code for emitting multiple changelist records
2018-05-17, by Gregory Szorc
phabricator: register config settings
2018-05-16, by Matt Harbison
filemerge: support specifying a python function to custom merge-tools
2018-05-16, by hindlemail
help: correct signature of separate() template function
stable
2018-05-24, by Yuya Nishihara
hgweb: do not try to replace signal handlers while locking
stable
2018-05-18, by Yuya Nishihara
lock: add internal config to not replace signal handlers while locking
stable
2018-05-18, by Yuya Nishihara
merge with i18n
stable
2018-05-22, by Augie Fackler
i18n-pt_BR: synchronized with 32a75a8a5b0f
stable
2018-05-04, by Wagner Bruna
i18n-ja: fix block indentation
stable
2018-05-04, by Wagner Bruna
i18n-ja: synchronized with 32a75a8a5b0f
stable
2018-05-01, by FUJIWARA Katsunori
httppeer: declare 'dbg' at the function level
stable
2018-05-21, by Boris Feld
httppeer: properly gate debug usage behind debug flag check
stable
2018-05-04, by Boris Feld
test-http-branchmap: fix stdio mode on Windows
2018-05-13, by Yuya Nishihara
test-http-branchmap: fix encoding test to wrap the server stream
2018-05-13, by Yuya Nishihara
test-merge-tools: create repo directory to free $TESTTMP for temporary files
2018-05-17, by Yuya Nishihara
notify: add option to include function names in the diff output
2018-05-12, by Joerg Sonnenberger
tests: update py3 test since json fields are now sorted
2018-05-16, by Martin von Zweigbergk
tests: test-parseindex.t works just fine with chg
2018-05-16, by Kyle Lippincott
py3: convert the report to bytes
2018-04-27, by Pulkit Goyal
json: reject unicode on py2 as well
2018-05-11, by Martin von Zweigbergk
dispatch: mask negative exit code recorded in blackbox log
2018-05-16, by Yuya Nishihara
dispatch: fix exit code of unhandled exception recorded in blackbox log
2018-05-16, by Yuya Nishihara
tests: mark tests that fail when using chg as #require no-chg
2018-05-15, by Kyle Lippincott
py3: use pycompat.bytestr() instead of str() in extensions.py
2018-04-27, by Pulkit Goyal
py3: use pycompat.bytestr() on bytes before %r-ing it
2018-05-16, by Pulkit Goyal
py3: add b'' prefixes in tests/test-extension.t
2018-02-15, by Pulkit Goyal
py3: suppress the value returned by .write() calls
2018-04-27, by Pulkit Goyal
tests: test failure reporting in blackbox code
2018-05-15, by Martin von Zweigbergk
export: add -B option to select a bookmark
2018-05-14, by David Demelier
packaging: move most packaging targets to own Makefile
2018-05-12, by Gregory Szorc
packaging: make packaging scripts less reliant on pwd
2018-05-12, by Gregory Szorc
packaging: move contrib/macosx to contrib/packaging/
2018-05-12, by Gregory Szorc
packaging: move linux-wheel-centos5-blacklist to contrib/packaging/
2018-05-12, by Gregory Szorc
packaging: move build-linux-wheels.sh to contrib/packaging/
2018-05-12, by Gregory Szorc
packaging: move contrib/debian to contrib/packaging/
2018-05-12, by Gregory Szorc
packaging: move buildrpm to contrib/packaging/
2018-05-12, by Gregory Szorc
packaging: move mercurial.spec to contrib/packaging/
2018-05-12, by Gregory Szorc
packaging: move builddeb into contrib/packaging/
2018-05-12, by Gregory Szorc
packaging: move packagelib.sh into contrib/packaging/
2018-05-12, by Gregory Szorc
packaging: move some docker scripts into contrib/packaging/
2018-05-12, by Gregory Szorc
packaging: move most of contrib/docker to contrib/packaging/docker
2018-05-12, by Gregory Szorc
setup: reformat options argument
2018-05-12, by Gregory Szorc
contrib: remove fixpax.py
2018-05-12, by Gregory Szorc
push: continue without locking on lock failure other than EEXIST (issue5882)
stable
2018-05-15, by Yuya Nishihara
revlog: handle errors from index_node() in nt_insert() and index_slice_del()
2018-05-11, by Martin von Zweigbergk
help: add new deprecated topic
2018-05-14, by David Demelier
phabricator: split auth.url into the standard auth.schemes and auth.prefix
2018-05-14, by Matt Harbison
phabricator: migrate [phabricator.auth] to [auth]
2018-05-12, by Matt Harbison
dispatch: unify handling of None returned by a command function
2018-05-12, by Yuya Nishihara
dispatch: minor code refactor
2018-05-11, by Gregory Szorc
hgweb: drop unused argument 'tmpl' from webutil.compare()
2018-04-04, by Yuya Nishihara
hgweb: convert {comparison} to a mappinggenerator with named template
2018-04-04, by Yuya Nishihara
hgweb: rename 'context' argument of webutil.compare() to avoid name conflicts
2018-04-04, by Yuya Nishihara
hgweb: convert comparison {lines} to a mappinggenerator with named template
2018-04-04, by Yuya Nishihara
hgweb: move getblock() closure out of compare()
2018-04-03, by Yuya Nishihara
hgweb: move compline() closure out of compare()
2018-04-03, by Yuya Nishihara
hgweb: convert {diff} to a mappinggenerator with named template
2018-04-03, by Yuya Nishihara
hgweb: use template context to render {lines} of {diff}
2018-04-03, by Yuya Nishihara
hgweb: wrap {lines} of {diff} with mappedgenerator
2018-04-03, by Yuya Nishihara
hgweb: move prettyprintlines() closure out of diffs()
2018-04-03, by Yuya Nishihara
remotenames: enable the storage config option if extension is enabled
2018-04-29, by Pulkit Goyal
tests: clone the repo over ssh in tests/test-logexchange.t
2018-04-29, by Pulkit Goyal
remotenames: check the remotepath with url containing user information too
2018-04-29, by Pulkit Goyal
bdiff: fix yet more fallout from xdiff long/int64 conversion (issue5885)
stable
2018-05-12, by Julien Cristau
shortest: avoid magic number "41"
2018-05-11, by Martin von Zweigbergk
revlog: handle error from node lookup
2018-05-11, by Martin von Zweigbergk
debugextensions: process extensions loaded from the local repository too
2018-05-11, by Matt Harbison
phabricator: drop support for the deprecated `phabricator.token` config
2018-05-10, by Matt Harbison
help: load module doc of disabled extension in extensions.disabledcmd()
2018-05-03, by Yuya Nishihara
extensions: extract closure that looks for commands from disabled module
2018-05-03, by Yuya Nishihara
extensions: drop dead code trying to exclude deprecated disabled commands
2018-05-03, by Yuya Nishihara
util: drop remainder of dateutil/procutil aliases (API)
2018-05-11, by Yuya Nishihara
shortest: move revnum-disambiguation out of revlog
2018-05-03, by Martin von Zweigbergk
shortest: remove unnecessary check for revnum in isvalid()
2018-05-03, by Martin von Zweigbergk
shortest: make pure code also disambigute against revnums at end
2018-05-03, by Martin von Zweigbergk
revlog: use node tree (native code) for shortest() calculation
2018-05-02, by Martin von Zweigbergk
shelve: reduce scope of merge tool config override
2018-05-07, by Martin von Zweigbergk
util: drop _deprecatedfunc()
2018-05-10, by Matt Harbison
util: drop deprecated forwarding to procutil (API)
2018-05-10, by Matt Harbison
tests: migrate demandimport.py away from deprecated `util` module symbols
2018-05-11, by Matt Harbison
templatekw: drop deprecated showlist() and showdict() (API)
2018-05-10, by Matt Harbison
util: drop deprecated forwarding to dateutil (API)
2018-05-10, by Matt Harbison
util: drop deprecated forwarding to stringutil (API)
2018-05-10, by Matt Harbison
scmutil: remove deprecated revpairnodes method (API)
2018-05-11, by Augie Fackler
merge: drop support for using updateresults as tuples (API)
2018-05-11, by Augie Fackler
cmdutil: drop deprecated log helper methods (API)
2018-05-11, by Augie Fackler
cmdutil: drop deprecated precursor of registrar.command (API)
2018-05-10, by Matt Harbison
cmdutil: remove deprecated _revertprefetch code (API)
2018-05-11, by Augie Fackler
tests: fix deprecation warning in test-url.py
2018-05-11, by Augie Fackler
hgweb: remove unused argument 'tmpl' from listfilediffs()
2018-04-03, by Yuya Nishihara
hgweb: use template context to render {files} of changelist entries
2018-04-03, by Yuya Nishihara
hgweb: wrap {files} of changelist entries with mappedgenerator
2018-04-03, by Yuya Nishihara
hgweb: use template context to render {files} of changesetentry()
2018-04-03, by Yuya Nishihara
hgweb: wrap {files} of changesetentry() with mappedgenerator
2018-04-03, by Yuya Nishihara
hgweb: extract generator of {files} from changesetentry()
2018-04-03, by Yuya Nishihara
templatefilters: document the json filter
2016-01-16, by Yuya Nishihara
encoding: introduce tagging type for non-lossy non-ASCII string
2017-04-23, by Yuya Nishihara
encoding: fix toutf8b() to resurrect lossy characters even if "\xed" in it
2018-04-22, by Yuya Nishihara
sshserver: redirect stdin/stdout early and use duplicated streams
2018-03-25, by Yuya Nishihara
sshserver: do setbinary() by caller (API)
2018-03-25, by Yuya Nishihara
test-ssh: add some flush() to make output deterministic
2018-03-25, by Yuya Nishihara
stringutil: flip the default of pprint() to bprefix=False
2018-05-10, by Yuya Nishihara
stringutil: make pprint() forward uninteresting object to b'%r'
2018-05-10, by Yuya Nishihara
tests: use stringutil.pprint instead of custom dumper in test-hgweb-auth.py
2018-04-27, by Augie Fackler
tests: port test-simplekeyvaluefile.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-extensions-wrapfunction to Python 3
2018-04-27, by Augie Fackler
tests: port test-ui-config to Python 3
2018-04-27, by Augie Fackler
config: fix py3 backslash escaping bug in parser caught by tests
2018-04-27, by Augie Fackler
tests: port test-symlink-os-yes-fs-no.py to Python 3
2018-04-27, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip