Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
debugcommands: introduce debugrevlogindex (BC)
2018-08-21, by Gregory Szorc
debugcommands: use openstorage() in debugdata (BC)
2018-08-20, by Gregory Szorc
tests: use inline Python for revlog test
2018-08-20, by Gregory Szorc
debugcommands: use openstorage() in debugindexdot
2018-08-20, by Gregory Szorc
cmdutil: return a revlog from openrevlog() and split function
2018-08-14, by Gregory Szorc
merge: improve interactive one-changed one-deleted message (issue5550)
2018-08-20, by Augie Fackler
bookmark: add an --active flag to display the active bookmark
2018-08-16, by Boris Feld
phase: use `_phase` revset instead of string interpolation
2018-08-23, by Boris Feld
phase: expose a `_phase(idx)` revset
2018-08-23, by Boris Feld
phase: handle phase with no command flag
2018-08-23, by Boris Feld
phase: explicitly exclude secret phase and above
2018-06-05, by Boris Feld
phase: use `trackedphases` in `_getphaserevsnative`
2018-06-05, by Boris Feld
lfs: add a progress bar when searching for blobs to upload
2018-08-24, by Matt Harbison
i18n: merge i18n comments of translatable texts correctly
2018-08-22, by FUJIWARA Katsunori
help: revise explanation about capability check while selecting merge tool
2018-08-22, by FUJIWARA Katsunori
filemerge: avoid putting translated text into docstring
2018-08-22, by FUJIWARA Katsunori
filemerge: make capability check for internal tools ignore merge-tools section
2018-08-22, by FUJIWARA Katsunori
merge with stable
2018-08-24, by Martin von Zweigbergk
scmutil: avoid quadratic membership testing (issue5969)
stable
2018-08-24, by Gregory Szorc
copies: correctly skip directories that have already been considered
2018-08-15, by Kyle Lippincott
merge with stable
2018-08-24, by Martin von Zweigbergk
match: make exactmatcher.visitchildrenset return file children as well
2018-08-24, by Kyle Lippincott
match: document that visitchildrenset might return files
2018-08-23, by Kyle Lippincott
util: make timedcm require the label (API)
2018-08-24, by Augie Fackler
cleanup: make all uses of timedcm specify what they're timing
2018-08-21, by Augie Fackler
util: make timedcm context manager also emit trace events
2018-08-21, by Augie Fackler
demandimport: instrument python 2 code with trace events
2018-08-21, by Augie Fackler
dispatch: have dispatch.dispatch and dispatch._runcatch emit trace events
2018-08-21, by Augie Fackler
tracing: new module to make tracing events in hg easier
2018-08-21, by Augie Fackler
tests: add support for emitting trace events to run-tests
2018-08-21, by Augie Fackler
contrib: new script to read events from a named pipe and emit catapult traces
2018-08-21, by Augie Fackler
fastannotate: pconvert paths from the server for Windows
2018-08-21, by Matt Harbison
test-fastannotate: close fd before unlinking to keep Windows happy
2018-08-21, by Matt Harbison
test-fastannotate: fix trivial output differences on Windows
2018-08-21, by Matt Harbison
fastannotate: make the default value for `fastannotate.useflock` dynamic
2018-08-21, by Matt Harbison
narrow: add a --narrowspec flag to clone command
2018-08-08, by Pulkit Goyal
manifest: use rev() instead of nodemap.__contains__
2018-08-10, by Gregory Szorc
manifest: rename manifestlog._treeinmem to ._treemanifests
2018-08-10, by Gregory Szorc
manifest: add getstorage() to manifestlog and use it globally
2018-08-10, by Gregory Szorc
manifest: rename dir argument and attribute to tree
2018-08-10, by Gregory Szorc
manifest: set appropriate cache entry when clearing _dirlogcache()
2018-08-10, by Gregory Szorc
manifest: remove addgroup() from manifestlog and imanifestlog
2018-08-10, by Gregory Szorc
repository: clarify role of imanifestlog
2018-08-10, by Gregory Szorc
changegroup: change topics during generation
2018-08-10, by Gregory Szorc
changegroup: rename mfs to manifests
2018-08-10, by Gregory Szorc
changegroup: clean up changelog callback
2018-08-10, by Gregory Szorc
changegroup: call rev() on manifestlog instance
2018-08-10, by Gregory Szorc
manifest: rename dir to tree to avoid shadowing built-in
2018-08-10, by Gregory Szorc
repository: remove candelta() from ifileindex
2018-08-09, by Gregory Szorc
changegroup: rename dir to tree to avoid shadowing a built-in
2018-08-09, by Gregory Szorc
repository: remove storedeltachains from ifilestorage
2018-08-09, by Gregory Szorc
repository: establish API for emitting revision deltas
2018-08-09, by Gregory Szorc
repository: formalize interfaces for revision deltas and requests
2018-08-09, by Gregory Szorc
changegroup: move node sorting into deltagroup()
2018-08-09, by Gregory Szorc
cext: fix truncation warnings in revlog on Windows
2018-08-21, by Matt Harbison
cext: fix revlog compiler error on Windows
2018-08-21, by Matt Harbison
shortest: use nodetree for finding shortest node within revset
2018-08-05, by Martin von Zweigbergk
index: fix a comment about overflow-checking
2018-08-20, by Martin von Zweigbergk
tests: demonstrate a problem with renames on the p2 side of a conversion
2018-08-20, by Matt Harbison
tests: add a test to show the added/modified/removed files in a bzr convert
2018-07-13, by Matt Harbison
tests: show added/modified/removed files when logging repos converted from bzr
2018-07-13, by Matt Harbison
tests: drop an unnecessary redirect to /dev/null
2018-08-20, by Matt Harbison
py3: whitelist another test caught by the ratchet
2018-08-20, by Augie Fackler
index: move raise_revlog_error() further up
2018-08-03, by Martin von Zweigbergk
index: make node tree a Python object
2018-07-06, by Martin von Zweigbergk
index: rename _fix_index() since it no longer fixes the index
2018-08-19, by Martin von Zweigbergk
index: don't include nullid in boundary check in pure code
2018-08-18, by Martin von Zweigbergk
fastannotate: address pyflakes concerns
2018-08-20, by Augie Fackler
fastannotate: move some global state mutation to extsetup()
2018-08-09, by Augie Fackler
fastannotate: rip out specialized support for remotefilelog
2018-08-09, by Augie Fackler
fastannotate: record some TODO items from indygreg's review
2018-08-09, by Augie Fackler
fastannotate: write out files from server in a predictable order
2018-08-01, by Augie Fackler
fastannotate: initial import from Facebook's hg-experimental
2018-07-30, by Augie Fackler
util: improve handling of truncated compressed streams
2018-08-16, by Joerg Sonnenberger
zsh_completion: update all options
2018-08-10, by Anton Shestakov
zsh_completion: run hg with HGPLAINEXCEPT=alias to list commands
2018-08-10, by Anton Shestakov
zsh_completion: remove completion for obsolete graphlog extension
2018-08-10, by Anton Shestakov
zsh_completion: declare appropriate local parameters for ->string form
2018-08-10, by Anton Shestakov
zsh_completion: complete files from `hg st -mar` for commit and diff
2018-08-10, by Anton Shestakov
zsh_completion: drop -w, add -S to _arguments
2018-08-10, by Anton Shestakov
zsh_completion: rename _hg_style_opts to _hg_template_opts
2018-08-10, by Anton Shestakov
pycompat: wrap xrange for py2 to provide efficient __contains__
2018-08-17, by Joerg Sonnenberger
phases: drop dead code in `newheads`
stable
2018-08-18, by Boris Feld
phases: fix `nullid` reference in newheads
stable
2018-08-18, by Boris Feld
beautifygraph: don't warn about busted terminal if HGPLAIN is set
stable
2018-08-20, by Augie Fackler
merge with stable
2018-08-20, by Martin von Zweigbergk
merge: do not delete untracked files silently (issue5962)
stable
2018-08-19, by Yuya Nishihara
node: correct hex representation of pseudo node ids
2018-08-18, by Yuya Nishihara
merge with stable
2018-08-19, by Augie Fackler
perf: fix typo in perfphasesremote()
stable
2018-08-18, by Yuya Nishihara
revlog: fix typo in 'buildtext' name
2018-08-16, by Boris Feld
revlog: fix pure version of _partialmatch() to include nullid
2018-08-18, by Martin von Zweigbergk
tests: conditionalize color output on abort
2018-08-18, by Matt Harbison
tests: conditionalize out tests that msys is mangling
2018-08-18, by Matt Harbison
test-absorb: stabilize for no-execbit platforms
2018-08-18, by Matt Harbison
test-graft: add a missing output line for Windows
2018-08-18, by Matt Harbison
share: allow more than one level of directories to be created
2018-08-18, by Matt Harbison
clone: allow local cloning to create more than one level of directories
2018-08-18, by Matt Harbison
tests: demonstrate an inconsistency when cloning to a missing directory tree
2018-08-17, by Matt Harbison
tests: stabilize test-merge-tools.t on Windows
2018-08-18, by Matt Harbison
dagutil: remove module
2018-08-17, by Gregory Szorc
dagop: port revlogdag.linearize() to standalone function
2018-08-17, by Gregory Szorc
dagutil: use revlog.parentrevs() for resolving parent revisions
2018-08-17, by Gregory Szorc
dagop: extract headsetofconnecteds() from dagutil
2018-08-17, by Gregory Szorc
setdiscovery: precompute children revisions to avoid quadratic lookup
2018-08-17, by Gregory Szorc
dagutil: remove unused classes
2018-08-17, by Gregory Szorc
setdiscovery: use revset for resolving DAG heads in a subset
2018-08-17, by Gregory Szorc
dagutil: remove ability to invert instances
2018-08-17, by Gregory Szorc
setdiscovery: don't use dagutil for parent resolution
2018-08-17, by Gregory Szorc
setdiscovery: use revsets for computing a subset's heads and roots
2018-08-17, by Gregory Szorc
dagutil: remove heads() and localsubset from revlogdag.__init__
2018-08-17, by Gregory Szorc
setdiscovery: pass head revisions into sample functions
2018-08-17, by Gregory Szorc
setdiscovery: pass heads into _updatesample()
2018-08-17, by Gregory Szorc
setdiscovery: use a revset for finding DAG heads in a subset
2018-08-17, by Gregory Szorc
setdiscovery: reflect use of revs instead of nodes
2018-08-17, by Gregory Szorc
dagutil: remove descendantset() and ancestorset()
2018-08-17, by Gregory Szorc
setdiscovery: use a revset instead of dagutil.descendantset()
2018-08-17, by Gregory Szorc
setdiscovery: don't use dagutil to compute heads
2018-08-16, by Gregory Szorc
dagutil: remove nodeset()
2018-08-16, by Gregory Szorc
debugcommands: use a revset instead of dagutil
2018-08-16, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip