Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
Added signature for changeset 33ac6a72308a
stable
2018-08-01, by Augie Fackler
Added tag 4.7 for changeset 33ac6a72308a
stable
2018-08-01, by Augie Fackler
revlog: fix descendant deprecated method
stable
4.7
2018-08-01, by Boris Feld
ui: remove commands.status.terse=u from ui.tweakdefaults
stable
2018-07-31, by Gregory Szorc
context: safegaurd against 'lx' being passed as file flag in manifest
stable
2018-07-25, by Pulkit Goyal
localrepo: unconditionally enable general delta with sparse revlogs
stable
2018-07-31, by Boris Feld
sparse-revlog: also use sparse-revlog config as a general delta trigger
stable
2018-07-30, by Boris Feld
fileset: suppress EACCES while reading arbitrary paths via filectx API
stable
2018-07-29, by Yuya Nishihara
merge: do the trivial resolution after updating sparse checkout
stable
2018-07-27, by Pulkit Goyal
sparse: add test showing `hg merge` is broken while using sparse extension
stable
2018-07-27, by Pulkit Goyal
context: use hex nodeid in error about filtered node
stable
2018-07-30, by Martin von Zweigbergk
doc: fix underline length for config title (issue5949)
stable
2018-07-31, by Boris Feld
clone: process 'lookup' return as an arbitrary symbol
stable
2018-07-30, by Boris Feld
tests: use inline Python instead of sed to add trailing whitespace
stable
2018-07-30, by Augie Fackler
context: add missing b prefix
stable
2018-07-30, by Augie Fackler
doctest: convert matcher root to native path
stable
2018-07-28, by Yuya Nishihara
test-fileset: make con.xml in output conditionally available
stable
2018-07-30, by Yuya Nishihara
test-obsmarker-template: run mkcommit in subshell to isolate envvars
stable
2018-07-28, by Yuya Nishihara
test-obsmarker-template: add missing HGENCODING=latin-1
stable
2018-07-28, by Yuya Nishihara
gitweb: add link to graph
stable
2018-07-26, by Gregory Szorc
hgweb: strip trailing '/' in apppath before appending '/static/' (issue5943)
stable
2018-07-25, by Cédric Krier
config: rename `revlog` section into `storage`
stable
2018-07-20, by Boris Feld
Added signature for changeset e90130af47ce
stable
2018-07-19, by Augie Fackler
Added tag 4.7rc0 for changeset e90130af47ce
stable
2018-07-19, by Augie Fackler
configitems: restore alias for format.aggressivemergedeltas
stable
4.7rc0
2018-07-19, by Gregory Szorc
worker: call selector.close() to release polling resources
stable
2018-07-19, by Yuya Nishihara
release: merge default into stable for 4.7 release freeze
stable
2018-07-19, by Augie Fackler
histedit: drop --no-backup option
2018-07-19, by Sushil khanchi
aggressivemergedelta: document rename and move to `revlog` section
2018-07-19, by Boris Feld
aggressivemergedeltas: rename variable internally
2018-07-19, by Boris Feld
config: document the purpose of the `format` config section
2018-07-19, by Boris Feld
macosx: fixing macOS version generation after db9d1dd01bf0
2018-07-18, by Rodrigo Damazio
histedit: add history-editing-backup config option
2018-07-10, by Sushil khanchi
merge: mark file gets as not thread safe (issue5933)
2018-07-18, by Gregory Szorc
worker: ability to disable thread unsafe tasks
2018-07-18, by Gregory Szorc
worker: rename variable to reflect constant
2018-07-17, by Gregory Szorc
worker: use one pipe per posix worker and select() in parent process
2018-07-16, by Danny Hooper
tests: refactor common bundle2 capabilities
2018-01-28, by Joerg Sonnenberger
debug: move extensions debug behind a dedicated flag
2018-07-16, by Boris Feld
curses: use "text" interface if TERM=dumb
2018-07-16, by Kyle Lippincott
windows: expand '~/' and '~\' to %USERPROFILE% when translating to cmd.exe
2018-07-16, by Matt Harbison
windows: replace single quote with double quote when translating to cmd.exe
2018-07-15, by Matt Harbison
hook: only print the note about native cmd translation if it actually changes
2018-07-15, by Matt Harbison
hook: disable the shell to native command translation by default
2018-07-15, by Matt Harbison
setup: allow to run setup.py with python 3 without a mercurial checkout
2018-07-16, by Mike Hommey
upgrade: enable adding or removing sparse-revlog requirement
2018-06-21, by Paul Morelle
upgrade: add information about sparse-revlog
2018-07-16, by Paul Morelle
sparse-revlog: implement algorithm to write sparse delta chains (issue5480)
2018-06-05, by Paul Morelle
sparse-revlog: new requirement enabled with format.sparse-revlog
2018-06-04, by Paul Morelle
revlog: extract `deltainfo.distance` for future conditional redefinition
2018-06-04, by Paul Morelle
shelve: pick the most recent shelve if none specified for --patch/--stat
2018-07-16, by Danny Hooper
shelve: improve help text for --patch and --stat
2018-07-13, by Danny Hooper
ssh: avoid reading beyond the end of stream when using compression
2018-07-12, by Joerg Sonnenberger
revset: add larger test for heads(ancestors(…))
2018-07-16, by Boris Feld
revset-benchmark: use a generic revset to test `heads(commonancestors())`
2018-07-16, by Boris Feld
revlog: reintroduce `revlog.descendant` as deprecated
2018-07-16, by Boris Feld
context: reintroduce `ctx.descendant` as deprecated
2018-07-16, by Boris Feld
obsolete: explode if metadata contains invalid UTF-8 sequence (API)
2018-07-15, by Yuya Nishihara
obsolete: store user name and note in UTF-8 (issue5754) (BC)
2018-07-15, by Yuya Nishihara
obsolete: clarify users in markerusers() never contain None
2018-07-15, by Yuya Nishihara
revset: special case commonancestors(none()) to be empty set
2018-07-12, by Yuya Nishihara
revset: clarify heads() order doesn't matter while computing common ancestors
2018-07-10, by Yuya Nishihara
hghave: require clang-format >= 6 due to output change
2018-07-14, by Yuya Nishihara
cext: reformat with clang-format 6.0
2018-07-14, by Yuya Nishihara
py3: use bytes() to byte-stringify Abort message in handleremotechangegroup()
2018-07-08, by Yuya Nishihara
py3: don't str() to byte-stringify object in test-bundle2-remote-changegroup.t
2018-07-08, by Yuya Nishihara
py3: byte-stringify literals in extension in test-bundle2-remote-changegroup.t
2018-07-08, by Yuya Nishihara
py3: open file in binary mode in test-bundle2-remote-changegroup.t
2018-07-08, by Yuya Nishihara
statprof: small if cleanup
2018-06-01, by Boris Feld
store: assert the fncache have been loaded if dirty
2018-07-14, by Boris Feld
perffncachewrite: load fncache after lock is acquired
2018-07-14, by Boris Feld
perf: add a 'perf.all-timing' option to display more than best time
2018-06-22, by Boris Feld
perf: document the perfmanifest command
2018-07-11, by Boris Feld
fileset: remove fullmatchctx class
2018-06-09, by Yuya Nishihara
fileset: remove subset and unused filtering functions from matchctx
2018-06-09, by Yuya Nishihara
fileset: remove callexisting flag and mctx.existing() (API)
2018-06-09, by Yuya Nishihara
fileset: rewrite predicates to return matcher not closed to subset (API) (BC)
2018-06-09, by Yuya Nishihara
highlight: use matcher API to test if file should be pygmentized
2018-07-10, by Yuya Nishihara
fileset: parse argument of size() by predicate function
2018-06-10, by Yuya Nishihara
fileset: add "tracked()" to explicitly select files in the revision
2018-06-10, by Yuya Nishihara
fileset: rewrite andset() to not use mctx.narrow()
2018-06-09, by Yuya Nishihara
fileset: add helpers to make predicatematcher and nevermatcher
2018-06-10, by Yuya Nishihara
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
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
manifest: add support for log-like template keywords and functions
2018-07-01, by Yuya Nishihara
files: add support for log-like template keywords and functions
2018-07-01, by Yuya Nishihara
files: automatically populate fields referenced from template
2018-07-01, by Yuya Nishihara
grep: add support for log-like template keywords and functions
2018-07-01, by Yuya Nishihara
cat: add support for log-like template keywords and functions
2018-07-01, by Yuya Nishihara
bookmarks: add support for log-like template keywords and functions
2018-07-01, by Yuya Nishihara
fix: add progress bar for number of file revisions processed
2018-06-26, by Danny Hooper
fix: use a worker pool to parallelize running tools
2018-06-26, by Danny Hooper
worker: support more return types in posix worker
2018-06-26, by Danny Hooper
debug: process --debug flag earlier
2018-06-19, by Boris Feld
windows: fix incorrect detection of broken pipe when writing to pager
stable
2018-07-04, by Sune Foldager
test: stop passing --quiet in a run dedicated to debug output
2018-06-19, by Boris Feld
acl: add bookmarks support
2018-06-15, by Sandu Turcan
repository: define manifest interfaces
2018-06-30, by Gregory Szorc
narrowbundle2: when we handle a widen, mark the operation as unsafe
2018-06-12, by Augie Fackler
narrow: mark the critical chunks of narrowing/widening as unsafe
2018-06-11, by Augie Fackler
repair: mark the critical section of strip() as unsafe
2018-06-11, by Augie Fackler
ui: add an uninterruptable context manager that can block SIGINT
2018-06-27, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip