Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+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.
spartan: don't show '[up]' in file view when in root directory already
2018-05-31, by Anton Shestakov
monoblue: don't show '[up]' in file view when in root directory already
2018-05-31, by Anton Shestakov
gitweb: don't show '[up]' in file view when in root directory already
2018-05-31, by Anton Shestakov
paper: don't show '[up]' in file view when in root directory already
2018-05-31, by Anton Shestakov
spartan: add missing closing tags
2018-05-31, by Anton Shestakov
templatefilters: add commonprefix
2018-04-20, by Joerg Sonnenberger
py3: add 3 new passing tests to whitelist
2018-05-20, by Pulkit Goyal
serve: add option print-url
2018-05-24, by Nicola Spanti
revlog: disallow setting uncompressed length to None
2018-05-26, by Yuya Nishihara
unionrepo: fill in uncompressed length of revlog entry
2018-05-26, by Yuya Nishihara
fuzz: add clean target
2018-04-29, by Augie Fackler
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip