Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+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.
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip