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.
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
revlog: skip over empty revision when looking for delta base
2018-07-27, by Boris Feld
debugrevlog: display details about empty revision
2018-07-28, by Boris Feld
debugrevlog: track empty revlog entries
2018-07-27, by Boris Feld
debugrevlog: document some of the variable used
2018-07-27, by Boris Feld
revlog: drop compatibility for `revlog.descendant` (API)
2018-08-14, by Boris Feld
context: drop compatibility for `context.descendant` (API)
2018-08-14, by Boris Feld
cmdutil: remove _updatecleanmsg() which is no longer used anywhere
2018-08-10, by Yuya Nishihara
cmdutil: fix weird indent in _mergemsg()
2018-08-10, by Yuya Nishihara
cext: fix a warning about differing const qualifiers on Windows
2018-08-10, by Matt Harbison
cext: fix most truncation warnings in revlog on Windows
2018-08-10, by Matt Harbison
cext: fix Windows warning about implicit conversion of 32-bit shift to 64 bit
2018-08-09, by Matt Harbison
index: make capacity argument to nt_init be measured in revisions
2018-08-09, by Martin von Zweigbergk
index: avoid duplicating capacity-growth expression
2018-08-08, by Martin von Zweigbergk
index: move check for too large capacity into nt_init()
2018-08-08, by Martin von Zweigbergk
shortest: don't include nullid in disambigution revset
2018-08-08, by Martin von Zweigbergk
index: don't include nullid in the internal "length" field
2018-08-08, by Martin von Zweigbergk
tests: add test coverage for revlogindex[-1] which was previously missing
2018-08-09, by Augie Fackler
context: safegaurd from 'lx' being passed as file flag in manifest
2018-08-01, by Pulkit Goyal
debugcommands: urlerror only has a read() method in Python 2
2018-08-10, by Augie Fackler
debugcommands: get_method should always return a sysstr
2018-08-10, by Augie Fackler
stringutil: if we get a memoryview in escapestr, coerce it to bytes
2018-08-10, by Augie Fackler
debugcommands: fix a missing b prefix
2018-08-10, by Augie Fackler
wireprotohelpers: add missing b prefixes
2018-08-10, by Augie Fackler
util: fix signature of setsockopt in socket observer
2018-08-10, by Augie Fackler
tests: port test-glog.t to Python 3 by using extracted printrevset
2018-08-10, by Augie Fackler
tests: extract printrevset extension from test-glog-beautifygraph.t
2018-08-10, by Augie Fackler
tests: add missing b'' prefix in test-check-code.t
2018-08-10, by Augie Fackler
contrib: have check-code look at files in latin1 instead of ascii
2018-08-10, by Augie Fackler
tests: port inline extension in test for beautifygraph to Python 3
2018-08-10, by Augie Fackler
beautifygraph: use slicing instead of subscripting on bytestr
2018-08-10, by Augie Fackler
beautifygraph: use sysstr for checking encoding._wide
2018-08-10, by Augie Fackler
stringutil: have buildrepr delegate to pprint for unknown types
2018-08-10, by Augie Fackler
stringutil: teach pprint about sets
2018-08-10, by Augie Fackler
parser: replace bespoke _brepr with stringutil.pprint
2018-08-10, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip