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.
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
changegroup: populate _clnodetorev as part of changelog linknode lookup
2018-08-06, by Gregory Szorc
tests: rename variables in revlog index parse test for clarity
2018-08-09, by Augie Fackler
tests: move assertion closer to want/got declarations in test-parseindex2.py
2018-08-09, by Augie Fackler
tests: move chunks of test-parseindex2.py to use unittest properly
2018-08-09, by Augie Fackler
tests: fix up indent width in test-parseindex2.py
2018-08-09, by Augie Fackler
tests: start moving test-parseindex2.py to a unittest
2018-08-09, by Augie Fackler
tests: port test-absorb-filefixupstate to Python 3
2018-08-09, by Augie Fackler
absorb: port partway to Python 3
2018-08-09, by Augie Fackler
localrepo: better error when a repo exists but we lack permissions
2018-08-04, by Valentin Gatien-Baron
changegroup: extract _revisiondeltanormal() to standalone function
2018-08-06, by Gregory Szorc
changegroup: inline _revchunk() into group()
2018-08-06, by Gregory Szorc
changegroup: pass mfdicts properly
2018-08-06, by Gregory Szorc
changegroup: pass sorted revisions into group() (API)
2018-08-06, by Gregory Szorc
changegroup: pull _fileheader out of cgpacker
2018-08-03, by Gregory Szorc
changegroup: factor changelogdone into an argument
2018-08-06, by Gregory Szorc
changegroup: record changelogdone after fully consuming its data
2018-08-03, by Gregory Szorc
changegroup: key off changelogdone
2018-08-06, by Gregory Szorc
perf: call _generatechangelog() instead of group()
2018-08-06, by Gregory Szorc
changegroup: factor changelog chunk generation into own function
2018-08-03, by Gregory Szorc
changegroup: pass function to resolve delta parents into constructor
2018-08-03, by Gregory Szorc
changegroup: restore original behavior of _nextclrevtolocalrev
2018-08-07, by Gregory Szorc
py3: whitelist another test caught by the ratchet
2018-08-09, by Augie Fackler
debugcommands: force import of fileset in debugfileset
2018-08-09, by Augie Fackler
linelog: optimize replacelines
2018-08-07, by Jun Wu
linelog: extract `len(self._program)` to a local function
2018-08-07, by Jun Wu
perf: add a command to benchmark linelog edits
2018-08-06, by Jun Wu
linelog: update internal help text
2018-08-06, by Jun Wu
fix: determine fixer tool failure by exit code instead of stderr
2018-08-07, by Danny Hooper
status: advertise --abort instead of 'update -C .' to abort graft
2018-08-09, by Pulkit Goyal
status: advertise --abort instead of 'update -C .' to abort a merge
2018-08-09, by Pulkit Goyal
narrow: add '()' to ellipsis in the revset help
2018-08-09, by Pulkit Goyal
tests: make all the string constants in test-match.py be bytes
2018-08-09, by Augie Fackler
linelog: fix bytes/str issue in exception raise on Python 3
2018-08-09, by Augie Fackler
absorb: following UI conventions
2018-08-09, by David Demelier
grep: search all commits in allfiles mode
2018-08-08, by Sangeet Kumar Mishra
dirstate: add comment on why we don't need to check if something is a dir/file
2018-08-08, by Kyle Lippincott
match: add missing "return set()", add FIXME to test to doc a bug
2018-08-08, by Kyle Lippincott
match: correct doc for _rootsdirsandparents after 5a7df82de142
2018-08-08, by Kyle Lippincott
dirstate: use visitchildrenset in traverse
2018-07-31, by Kyle Lippincott
match: add visitchildrenset complement to visitdir
2018-08-06, by spectral
includematcher: separate "parents" from "dirs"
2018-08-06, by spectral
match: add tests for visitdir functionality
2018-08-05, by spectral
mergetool: warn if ui.merge points to nonexistent tool
2018-07-23, by Martin von Zweigbergk
tests: demonstrate that no requested merge tool is ignored if missing
2018-07-23, by Martin von Zweigbergk
fix: correctly set wdirwritten given that the dict item is deleted
2018-08-06, by Danny Hooper
fix: pull out flag definitions to make them re-usable from extensions
2018-08-06, by Danny Hooper
templatekw: copy {author} to {user} and document {author} as an alias
2018-07-24, by Yuya Nishihara
templates: rename "user" to "luser" defined in default map file (API)
2018-07-24, by Yuya Nishihara
grep: add MULTIREV support to --allfiles flag
2018-07-25, by Sangeet Kumar Mishra
phabricator: convert description into local
2018-07-25, by Cédric Krier
index: move index_clearcaches() further down
2018-07-19, by Martin von Zweigbergk
index: move all "nt_*" functions to one place
2018-07-19, by Martin von Zweigbergk
index: rename "nt_*(indexObject *self,...)" functions to "index_*"
2018-07-19, by Martin von Zweigbergk
index: split up nt_init() in two
2018-07-18, by Martin von Zweigbergk
index: make most "nt_*" functions take a nodetree
2018-07-18, by Martin von Zweigbergk
index: add pointer from nodetree back to index
2018-07-18, by Martin von Zweigbergk
index: remove side-effect from failed nt_new()
2018-08-06, by Martin von Zweigbergk
index: remove side-effect from failed nt_init()
2018-08-06, by Martin von Zweigbergk
index: use PyMem_Free() to free nodeetree instance
2018-08-06, by Martin von Zweigbergk
linelog: fix infinite loop vulnerability
2018-08-06, by Jun Wu
tests: fix bytes/str issues in run-tests.py caught by python3
2018-08-06, by Augie Fackler
changegroup: assign to proper attribute
2018-08-06, by Gregory Szorc
absorb: remove sf alias for command
2018-08-06, by Gregory Szorc
hgweb: catch ParseError that's raised by revset.match()
stable
2018-08-09, by Anton Shestakov
templatekw: deprecate old-style template keyword function (API)
2018-02-25, by Yuya Nishihara
hgweb: mark all lambda template keywords as new-style function
2018-07-28, by Yuya Nishihara
hgweb: use registrar to add "motd" template keyword
2018-07-28, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip