Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
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
merge with stable
2018-08-20, by Martin von Zweigbergk
node: correct hex representation of pseudo node ids
2018-08-18, by Yuya Nishihara
merge with stable
2018-08-19, by Augie Fackler
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
dagutil: remove internalize() and internalizeall()
2018-08-16, by Gregory Szorc
setdiscovery: don't use dagutil for node -> rev conversion
2018-08-16, by Gregory Szorc
dagutil: remove externalize() and externalizeall()
2018-08-16, by Gregory Szorc
setdiscovery: don't use dagutil for rev -> node conversions
2018-08-16, by Gregory Szorc
exchange: don't use dagutil
2018-08-16, by Gregory Szorc
revlog: only consider the span of the delta section
2018-07-20, by Paul Morelle
revlog: ensure intermediate snapshot have decreasing size
2018-07-23, by Boris Feld
revlog: bound number of snapshots in a chain
2018-03-07, by Paul Morelle
revlog: compute snapshot depth on delta info
2018-07-20, by Boris Feld
debugrevlog: display snapshot details per depth
2018-08-15, by Boris Feld
revlog: add a method to retrieve snapshot depth
2018-08-15, by Boris Feld
debugrevlog: include information about intermediate snapshots
2018-07-27, by Boris Feld
revlog: also detect intermediate snapshots
2018-07-20, by Paul Morelle
revlog: add a method to tells whether rev is stored as a snapshot
2018-07-20, by Paul Morelle
debugrevlog: fix for non-manifest object
2018-08-15, by Boris Feld
merge with stable
2018-08-17, by Gregory Szorc
nodes: expand/comment the magic nodes so they are more easily searchable
2018-08-17, by Kyle Lippincott
revlog: obtain the first node at the lowest layer while building pure nodemap
2018-08-17, by Yuya Nishihara
revlog: fix pure nodemap to not access missing index entry
2018-08-17, by Yuya Nishihara
changelog: remove copy of revlog.nodemap()
2018-08-17, by Yuya Nishihara
branchmap: explicitly convert file into iterator
2018-08-17, by Yuya Nishihara
branchmap: close cache file properly
2018-08-17, by Yuya Nishihara
branchmap: strip '\n' read from cache file as before
2018-08-17, by Yuya Nishihara
rebase: do not pass in user option to rollback in-memory merge conflict
2018-08-17, by Yuya Nishihara
rebase: add test for in-memory merge conflicts
2018-08-17, by Yuya Nishihara
rebase: call _dorebase() properly
2018-08-16, by Gregory Szorc
context: make sure file is not deleted while checking path conflicts
2018-08-16, by Pulkit Goyal
tests: demonstrate that IMM needs to be smarter with path conflicts
2018-08-16, by Pulkit Goyal
tests: don't create new repo inside existing repo in test-rebase-inmemory.t
2018-08-16, by Pulkit Goyal
tests: remove test-py3-commands.t
2018-07-25, by Augie Fackler
tests: update test-check-py3-compat.t output in the py3exe branch
2018-07-25, by Augie Fackler
overlayworkingctx: fix exception in metadata-only inmemory merges (issue5960)
2018-08-15, by Kyle Lippincott
filemerge: show actual capabilities of internal merge tools
2018-08-14, by FUJIWARA Katsunori
filemerge: add config knob to check capabilities of internal merge tools
2018-08-15, by FUJIWARA Katsunori
filemerge: show warning if chosen tool has no binary files capability
2018-08-15, by FUJIWARA Katsunori
filemerge: add the function to examine a capability of a internal tool
2018-08-14, by FUJIWARA Katsunori
filemerge: set actual capabilities of internal merge tools
2018-08-14, by FUJIWARA Katsunori
help: describe more detail about capabilities while deciding merge tool
2018-08-14, by FUJIWARA Katsunori
tests: un-glob patchbomb test lines that were only globbing a hostname
2018-08-16, by Augie Fackler
tests: force a stable hostname in patchbomb tests
2018-08-16, by Augie Fackler
patchbomb: allow using HGHOSTNAME to force a hostname
2018-08-16, by Augie Fackler
patchbomb: extract function for generating message-id
2018-08-16, by Augie Fackler
rebase: cover restorestatus() by lock to prevent it from being updated
2018-08-15, by Sushil khanchi
branchmap: load branchmap as an iterable
2018-08-13, by Martijn Pieters
perf: time loading branchmap caches
2018-08-13, by Martijn Pieters
tests: add conditional output when simplestore extensions is loaded
2018-08-16, by Gregory Szorc
tests: conditionalize extension tests for extra extensions
2018-08-16, by Gregory Szorc
commit: try hard to reuse p1 manifest if nothing changed
2018-07-07, by Yuya Nishihara
merge: add tests for commit with no content change
2018-08-12, by Yuya Nishihara
commit: add debug message regarding manifest reuse
2018-07-07, by Yuya Nishihara
mail: convert encoding.encoding to sysstr
2018-08-12, by Yuya Nishihara
mail: call s.decode('ascii') explicitly to see if s is an ascii bytes
2018-08-12, by Yuya Nishihara
mail: pass in addr to _addressencode() in bytes
2018-08-12, by Yuya Nishihara
mail: remove redundant bytesurl() from addrlistencode()
2018-08-12, by Yuya Nishihara
patchbomb: really use BytesGenerator API
2018-08-12, by Yuya Nishihara
byteify-strings: prevent "__name__ == '__main__'" from being transformed
2018-08-12, by Yuya Nishihara
merge with stable
2018-08-15, by Augie Fackler
rebase: turn off inmemory flag on --stop
2018-08-15, by Yuya Nishihara
rebase: use action variable to select things to do
2018-08-15, by Yuya Nishihara
rebase: consolidate check for --dry-run/--confirm on abort/stop/continue
2018-08-15, by Yuya Nishihara
rebase: consolidate check for --abort/--stop/--continue conflicts
2018-08-15, by Yuya Nishihara
rebase: do not set internal dryrun flag by --confirm
2018-08-15, by Yuya Nishihara
rebase: add test to show --stop moves bookmarks
2018-07-27, by Sushil khanchi
rebase: include --stop option in documentation
2018-07-22, by Sushil khanchi
rebase: raise error for options conflicting with --stop
2018-07-22, by Sushil khanchi
rebase: add --stop option to stop rebase at any point (issue5206)
2018-07-18, by Sushil khanchi
statprof: cleanup string construction
2018-06-01, by Boris Feld
addremove: add associated color for the new labels
2018-07-25, by Boris Feld
remove: add a label for messages about removed files
2018-08-14, by Boris Feld
add: add a label for messages about added files
2018-08-14, by Boris Feld
addremove: add labels for messages about added and removed files
2018-07-25, by Boris Feld
revlog: filter out "invalid" delta base candidates
2018-07-27, by Boris Feld
revlog: use a symbolic constant for the deltas/text ration
2018-08-14, by Boris Feld
revlog: do not search for delta for empty content
2018-07-27, by Boris Feld
revlog: split and document good delta conditional
2018-08-14, by Boris Feld
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip