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.
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
tweakdefaults: enable word-diff by default
2018-07-09, by Augie Fackler
run-tests: fix a too long line
2018-07-10, by Boris Feld
run-tests: add missing life-cycle methods on the example custom test result
2018-07-10, by Boris Feld
run-tests: fix test result verbosity
2018-07-10, by Boris Feld
shelve: use more accurate description in conflict marker
2018-06-05, by Boris Feld
shelve: directly handle the initial parent alignment
2018-05-29, by Boris Feld
run-tests: extract onStart and onEnd into the test result
2018-05-24, by Boris Feld
run-tests: add support for external test result
2018-04-28, by Boris Feld
encoding: alias cp65001 to utf-8 on Windows
stable
2018-07-01, by Yuya Nishihara
remotenames: synchronise remotenames after push also
2018-03-15, by Pulkit Goyal
fileset: pass in badfn to inner matchers
2018-06-10, by Yuya Nishihara
fileset: restrict getfileset() to not return a computed set (API)
2018-06-09, by Yuya Nishihara
match: add prefixdirmatcher to adapt subrepo matcher back
2018-06-09, by Yuya Nishihara
fileset: make debugfileset filter repository files
2018-06-09, by Yuya Nishihara
bundle2: use ProgrammingError to report bad use of addparam()
2018-07-08, by Yuya Nishihara
py3: byte-stringify literals in extension in test-bundle2-format.t
2018-07-08, by Yuya Nishihara
py3: drop b'' while formatting BundleUnknownFeatureError message
2018-07-08, by Yuya Nishihara
py3: suppress write() result and close file in test-bookmarks-pushpull.t
2018-07-08, by Yuya Nishihara
py3: drop b'' while formatting ResponseError
2018-07-08, by Yuya Nishihara
py3: fix revnums in bookmark discovery to be consumable more than once
2018-07-08, by Yuya Nishihara
py3: byte-stringify literals in extension in test-bundle2-exchange.t
2018-07-08, by Yuya Nishihara
aggressivemergedeltas: enabled the option by default
2018-06-22, by Paul Morelle
merge with stable
2018-07-09, by Augie Fackler
ui: make the large file warning limit fully configurable
2018-07-06, by Joerg Sonnenberger
fileset: sort debugfileset output
2018-06-09, by Yuya Nishihara
fileset: move helper functions to top
2018-06-09, by Yuya Nishihara
py3: fix bundle heads to be consumable more than once
2018-07-08, by Yuya Nishihara
py3: byte-stringify literals in hook script in test-bundle.t
2018-07-08, by Yuya Nishihara
py3: make 'None in lazyancestors' not crash
2018-07-08, by Yuya Nishihara
py3: convert server-string to unicode to make http library happy
2018-07-08, by Yuya Nishihara
py3: fix dumbhttp.py to convert --daemon-postexec arguments back to bytes
2018-07-08, by Yuya Nishihara
py3: use bytes.endswith() instead of bytes[n]
2018-07-08, by Yuya Nishihara
diff: graduate word-diff option from experimental
2018-07-08, by Yuya Nishihara
fix: add test case that shows why --whole with --base is useful
2018-07-06, by Danny Hooper
context: raise ProgrammingError on repo['my-tag']
2018-07-06, by Martin von Zweigbergk
diffutil: move the module out of utils package
2018-07-06, by Yuya Nishihara
diffutil: remove diffopts() in favor of diffallopts()
2018-07-06, by Yuya Nishihara
obsutil: use public interface to access to repo.ui
2018-07-06, by Yuya Nishihara
hgweb: pass ui to diffstatgen() explicitly
2018-07-06, by Yuya Nishihara
synthrepo: simply use the ui passed as a function argument
2018-07-06, by Yuya Nishihara
templatekw: obtain ui directly from the template context
2018-07-06, by Yuya Nishihara
context: remove unneeded alias of diffopts
2018-07-06, by Yuya Nishihara
match: remove ctx argument from code path down to _buildmatch()
2018-06-12, by Yuya Nishihara
match: compose 'set:' pattern as matcher
2018-06-10, by Yuya Nishihara
match: resolve 'set:' patterns first in _buildmatch()
2018-06-10, by Yuya Nishihara
match: explode if unsupported pattern passed down to _regex() builder
2018-06-10, by Yuya Nishihara
match: add basic wrapper for boolean function
2018-06-09, by Yuya Nishihara
stringutil: move _formatsetrepr() from smartset
2018-06-10, by Yuya Nishihara
pycompat: move rapply() from util
2018-06-10, by Yuya Nishihara
strip: improve help text for --no-backup option
2018-07-05, by Sushil khanchi
test-convert: demonstrate an unstable hash issue for bzr -> hg -> hg
2018-07-05, by Matt Harbison
convert: add a config knob for not saving the bzr revision
2018-07-05, by Matt Harbison
test-bzr: use a fixed commit time
2018-07-05, by Matt Harbison
diff: use `context.diff` to produce diff
2018-05-23, by Boris Feld
context: no longer accept diff options as dictionnary
2018-06-23, by Boris Feld
obsutil: pass a diffopts object to context.diff
2018-06-23, by Boris Feld
synthrepo: pass a diffopts object to context.diff
2018-06-23, by Boris Feld
webutil: pass a diffopts object to context.diff
2018-06-23, by Boris Feld
revset: pass an explicit `diffopts` objet to context.diff
2018-06-23, by Boris Feld
template: directly instantiate diff options for diffstat
2018-06-23, by Boris Feld
tests: update test-context.py to use diffopts as diff argument
2018-06-23, by Boris Feld
diffutil: extract diff options code into a dedicated util-module
2018-06-28, by Boris Feld
packaging: add fedora 28
2018-07-05, by Augie Fackler
packaging: add missing path segments in cp statements in fedora build
2018-07-05, by Augie Fackler
packaging: fix misplaced ( in docker-fedora rule definition
2018-07-05, by Augie Fackler
packaging: make help output correct for fedora and centos targets
2018-07-05, by Augie Fackler
packaging: remove stray = that confuses make(1) on my Mac
2018-07-05, by Augie Fackler
manifest: define and implement addgroup() on manifestlog
2018-07-01, by Gregory Szorc
manifest: define and implement rev() on manifestlog
2018-07-04, by Gregory Szorc
tests: don't allow reodering of glob/re lines across non-glob/re lines
2018-07-02, by Martin von Zweigbergk
tests: add test showing puzzling test output with (glob) lines
2018-06-29, by Martin von Zweigbergk
tests: move handling of None "el" out of linematch()
2018-07-03, by Martin von Zweigbergk
tests: remove some redundant code in run-tests
2018-07-02, by Martin von Zweigbergk
tests: don't reimplement enumerate() in run-tests
2018-07-02, by Martin von Zweigbergk
histedit: improve help text for --no-backup option
2018-07-05, by Sushil khanchi
histedit: add --no-backup option (issue5825)
2018-06-22, by Sushil khanchi
tests: use interfaceutil in simplestorerepo
2018-06-30, by Gregory Szorc
rebase: improve output of --dry-run
2018-06-29, by Sushil khanchi
status: add support for log-like template keywords and functions
2018-07-01, by Yuya Nishihara
resolve: add support for log-like template keywords and functions
2018-07-01, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip