Mercurial > hg > mercurial-source
graph
-
svnsubrepo: check if subrepo is missing when checking dirty state (issue5657) stable 4.4.2+svnconvertmerge2018-01-16, by Jordi Gutiérrez Hermoso
-
svnsubrepo: decorate dirty method with annotatesubrepoerror stable2018-01-14, by Jordi Gutiérrez Hermoso
-
run-tests: avoid set PYTHONUSERBASE environment variable to None stable2018-01-08, by Mihai Popescu
-
identify: document -r. explicitly how to disable wdir scanning (issue5622) stable2018-01-07, by Yuya Nishihara
-
lfs: add a comment to describe subtle local blobstore open() behavior2018-01-06, by Matt Harbison
-
tests: make #testcase available as env var in test2018-01-05, by Martin von Zweigbergk
-
archive: add support to specify hidden revs if directaccess config is set2018-01-05, by Pulkit Goyal
-
annotate: add support to specify hidden revs if directaccess config is set2018-01-05, by Pulkit Goyal
-
hgweb: stop adding strings to innerHTML of #graphnodes and #nodebgs (BC)2018-01-05, by Anton Shestakov
-
spartan: make actual changeset entries have backgrounds on /graph2018-01-05, by Anton Shestakov
-
gitweb: make actual changeset entries have backgrounds on /graph2018-01-05, by Anton Shestakov
-
monoblue: make actual changeset entries have backgrounds on /graph2018-01-05, by Anton Shestakov
-
paper: make actual changeset entries have backgrounds on /graph2018-01-05, by Anton Shestakov
-
crecord: fallback to color = no when curses.use_default_colors() fails2018-01-04, by Elmar Bartel
-
crecord: honor "ui.color = no" config option2018-01-04, by Elmar Bartel
-
lfs: use the local store method for opening a blob2018-01-03, by Matt Harbison
-
lfs: add a local store method for opening a blob2018-01-03, by Matt Harbison
-
hgdemandimport: use correct hyperlink to python-bug in comments (issue5765)2018-01-05, by Pulkit Goyal
-
monoblue: adjust font size of graph entries2018-01-03, by Anton Shestakov
-
hgweb: make .info a block element by default2018-01-03, by Anton Shestakov
-
revlog: don't use slicing to return parents2017-12-25, by Gregory Szorc
-
tests: switch test from '--config ui.editor=~/foo' to HGEDITOR=~/foo2018-01-05, by Kyle Lippincott
-
revert: support reverting to hidden cset if directaccess config is set2017-12-26, by Pulkit Goyal
-
update: support updating to hidden cset if directaccess config is set2017-12-26, by Pulkit Goyal
-
commands: check for empty rev before passing to scmutil.unhidehashlikerevs2017-12-26, by Pulkit Goyal
-
test-convert-cvs: change TZ=US/Hawaii to TZ=Pacific/Johnston2018-01-01, by Elmar Bartel
-
osutil: implement getfsmountpoint() on BSD systems2017-12-30, by Matt Harbison
-
debugfs: display the tested path and mount point of the filesystem, if known2017-12-30, by Matt Harbison
-
util: add a function to show the mount point of the filesystem2017-12-30, by Matt Harbison
-
win32: split a utility function to obtain the volume out of getfstype()2017-12-30, by Matt Harbison
-
util: whitelist NTFS for hardlink creation (issue4580)2017-12-31, by Matt Harbison
-
win32: implement util.getfstype()2017-12-30, by Matt Harbison
-
util: move getfstype() to the platform modules2017-12-31, by Matt Harbison
-
graphlog: add another graph node type, unstable, using character "*" (BC)2017-12-22, by Anton Shestakov
-
largefiles: modernize how capabilities are added to the wire protocol2017-12-27, by Matt Harbison
-
lfs: show a friendly message when pushing lfs to a server without lfs enabled2017-12-23, by Matt Harbison
-
lfs: allow non-lfs exchanges when the extension is only enabled on one side2017-12-24, by Matt Harbison
-
lfs: add the 'lfs' requirement in the changegroup transaction introducing lfs2017-12-24, by Matt Harbison
-
test-lfs: add tests covering http exchanges2017-12-23, by Matt Harbison
-
test-lfs: add tests covering local exchanges2017-12-22, by Matt Harbison
-
smartset: split generatorset classes to avoid cycle2017-12-27, by Gregory Szorc
-
merge: raise before running mergedriver if using IMM2017-12-27, by Phil Cohen
-
scmutil: use a tuple of possible values instead of using startswith()2017-12-26, by Pulkit Goyal
-
show: use revlog function to compute length of the longest shortest node2017-12-25, by Yuya Nishihara
-
commands: use the new API to access hidden changesets in various commands2017-12-19, by Pulkit Goyal
-
scmutil: add utility fn to return repo object with user passed revs unhidden2017-12-14, by Pulkit Goyal
-
repoview: add a new filtername for accessing hidden commits2017-12-18, by Pulkit Goyal
-
revsetlang: add utility function to return hash like symbols from the tree2017-12-14, by Pulkit Goyal
-
repoview: add visibilityexception argument to filterrevs() and related fns2017-12-22, by Pulkit Goyal
-
repoview: add visibilityexceptions as an optional argument to repo.filtered()2017-12-22, by Pulkit Goyal
-
streamclone: move wire protocol status code from wireproto command2017-12-24, by Gregory Szorc
-
histedit: add ui.log for action count2017-12-22, by Phil Cohen
-
run-tests: extract sorting of tests to own function2017-12-23, by Gregory Szorc
-
run-tests: remove dead code related to temp directory2017-12-22, by Gregory Szorc
-
rebase: switch ui.log calls to common style2017-12-22, by Phil Cohen
-
hgweb: link to successors of obsoleted changesets2017-12-22, by Anton Shestakov
-
hgweb: display fate of obsolete changesets2017-11-21, by Anton Shestakov