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.
phases: micro-optimize newheads() to not create context objects
2018-07-14, by Yuya Nishihara
phases: remove excessive optimization from newheads() (issue5939)
2018-07-14, by Yuya Nishihara
rebase: remove unused variable "release" and an extra blank line
2018-07-15, by Sushil khanchi
rebase: remove unnecessary confirm block
2018-07-14, by Sushil khanchi
rebase: in --confirm option just abort if hit a conflict
2018-07-14, by Sushil khanchi
pullbundle: fix handling of gzip bundlespecs
2018-07-12, by Joerg Sonnenberger
tests: add test demonstrating phase loss when cloning (issue5939)
2018-07-11, by Gregory Szorc
scmutil: rewrite docstring for filecache
2018-07-13, by Gregory Szorc
rebase: correct misleading message in --confirm option
2018-07-12, by Sushil khanchi
rebase: make sure we don't loose the return code in --confirm option
2018-07-12, by Sushil khanchi
rebase: use revnums (not nodes) for set of extinct revisions
2018-07-11, by Martin von Zweigbergk
rebase: avoid converting from nodes to revnums twice
2018-07-11, by Martin von Zweigbergk
rebase: reduce scope of a variable
2018-07-11, by Martin von Zweigbergk
context: rename descendant() to isancestorof()
2018-07-12, by Martin von Zweigbergk
copies: delete now-unnecessary check for "a == b" before "a.descendant(b)"
2018-07-12, by Martin von Zweigbergk
revlog: delete isdescendantrev() in favor of isancestorrev()
2018-07-12, by Martin von Zweigbergk
rebase: add --confirm option
2018-06-30, by Sushil khanchi
revlog: introduce a isancestorrev() and use it in rebase
2018-07-11, by Martin von Zweigbergk
revlog: make isdescendantrev(a, b) check if a < b
2018-07-11, by Martin von Zweigbergk
revlog: replace descendant(b, a) by isdescendantrev(a, b) (API)
2018-07-11, by Martin von Zweigbergk
revlog: move comment about commonancestorsheads where it's used
2018-07-11, by Martin von Zweigbergk
removeemptydirs: add test for `hg split` inside a disappearing directory
2018-07-11, by Kyle Lippincott
fncache: avoid loading the filename cache when not actually modifying it
2018-07-11, by Martijn Pieters
tests: add diff color trailing whitespace test
2018-07-11, by Sune Foldager
scmutil: fix shortesthexnodeidprefix on Python 3 for 0-prefixed nodes
2018-07-11, by Augie Fackler
tests: add missing b prefix in test-context.py
2018-07-11, by Augie Fackler
manifest: just duplicate the definition of items as iteritems
2018-07-11, by Augie Fackler
tests: properly sort imports in test-nointerrupt.t
2018-07-11, by Augie Fackler
revlog: adjust doctest examples to be portable to Python 3
2018-07-11, by Augie Fackler
py3: whitelist 3 more passing tests caught with the ratchet
2018-07-11, by Augie Fackler
grep: hide cryptic revision number by default
2018-07-10, by Yuya Nishihara
grep: restore pre-9ef10437bb88 behavior, enable wdir search by tweakdefaults
2018-07-11, by Yuya Nishihara
grep: add config knob to enable/disable the default wdir search
2018-07-11, by Yuya Nishihara
grep: search working directory files by default if --all-files is specified
2018-07-11, by Yuya Nishihara
grep: reject --diff --all-files
2018-07-11, by Yuya Nishihara
grep: rename --allfiles to --all-files
2018-07-11, by Yuya Nishihara
debugdeltachain: protect against 0 readsize
2018-07-11, by Boris Feld
debugdeltachain: avoid division by zero when a chain is empty
2018-06-21, by Paul Morelle
tests: prevent conflict markers in test case from triggering warnings
2018-07-09, by Danny Hooper
revlog: enforce chunk slicing down to a certain size
2018-07-10, by Boris Feld
revlog: postprocess chunk to slice them down to a certain size
2018-07-10, by Boris Feld
revlog: add function to slice chunk down to a given size
2018-07-11, by Boris Feld
revlog: extract density based slicing into its own function
2018-07-10, by Boris Feld
revlog: document and test _slicechunk
2018-07-10, by Boris Feld
revlog: add a doctest for _segmentspan
2018-07-10, by Boris Feld
revlog: add a doctest to _trimchunk
2018-07-10, by Boris Feld
revlog: introduce a tiny mock of a revlog class
2018-07-10, by Boris Feld
revlog: _segmentspan computes the byte span of a segment
2018-05-17, by Paul Morelle
revlog: early return in _slicechunk when span is already small enough
2018-07-10, by Boris Feld
revlog: early return in _slicechunk when density is already good
2018-06-19, by Paul Morelle
sparse-read: discard gap below 65K only
2018-07-10, by Boris Feld
sparse-read: target density of 50% instead of 25%
2018-06-22, by Paul Morelle
grep: change default behaviour to search working directory files (BC)
2018-07-06, by Sangeet Kumar Mishra
patch: don't separate \r and \n when colorizing diff output
2018-07-10, by Sune Foldager
hook: add support for disabling the shell to native command translation
2018-07-07, by Matt Harbison
hook: narrow the 'priority' prefix check to align with the documentation
2018-07-07, by Matt Harbison
windows: don't consider '$$' to be an escaped '$' when translating to cmd.exe
2018-07-07, by Matt Harbison
contrib: add heads(commonancestors(_)) to all-revsets
2018-06-20, by Sean Farley
revset: add optimization for heads(commonancestors())
2018-06-26, by Sean Farley
revsets: add commonancestors revset
2018-06-18, by Sean Farley
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip