Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
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
fileset: load core predicates directly to symbols dict
2018-07-22, by Yuya Nishihara
fileset: turn on listclean conditionally
2018-07-22, by Yuya Nishihara
changegroup: always use the treemanifest-enabled version of _packmanifests()
2018-08-06, by Martin von Zweigbergk
linelog: add replacelines_vec for fastannotate
2018-07-30, by Augie Fackler
absorb: drop wrapper around the amend command
2018-07-31, by Augie Fackler
absorb: note some TODOs from the code review
2018-08-01, by Augie Fackler
absorb: use ui.debug() instead of open-coding it
2018-08-01, by Augie Fackler
absorb: use pycompat to get xrange
2018-08-01, by Augie Fackler
absorb: use set literal to avoid intermediate list
2018-08-01, by Augie Fackler
absorb: avoid mutable default arg
2018-08-01, by Augie Fackler
absorb: import extension from Facebook's hg-experimental
2018-07-30, by Augie Fackler
resolve: organize 'if confirm' conditionals
2018-08-06, by Sushil khanchi
index: pass only nodetree to nt_new()
2018-05-16, by Martin von Zweigbergk
index: drop now-redundant "nt" prefix of fields in nodetree struct
2018-05-16, by Martin von Zweigbergk
index: move more fields onto nodetree type
2018-07-18, by Martin von Zweigbergk
index: extract a type for the nodetree
2018-05-16, by Martin von Zweigbergk
index: make "nt_*" functions work on an initialized nodetree
2018-07-18, by Martin von Zweigbergk
changegroup: inline _packellipsischangegroup
2018-08-03, by Gregory Szorc
changegroup: move fullnodes into cgpacker
2018-08-03, by Gregory Szorc
changegroup: specify ellipses mode explicitly
2018-08-03, by Gregory Szorc
changegroup: pass ellipsis roots into cgpacker constructor
2018-08-03, by Gregory Szorc
changegroup: move revision maps to cgpacker
2018-08-03, by Gregory Szorc
changegroup: move changelogdone into cgpacker
2018-08-03, by Gregory Szorc
changegroup: declare shallow flag in constructor
2018-08-03, by Gregory Szorc
changegroup: make some packer attributes private
2018-08-03, by Gregory Szorc
changegroup: rename cg1packer to cgpacker
2018-08-03, by Gregory Szorc
changegroup: control delta parent behavior via constructor
2018-08-03, by Gregory Szorc
changegroup: control reordering via constructor argument
2018-08-03, by Gregory Szorc
changegroup: consolidate tree manifests sending into cg1packer
2018-08-03, by Gregory Szorc
changegroup: pass end of manifests marker into constructor
2018-08-02, by Gregory Szorc
changegroup: pass function to build delta header into constructor
2018-08-02, by Gregory Szorc
changegroup: make delta header struct formatters actual structs
2018-08-02, by Gregory Szorc
changegroup: pass version into constructor
2018-08-02, by Gregory Szorc
changegroup: define functions for creating changegroup packers
2018-08-02, by Gregory Szorc
changegroup: capture revision delta in a data structure
2018-08-03, by Gregory Szorc
changegroup: inline ellipsisdata()
2018-08-02, by Gregory Szorc
changegroup: rename "revlog" variables
2018-08-02, by Gregory Szorc
changegroup: move generate() modifications from narrow
2018-08-02, by Gregory Szorc
changegroup: move generatefiles() from narrow
2018-08-02, by Gregory Szorc
changegroup: move _sortgroup() from narrow
2018-08-02, by Gregory Szorc
changegroup: move close() from narrow
2018-08-02, by Gregory Szorc
changegroup: move revchunk() from narrow
2018-08-02, by Gregory Szorc
changegroup: move deltaparent() from narrow
2018-08-02, by Gregory Szorc
changegroup: move _packellipsischangegroup() from narrow
2018-07-28, by Gregory Szorc
changegroup: move ellipsisdata() from narrow
2018-07-28, by Gregory Szorc
fileset: narrow status computation by left-hand-side of 'and' node
2018-07-22, by Yuya Nishihara
fileset: move copy constructor of matchctx near __init__
2018-07-22, by Yuya Nishihara
fileset: build status according to 'withstatus' hint
2018-07-22, by Yuya Nishihara
fileset: insert hints where status should be computed
2018-07-21, by Yuya Nishihara
fileset: move buildstatus() to matchctx method
2018-07-22, by Yuya Nishihara
fileset: keep basectx by matchctx
2018-07-22, by Yuya Nishihara
fileset: pass in basectx to _buildstatus()
2018-07-22, by Yuya Nishihara
resolve: update commands.resolve.confirm help text
2018-08-04, by Sushil khanchi
resolve: support confirm config option with --unmark flag
2018-08-04, by Sushil khanchi
resolve: correct behavior of mark-check=none to match docs
2018-08-05, by Kyle Lippincott
narrow: move .hg/narrowspec to .hg/store/narrowspec (BC)
2018-08-02, by Martin von Zweigbergk
narrow: drop checkambig=True when restoring backup
2018-08-03, by Martin von Zweigbergk
narrow: remove a repo file-cache invalidation
2018-08-02, by Martin von Zweigbergk
narrow: call narrowspec.{save,restore,clear}backup directly
2018-08-03, by Martin von Zweigbergk
index: don't add 1 to length variables
2018-08-04, by Martin von Zweigbergk
index: drop support for nullid at position len(index) in index_node
2018-08-04, by Martin von Zweigbergk
index: return False for "len(index) in index"
2018-08-04, by Martin von Zweigbergk
fileset: combine union of basic patterns into single matcher
2018-07-21, by Yuya Nishihara
fileset: reorder 'or' expression by weight
2018-07-21, by Yuya Nishihara
fileset: introduce weight constants for readability
2018-08-04, by Yuya Nishihara
sparse: use named parameters in i18n strings
2018-08-04, by Yuya Nishihara
sparse: do not include operator in i18n strings
2018-08-04, by Yuya Nishihara
fix: compute changed lines lazily to make whole-file fixer tools faster
2018-08-03, by Danny Hooper
resolve: support commands.resolve.confirm option with --mark flag
2018-08-04, by Sushil khanchi
resolve: add commands.resolve.mark-check=abort to tweakdefaults
2018-08-03, by Kyle Lippincott
resolve: graduate resolve.mark-check from experimental, add docs
2018-08-03, by Kyle Lippincott
shortest: use 'x' prefix to disambiguate from revnum if configured
2018-04-16, by Martin von Zweigbergk
revisions: allow "x123" to refer to nodeid prefix "123"
2018-04-29, by Martin von Zweigbergk
shortest: make isrev() a top-level function
2018-05-07, by Martin von Zweigbergk
shortest: cache disambiguation revset
2018-04-17, by Martin von Zweigbergk
index: don't allow index[len(index)] to mean nullid
2018-07-20, by Martin von Zweigbergk
index: don't include nullid in len()
2018-07-20, by Martin von Zweigbergk
index: replace insert(-1, e) method by append(e) method
2018-08-01, by Martin von Zweigbergk
pure: create type for revlog v0 index
2018-07-20, by Martin von Zweigbergk
index: drop support for negative indexes into the index
2018-07-20, by Martin von Zweigbergk
index: handle index[-1] as nullid more explicitly
2018-07-20, by Martin von Zweigbergk
index: store nullrev as -1 in nodetree
2018-07-20, by Martin von Zweigbergk
index: create function for deleting node from nodetree
2018-07-20, by Martin von Zweigbergk
revlog: remove some knowledge of sentinel nullid in index
2018-07-20, by Martin von Zweigbergk
scmutil: make shortest() respect disambiguation revset
2018-04-13, by Martin von Zweigbergk
lookup: add option to disambiguate prefix within revset
2018-03-28, by Martin von Zweigbergk
revlog: use specialized exception for ambiguous prefix lookup
2018-04-13, by Martin von Zweigbergk
narrowspec: remove the unused _parsestoredpatterns() function
2018-08-02, by Pulkit Goyal
narrowspec: use sparse.parseconfig() to parse narrowspec file (BC)
2018-08-03, by Pulkit Goyal
sparse: add an action argument to parseconfig()
2018-08-03, by Pulkit Goyal
tests: avoid unnecessarily looking inside .hg/ in test-narrow*
2018-08-03, by Martin von Zweigbergk
narrow: extract part of narrowspec backup to core
2018-08-03, by Martin von Zweigbergk
narrow: move requirement constant from changegroup to repository
2018-08-03, by Martin von Zweigbergk
merge with stable
2018-08-03, by Martin von Zweigbergk
tests: update test expectations in pre-2.7.9 branch of this test
stable
2018-08-03, by Augie Fackler
fileset: optimize 'x and not y' to 'x - y'
2018-07-21, by Yuya Nishihara
fileset: reorder 'and' expression to evaluate basic patterns first
2018-07-21, by Yuya Nishihara
fileset: roughly adjust weights of functions
2018-07-22, by Yuya Nishihara
fileset: add stub for weight-based optimization
2018-07-21, by Yuya Nishihara
fileset: reject 'negate' node early while transforming parsed tree
2018-07-21, by Yuya Nishihara
fileset: drop 'group' node from tree to be evaluated
2018-07-21, by Yuya Nishihara
fileset: add phase to transform parsed tree
2018-07-21, by Yuya Nishihara
py3: whitelist another 3 tests caught by the ratchet
2018-08-03, by Augie Fackler
testrunner: allow multiple #testcases
2018-02-08, by Martin von Zweigbergk
testrunner: use "#" for "test cases" suffix in .err filename too
2018-08-01, by Martin von Zweigbergk
resolve: add confirm config option
2018-07-31, by Sushil khanchi
revlog: remove side effect from failed nt_init()
2018-07-17, by Martin von Zweigbergk
revlog: remove micro-optimization for looking up only nullid
2018-07-08, by Martin von Zweigbergk
revlog: remove unnecessary output parameter from node_check()
2018-07-20, by Martin von Zweigbergk
narrow: move status-filtering to core and to ctx
2018-08-02, by Martin von Zweigbergk
amend: support "history-editing-backup" config option
2018-07-10, by Sushil khanchi
rebase: move "backup" flag to rebaseruntime
2018-08-03, by Sushil khanchi
i18n: format warning of hggettext in standard compiler error style
2018-06-11, by FUJIWARA Katsunori
i18n: omit redundant translatable synopsis text to avoid xgettext warning
2018-06-11, by FUJIWARA Katsunori
i18n: avoid substitution of PYFILES at runtime for readability of output
2018-08-02, by FUJIWARA Katsunori
util: make new timedcmstats class Python 3 compatible
2018-08-02, by Martijn Pieters
fix: add a monkey-patchable point after all new revisions have been committed
2018-08-01, by Danny Hooper
help: add quotes to a few commands we point to
2018-08-02, by Martin von Zweigbergk
linelog: port to Python 3
2018-08-01, by Augie Fackler
exchange: move simple narrow changegroup generation from extension
2018-07-28, by Gregory Szorc
exchange: make narrow ACL presence imply narrow=True
2018-07-28, by Gregory Szorc
changegroup: inline prune() logic from narrow
2018-07-28, by Gregory Szorc
fileset: extract language processing part to new module (API)
2018-07-22, by Yuya Nishihara
fileset: flatten 'or' nodes to unnest unionmatchers
2018-07-21, by Yuya Nishihara
fileset: flatten arguments list
2018-07-21, by Yuya Nishihara
debugfileset: add option to show matcher representation
2018-07-21, by Yuya Nishihara
debugfileset: backport --show-stage option from debugrevspec
2018-07-21, by Yuya Nishihara
lfs: remove callstatus property from 'lfs()' fileset
2018-07-22, by Yuya Nishihara
rebase: support "history-editing-backup" config option
2018-07-05, by Sushil khanchi
extensions: add detailed loading information
2018-08-01, by Martijn Pieters
util: create a context manager to handle timing
2018-08-01, by Martijn Pieters
linelog: fix import statements to pass the import checker on py3
2018-08-01, by Augie Fackler
linelog: add a Python implementation of the linelog datastructure
2018-07-30, by Augie Fackler
changegroup: move file matcher from narrow extension
2018-07-28, by Gregory Szorc
resolve: add option to warn/abort on -m with unresolved conflict markers
2018-07-26, by Kyle Lippincott
exchange: refactor control flow of _getbundlechangegrouppart()
2018-07-02, by Gregory Szorc
exchange: move _computeellipsis() from narrow
2018-07-02, by Gregory Szorc
exchange: move narrow acl functionality into core
2018-07-02, by Gregory Szorc
exchange: move disabling of rev-branch-cache bundle part out of narrow
2018-07-28, by Gregory Szorc
dispatch: show a short error message when invalid global option given
2018-07-24, by Martin von Zweigbergk
dispatch: don't show list of commands on bogus command
2018-07-24, by Martin von Zweigbergk
histedit: avoid repeating name of state file in a few places
2018-07-24, by Martin von Zweigbergk
py3: stop rewriting xrange() to pycompat.xrange()
2018-08-01, by Gregory Szorc
check-code: ban use of bare xrange()
2018-08-01, by Gregory Szorc
global: use pycompat.xrange()
2018-08-01, by Gregory Szorc
pycompat: add xrange alias for Python 2
2018-08-01, by Gregory Szorc
manifest: persist the manifestfulltext cache
2018-07-31, by Martijn Pieters
debug: allow specifying a manifest node rather than a revision
2018-07-31, by Martijn Pieters
packaging: always execute builddeb from source root
stable
2018-08-01, by Gregory Szorc
perfmoonwalk: make work with filtered repo
2018-07-20, by Martin von Zweigbergk
revlog: don't include trailing nullrev in revlog.revs(stop=len(revlog))
2018-07-20, by Martin von Zweigbergk
patchbomb: ensure all headers and values given to email mod are native strings
2018-07-16, by Augie Fackler
context: delete an obsolete comment
2018-07-30, by Martin von Zweigbergk
templatekw: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
2018-07-27, by Martin von Zweigbergk
patch: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
2018-07-27, by Martin von Zweigbergk
fileset: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
2018-07-27, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip