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.
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
mq: use stringutil.pprint instead of pycompat.byterepr
2018-08-10, by Augie Fackler
tests: remove expected output of test-parseindex2.py
2018-08-09, by Augie Fackler
parsers: adjust pure-python version to mimic a3dacabd476b
2018-08-09, by Augie Fackler
tests: restore Python 3 compat in test-parseindex2.py
2018-08-09, by Augie Fackler
tests: port remaining bits of test-parseindex2 to unittest asserts
2018-08-09, by Augie Fackler
tests: allow more detailed error message from re.compile
2018-08-09, by Augie Fackler
grep: include format string in columns list
2018-08-09, by Augie Fackler
grep: coerce username to bytestr, not str
2018-08-09, by Augie Fackler
grep: difflib sequencematcher opcodes are native strs
2018-08-09, by Augie Fackler
tests: allow for a bonus newline in base64'd email payload
2018-08-09, by Augie Fackler
mail: be more cautious about bytes vs str for py3 compat
2018-08-09, by Augie Fackler
patchbomb: use native strings when determining attachment disposition
2018-08-09, by Augie Fackler
mail: always fall back to iso-8859-1 if us-ascii won't work (BC)
2018-08-09, by Augie Fackler
tests: put some Python 3 polish on inline Python invocations
2018-08-09, by Augie Fackler
patchbomb: don't unintentionally duplicate headers
2018-08-09, by Augie Fackler
patchbomb: use sysstrs when describing content-type
2018-08-09, by Augie Fackler
patchbomb: use native strs for email header keys and values
2018-08-09, by Augie Fackler
patchbomb: use email.encoders instead of email.Encoders
2018-08-09, by Augie Fackler
mail: properly handle email addresses typically being unicodes
2018-08-09, by Augie Fackler
tests: fix Python3 issues in Python one-liners in test-patchbomb.t
2018-08-09, by Augie Fackler
dummysmtpd: accept additional kwargs from stdlib smtpd
2018-08-09, by Augie Fackler
mail: fix debug print, which appears to have been broken for a long time
2018-08-09, by Augie Fackler
patchbomb: python 3 really wants those email addresses in unicode
2018-07-16, by Augie Fackler
mail: stop using the smtplib.SSLFakeFile and use socket.socket.makefile
2018-07-16, by Augie Fackler
mail: modernize check for Python-with-TLS
2018-07-16, by Augie Fackler
mail: cope with Py3 unicode antics on email addresses
2018-07-16, by Augie Fackler
mail: fix _encode to be more correct on Python 3
2018-07-16, by Augie Fackler
patchbomb: work around email module really wanting to write unicode data
2018-07-16, by Augie Fackler
convert: don't drop missing or corrupt tag entries
stable
2018-08-14, by Matt Harbison
changegroup: invert conditional and dedent
2018-08-09, by Gregory Szorc
changegroup: capture base node instead of rev in delta request
2018-08-09, by Gregory Szorc
changegroup: introduce requests to define delta generation
2018-08-09, by Gregory Szorc
changegroup: refactor delta parent code
2018-08-08, by Gregory Szorc
changegroup: differentiate between fulltext and diff based deltas
2018-08-08, by Gregory Szorc
changegroup: minor cleanups to deltagroup()
2018-08-08, by Gregory Szorc
changegroup: emit revisiondelta instances from deltagroup()
2018-08-08, by Gregory Szorc
changegroup: move file chunk emission to generate()
2018-08-08, by Gregory Szorc
changegroup: move manifest chunk emission to generate()
2018-08-08, by Gregory Szorc
changegroup: move size tracking and end of manifests to generate()
2018-08-08, by Gregory Szorc
changegroup: emit delta group close chunk outside of deltagroup()
2018-08-08, by Gregory Szorc
changegroup: extract cgpacker.group() to standalone function
2018-08-08, by Gregory Szorc
changegroup: pass all state into group()
2018-08-08, by Gregory Szorc
changegroup: inline _prune() into call sites
2018-08-08, by Gregory Szorc
changegroup: inline _packmanifests() into generatemanifests()
2018-08-07, by Gregory Szorc
changegroup: invert conditional and dedent
2018-08-07, by Gregory Szorc
changegroup: make _revisiondeltanarrow() a standalone function
2018-08-07, by Gregory Szorc
changegroup: pass state into _revisiondeltanarrow
2018-08-07, by Gregory Szorc
changegroup: inline _close()
2018-08-07, by Gregory Szorc
changegroup: pass clrevtolocalrev to each group
2018-08-07, by Gregory Szorc
changegroup: combine _generatefiles() into generatefiles()
2018-08-07, by Gregory Szorc
changegroup: define linknodes callbacks in generatefiles()
2018-08-07, by Gregory Szorc
changegroup: track changelog to manifest revision map explicitly
2018-08-07, by Gregory Szorc
changegroup: remove _clnodetorev
2018-08-07, by Gregory Szorc
changegroup: rename _fullnodes to _fullclnodes
2018-08-06, by Gregory Szorc
changegroup: move part of _revisiondeltanarrow into group()
2018-08-06, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip