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
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.
rust: using policy.importrust from Python callers
2019-05-30, by Georges Racinet
rust: module policy with importrust
2019-05-29, by Georges Racinet
help: add help entry for internals.mergestate
2019-06-13, by Navaneeth Suresh
phabricator: use parents.set to always set dependencies
2019-06-12, by Ian Moody
help: remove repeated word in 'hg help rebase'
2019-05-31, by amalloy
rebase: tweak description of inmemory working even w/ dirty working dir
2019-06-10, by Kyle Lippincott
revlog: speed up isancestor
2019-06-10, by Valentin Gatien-Baron
dagop: fix documentation of reachableroots
2019-06-10, by Valentin Gatien-Baron
phabricator: add --blocker argument to phabsend to specify blocking reviewers
2019-06-11, by Ian Moody
phabricator: auto-sanitise API tokens and HTTP cookies from VCR recordings
2019-06-11, by Ian Moody
py3: use .startswith() instead of bytes[0]
2019-06-11, by Pulkit Goyal
revset: fix merge() to fall back to changectx API if wdir specified
2019-06-09, by Yuya Nishihara
revset: use nullrev constant in merge()
2019-06-09, by Yuya Nishihara
mixedrepostorecache: fix a silly redundant updating of set
2019-05-31, by Martin von Zweigbergk
rust-regex: fix shortcut for exact matches
2019-06-06, by Raphaël Gomès
rust-filepatterns: use bytes instead of String
2019-06-06, by Raphaël Gomès
doc: fix description of "predecessors" to match reality
2019-06-01, by Joerg Sonnenberger
phabricator: make `hg debugcallconduit` work outside a hg repo
2019-06-08, by Pulkit Goyal
phabricator: pass ui instead of repo to callconduit
2019-06-08, by Pulkit Goyal
phabricator: pass ui into readurltoken instead of passing repo
2019-06-08, by Pulkit Goyal
py3: add test-contrib-emacs.t to passing tests list
2019-06-08, by Pulkit Goyal
phabricator: add commenting to phabsend for new/updated Diffs
2019-06-07, by Ian Moody
py3: fix test-bookmarks-corner-case.t
2019-06-05, by Pulkit Goyal
py3: fix test-fix-metadata.t
2019-06-05, by Pulkit Goyal
py3: add b'' prefix at one place in run-tests.py
2019-06-05, by Pulkit Goyal
copies: separate added/removed files by newline instead of null
2019-06-06, by Martin von Zweigbergk
copies: also encode p[12]copies destination as index into "files" list
2019-05-22, by Martin von Zweigbergk
discovery: be more conservative when adjusting the sample size
2019-06-05, by Pierre-Yves David
rust-dirstate: create dirstate submodule
2019-05-16, by Raphaël Gomès
profiling: show actual time spent in hotpath display
2019-06-05, by Valentin Gatien-Baron
merge with stable
2019-06-05, by Martin von Zweigbergk
bookmarks: use correct store for "ambiguity check"
stable
2019-05-31, by Martin von Zweigbergk
merge with stable
2019-06-05, by Augie Fackler
root: add template variables pointing to repository directories
2019-06-04, by Yuya Nishihara
root: add support for -Tformatter option
2019-06-04, by Yuya Nishihara
narrow: pass the bundle to bundle2.widen_bundle() instead of generating there
2019-05-23, by Pulkit Goyal
narrow: refactor code around widening complicated by previous patch
2019-05-23, by Pulkit Goyal
narrow: use narrow_widen wireproto command to widen in case of ellipses
2019-05-22, by Pulkit Goyal
Added signature for changeset c3484ddbdb96
stable
2019-06-05, by Augie Fackler
Added tag 5.0.1 for changeset c3484ddbdb96
stable
2019-06-05, by Augie Fackler
merge: correct argument name in docstring
2019-06-04, by Anton Shestakov
narrowspec: replace one recursion-avoidance hack with another
2019-05-31, by Martin von Zweigbergk
merge: simplify initialization of "pas"
2019-03-09, by Martin von Zweigbergk
merge: reorder some initialization to make more sense
2019-03-09, by Martin von Zweigbergk
rust-dirstate: architecture independence fix
2019-05-22, by Georges Racinet
context: get filesadded() and filesremoved() from changeset if configured
2019-05-14, by Martin von Zweigbergk
changelog: optionally store added and removed files in changeset extras
2019-05-14, by Martin von Zweigbergk
templatekw: make {file_*} compare to both merge parents (issue4292)
2019-04-18, by Martin von Zweigbergk
narrowspec: use vfs.tryread() instead of reimplementing
2019-05-31, by Martin von Zweigbergk
help: remove a superfluous "the" in revlogs text
2019-05-31, by Martin von Zweigbergk
setdiscovery: make progress on most connected groups each roundtrip
2018-03-08, by Martin von Zweigbergk
help: clarify overlap of revlog header and first revlog entry
2019-05-28, by Nathan Goldbaum
py3: fix test-convert-svn-sink.t
2019-05-29, by Pulkit Goyal
commit: respect --no-edit in combination with --amend
2019-05-30, by Kyle Lippincott
commit: add test showing that commit --amend --no-edit still shows editor
2019-05-30, by Kyle Lippincott
githelp: translate git stash show and clear actions and --patch flag
2019-05-30, by Anton Shestakov
githelp: add --dry-run for mv
2019-05-30, by Anton Shestakov
githelp: translate --directory of git apply to --prefix
2019-05-30, by Anton Shestakov
help: include subtopic in error message if passed
2019-05-23, by Nathan Goldbaum
help: check if a subtopic exists and raise an error if it doesn't (issue6145)
2019-05-23, by Nathan Goldbaum
perf: fix some missing b prefixes
2019-05-29, by Augie Fackler
testparseutil: fix doctest to use str instead of bytes
2019-05-29, by Augie Fackler
testparseutil: stop extracting using std* streams as bytes on py3
2019-05-29, by Augie Fackler
tests: sort some imports that were previously missed
2019-05-29, by Augie Fackler
contrib: fix import-checker to operate on str instead of bytes
2019-05-29, by Augie Fackler
verify: use self._err not self.err, it changed in 7eaf4b1ac2a3
2019-05-28, by Kyle Lippincott
tests: make run-tests exit non-zero if there are "errors"
2019-05-28, by Kyle Lippincott
perf: add a `perfhelper-mergecopies` command
2019-05-23, by Pierre-Yves David
perf: add a new `perfmergecopies` command
2019-05-23, by Pierre-Yves David
perf: factor selection of revisions involved in the merge out
2019-05-23, by Pierre-Yves David
perf: allow to specify the base of the merge in perfmergecalculate
2019-05-23, by Pierre-Yves David
perf: add a --from flag to perfmergecalculate
2019-05-23, by Pierre-Yves David
merge with stable
2019-05-28, by Augie Fackler
py3: fix test-narrow* which started failing because of recent changes
2019-05-25, by Pulkit Goyal
manifest: add some documentation to _lazymanifest python code
stable
5.0.1
2019-05-23, by Matt Harbison
manifest: avoid corruption by dropping removed files with pure (issue5801)
stable
2019-05-23, by Matt Harbison
tests: demonstrate broken manifest generation with the pure module
stable
2019-05-23, by Matt Harbison
tests: add test for {file_mods}, {file_adds}, {file_dels} on merge commit
2019-05-11, by Martin von Zweigbergk
context: add ctx.files{modified,added,removed}() methods
2019-04-18, by Martin von Zweigbergk
copies: split up _chain() in naive chaining and filtering steps
2019-05-09, by Martin von Zweigbergk
relnotes: document changed behavior of ui.origbackuppath pointing to file
2019-05-24, by Martin von Zweigbergk
templatekw: move showfileadds() close to showfile{mods,dels}()
2019-05-11, by Martin von Zweigbergk
py3: use range() instead of xrange()
2019-05-24, by Pulkit Goyal
narrow: move heads close to common as they are closely related
2019-05-24, by Pulkit Goyal
narrow: pass binary nodeids to generateellipsesbundle2()
2019-05-24, by Pulkit Goyal
match: stabilize _rootsdirsandparents doctest
2019-05-24, by Pierre-Yves David
narrow: factor out logic to build ellipses related b2parts in separate fn
2019-05-21, by Pulkit Goyal
narrow: remove unrequired compat code for old versions of hg
2019-05-21, by Pulkit Goyal
perf: make sure to explicitly disable any profiler after the first iteration
2019-05-23, by Pierre-Yves David
test: add missing 'cd ..' to test case
2019-05-22, by Danny Hooper
match: remove an obsolete comment about util.finddirs()
2019-05-22, by Martin von Zweigbergk
match: de-flake test-doctest.py by not depending on util.dirs() order
2019-05-22, by Martin von Zweigbergk
perf: add an option to profile the benchmark section
2019-05-21, by Pierre-Yves David
perf: add a `pre-run` option
2019-05-21, by Pierre-Yves David
narrow: consider empty commits to be "inside the narrow spec" for templates
2019-05-20, by Danny Hooper
rust-python3: useless python2 specific import
2019-05-21, by Georges Racinet
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip