Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-192
+192
+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.
match: make nevermatcher an exact matcher and a prefix matcher
2017-07-09, by Martin von Zweigbergk
revset: define successors revset
2017-07-10, by Jun Wu
sparse: shorten try..except block in updateconfig()
2017-07-10, by Gregory Szorc
sparse: clean up updateconfig()
2017-07-10, by Gregory Szorc
sparse: move config updating function into core
2017-07-10, by Gregory Szorc
dirstate: expose a sparse matcher on dirstate (API)
2017-07-08, by Gregory Szorc
sparse: use self instead of repo.dirstate
2017-07-08, by Gregory Szorc
sparse: move code for importing rules from files into core
2017-07-08, by Gregory Szorc
sparse: refactor activeprofiles into a generic function (API)
2017-07-08, by Gregory Szorc
check-code: prohibit `if False` antipattern
2017-07-07, by Augie Fackler
convert: remove `if False` block
2017-07-07, by Augie Fackler
filterpyflakes: move self-test into test file
2017-07-07, by Augie Fackler
test-subrepo: demonstrate a status problem when merge deletes a file
2017-07-09, by Matt Harbison
subrepo: make the output references to subrepositories consistent
2017-07-09, by Matt Harbison
subrepo: consider the parent repo dirty when a file is missing
2017-07-09, by Matt Harbison
archival: flag missing files as a dirty wdir() in the metadata file (BC)
2017-07-09, by Matt Harbison
cmdutil: simplify the dirty check in howtocontinue()
2017-07-09, by Matt Harbison
blackbox: simplify the dirty check
2017-07-09, by Matt Harbison
identify: simplify the dirty check
2017-07-09, by Matt Harbison
tests: tweak the subrepo dirty state tests
2017-07-09, by Matt Harbison
match: combine regex code for path: and relpath:
2017-07-09, by Martin von Zweigbergk
match: remove unnecessary '^' from regexes
2017-07-09, by Martin von Zweigbergk
sparse: access status fields by name instead of deconstructing it
2017-07-06, by Martin von Zweigbergk
sparse: move printing of sparse config changes function into core
2017-07-08, by Gregory Szorc
sparse: move code for clearing rules to core
2017-07-08, by Gregory Szorc
sparse: move post commit actions into core
2017-07-07, by Gregory Szorc
cleanupnode: do not use generator for node mapping
2017-07-09, by Octobus
histedit: use scmutil.cleanupnodes (BC)
2017-07-08, by Jun Wu
histedit: unify strip backup files on success (BC)
2017-07-08, by Jun Wu
histedit: pass multiple nodes to strip (BC)
2017-07-08, by Jun Wu
histedit: remove "name" parameter from cleanupnode functions
2017-07-08, by Jun Wu
histedit: remove "should strip" debug message
2017-07-08, by Jun Wu
histedit: move topmost bookmark movement to a separate function
2017-07-08, by Jun Wu
histedit: remove moving bookmarks message on verbose (BC)
2017-07-08, by Jun Wu
test-largefiles-update: conditionalize output instead of tests
2017-07-08, by Matt Harbison
test-status-rev: conditionalize output instead of tests
2017-07-08, by Matt Harbison
test-mq: conditionalize output instead of tests
2017-07-08, by Matt Harbison
test-annotate: conditionalize output instead of tests
2017-07-08, by Matt Harbison
test-addremove: conditionalize output instead of tests
2017-07-08, by Matt Harbison
test-tools: conditionalize output instead of tests
2017-07-08, by Matt Harbison
test-rebase: conditionalize output instead of tests
2017-07-08, by Matt Harbison
tests: stabilize on Windows
2017-07-08, by Matt Harbison
revset: make repo.anyrevs accept customized alias override (API)
2017-06-24, by Jun Wu
tests: quote $PYTHON for Windows
2017-07-07, by Matt Harbison
amend: use scmutil.cleanupnodes (BC)
2017-06-26, by Jun Wu
rebase: remove "if True"
2017-07-07, by Jun Wu
rebase: use scmutil.cleanupnodes (issue5606) (BC)
2017-07-07, by Jun Wu
scmutil: make cleanupnodes delete divergent bookmarks
2017-06-26, by Jun Wu
scmutil: make cleanupnodes handle filtered node
2017-06-26, by Jun Wu
configitems: add alias support in config
2017-07-07, by David Demelier
hgweb: use ui._unset to prevent a warning in configitems
2017-07-03, by David Demelier
dispatch: fix typo suggestion for disabled extension
2017-07-07, by Martin von Zweigbergk
tests: add tests for typoed commands
2017-07-07, by Martin von Zweigbergk
sparse: inline signature cache clearing
2017-07-06, by Gregory Szorc
sparse: move working directory refreshing into core
2017-07-06, by Gregory Szorc
sparse: refactor update actions filtering and call from core
2017-07-06, by Gregory Szorc
sparse: move update action filtering into core
2017-07-06, by Gregory Szorc
sparse: move pruning of temporary includes into core
2017-07-06, by Gregory Szorc
sparse: move function for resolving sparse matcher into core
2017-07-06, by Gregory Szorc
match: move matchers from sparse into core
2017-07-06, by Gregory Szorc
sparse: clean up config signature code
2017-07-06, by Gregory Szorc
sparse: move config signature logic into core
2017-07-06, by Gregory Szorc
sparse: remove custom hash matcher
2017-07-06, by Gregory Szorc
sparse: override __repr__ in matchers
2017-07-06, by Martin von Zweigbergk
tests: fix reference to undefined variable
2017-07-06, by Martin von Zweigbergk
shelve: don't reimplement mergestate.unresolved()
2015-12-01, by Martin von Zweigbergk
summary: don't reimplment mergestate.unresolved()
2015-11-23, by Martin von Zweigbergk
mergestate: implement unresolvedcount() in terms of unresolved()
2015-12-01, by Martin von Zweigbergk
mergestate: make unresolved() use iteritems()
2015-12-01, by Martin von Zweigbergk
changegroup: don't fail on empty changegroup (API)
2017-06-30, by Martin von Zweigbergk
changegroup: remove option to allow empty changegroup (API)
2017-07-01, by Martin von Zweigbergk
strip: don't allow empty changegroup in bundle1
2017-06-30, by Martin von Zweigbergk
match: minor cleanups to patternmatcher and includematcher
2017-06-08, by Martin von Zweigbergk
py3: fix test-diff-newlines.t to be compatible with py3
2017-07-06, by Boris Feld
sparse: move some temporary includes functions into core
2017-07-06, by Gregory Szorc
sparse: move config file writing into core
2017-07-06, by Gregory Szorc
localrepo: add sparse caches
2017-07-06, by Gregory Szorc
sparse: move active profiles function into core
2017-07-06, by Gregory Szorc
sparse: move resolving of sparse patterns for rev into core
2017-07-06, by Gregory Szorc
sparse: variable to track if sparse is enabled
2017-07-06, by Gregory Szorc
sparse: move profile reading into core
2017-07-06, by Gregory Szorc
sparse: move config parsing into core
2017-07-06, by Gregory Szorc
sparse: use vfs.tryread()
2017-07-06, by Gregory Szorc
sparse: refactor sparsechecksum()
2017-07-01, by Gregory Szorc
sparse: document config file format
2017-07-06, by Gregory Szorc
sparse: rename command to debugsparse
2017-07-01, by Gregory Szorc
sparse: remove reference to simplecache
2017-07-06, by Gregory Szorc
sparse: remove reference to hgwatchman
2017-07-01, by Gregory Szorc
sparse: expand module docstring
2017-07-01, by Gregory Szorc
sparse: vendor Facebook-developed extension
2017-07-01, by Gregory Szorc
contrib: widen "direct use of `python`" net again
2017-07-06, by Augie Fackler
tests: clean up a newly-introduced instance of `python`
2017-07-06, by Kevin Bullock
tests: clean up even more direct `python` calls with $PYTHON
2017-06-20, by Augie Fackler
contrib: widen the "don't use `python`" net a little
2017-06-20, by Augie Fackler
followlines: join merge parents line ranges in blockdescendants() (issue5595)
2017-07-05, by Denis Laxalde
workingfilectx: add exists, lexists
2017-07-04, by Phil Cohen
vfs: add explanation about cost of checkambig=True in corner case
2017-07-04, by FUJIWARA Katsunori
vfs: replace avoiding ambiguity in abstractvfs.rename with _avoidambig
2017-07-04, by FUJIWARA Katsunori
vfs: copy if EPERM to avoid file stat ambiguity forcibly at closing
2017-07-04, by FUJIWARA Katsunori
transaction: apply checkambig=True only on limited files for similarity
2017-07-04, by FUJIWARA Katsunori
transaction: avoid file stat ambiguity only for files in blacklist
2017-07-04, by FUJIWARA Katsunori
localrepo: store path and vfs location of cached properties
2017-07-04, by FUJIWARA Katsunori
template: add successors template
2017-07-03, by Boris Feld
template: add tests for more complex cases
2017-07-03, by Boris Feld
obsolete: closest divergent support
2017-06-30, by Boris Feld
obsolete: pass cache argument of successors set explicitly
2017-06-30, by Boris Feld
obsolete: small doc update for 'successorssets'
2017-06-30, by Boris Feld
phabricator: do not read a same revision twice
2017-07-04, by Jun Wu
patch: make parsepatch optionally trim context lines
2017-07-04, by Jun Wu
phabricator: try to fetch differential revisions in batch
2017-07-04, by Jun Wu
phabricator: avoid calling differential.getcommitmessage
2017-07-04, by Jun Wu
phabricator: rework phabread to reduce memory usage and round-trips
2017-07-04, by Jun Wu
phabricator: abort if phabsend gets empty revs
2017-07-04, by Jun Wu
phabricator: do not upload new diff if nothing changes
2017-07-04, by Jun Wu
phabricator: add node and p1 to hg:meta property
2017-07-04, by Jun Wu
phabricator: check associated Differential Revision from commit message
2017-07-04, by Jun Wu
tests: replace yet more calls to `python` with $PYTHON
2017-07-05, by Augie Fackler
tests: capitalize Python when it's not used as a command name
2017-07-05, by Augie Fackler
merge with stable
2017-07-05, by Augie Fackler
vfs: drop the 'mustaudit' API
2017-07-02, by Pierre-Yves David
streamclone: stop using 'vfs.mustaudit = False'
2017-07-02, by Pierre-Yves David
vfs: simplify path audit disabling in stream clone
2017-07-02, by Pierre-Yves David
auditor: add simple comment about repo.auditor and al
2017-07-02, by Pierre-Yves David
tag: make sure the repository is locked when tagging
2017-07-02, by Pierre-Yves David
test: glob a line number in test-devel-warnings.t
2017-07-02, by Pierre-Yves David
test: add a small comment to explain a section of test-devel-warning
2017-07-02, by Pierre-Yves David
obsolete: reports the number of local changeset obsoleted when unbundling
2017-06-28, by Pierre-Yves David
transaction: track new obsmarkers in the 'changes' mapping
2017-06-27, by Pierre-Yves David
configitems: register the 'progress.estimate' config
2017-06-30, by Pierre-Yves David
configitems: register the 'progress.clear-complete' config
2017-06-30, by Pierre-Yves David
configitems: register the 'progress.assume-tty' config
2017-06-30, by Pierre-Yves David
configitems: register the 'format.usestore' config
2017-06-30, by Pierre-Yves David
configitems: register the 'format.usegeneraldelta' config
2017-06-30, by Pierre-Yves David
configitems: register the 'format.usefncache' config
2017-06-30, by Pierre-Yves David
configitems: register the 'format.obsstore-version' config
2017-06-30, by Pierre-Yves David
configitems: register the 'factotum.service' config
2017-06-30, by Pierre-Yves David
configitems: register the 'factotum.mountpoint' config
2017-06-30, by Pierre-Yves David
configitems: register the 'factotum.executable' config
2017-06-30, by Pierre-Yves David
configitems: register the 'format.maxchainlen' config
2017-06-30, by Pierre-Yves David
configitems: register the 'format.manifestcachesize' config
2017-06-30, by Pierre-Yves David
configitems: register the 'format.generaldelta' config
2017-06-30, by Pierre-Yves David
configitems: register the 'format.dotencode' config
2017-06-30, by Pierre-Yves David
configitems: register the 'format.chunkcachesize' config
2017-06-30, by Pierre-Yves David
configitems: register the 'format.aggressivemergedeltas' config
2017-06-30, by Pierre-Yves David
configitems: gather comment related to 'worker.backgroundclosemaxqueue'
2017-07-05, by Pierre-Yves David
configitems: register the 'worker.numcpus' config
2017-06-30, by Pierre-Yves David
configitems: register the 'worker.backgroundclosethreadcount' config
2017-06-30, by Pierre-Yves David
configitems: register the 'worker.backgroundcloseminfilecount' config
2017-06-30, by Pierre-Yves David
configitems: register the 'worker.backgroundclosemaxqueue' config
2017-06-30, by Pierre-Yves David
configitems: register the 'patch.eol' config
2017-06-30, by Pierre-Yves David
configitems: register the 'server.zliblevel' config
2017-06-30, by Pierre-Yves David
configitems: register the 'server.validate' config
2017-06-30, by Pierre-Yves David
configitems: register the 'server.uncompressedallowsecret' config
2017-06-30, by Pierre-Yves David
configitems: register the 'server.preferuncompressed' config
2017-06-30, by Pierre-Yves David
configitems: register the 'server.maxhttpheaderlen' config
2017-06-30, by Pierre-Yves David
configitems: register the 'server.disablefullbundle' config
2017-06-30, by Pierre-Yves David
configitems: register the 'server.concurrent-push-mode' config
2017-06-30, by Pierre-Yves David
configitems: register the 'server.compressionengines' config
2017-06-30, by Pierre-Yves David
configitems: register the 'server.bundle1gd' config
2017-06-30, by Pierre-Yves David
configitems: register the 'server.bundle1' config
2017-06-30, by Pierre-Yves David
configitems: register the 'hostsecurity.disabletls10warning' config
2017-06-30, by Pierre-Yves David
configitems: register the 'hostsecurity.ciphers' config
2017-06-30, by Pierre-Yves David
configitem: create a new list of each 'acl.sources' access
2017-07-02, by Pierre-Yves David
dirstate: centralize _cwd handling into _cwd method
2017-07-03, by FUJIWARA Katsunori
tests: add line specific for testing with fsmonitor
2017-07-03, by FUJIWARA Katsunori
tests: make output lines conditional for testing with fsmonitor
2017-07-03, by FUJIWARA Katsunori
tests: add fsmonitor specific output lines at enabling largefiles
2017-07-03, by FUJIWARA Katsunori
show: document why accidentally quadratic is (probably) acceptable
2017-07-03, by Gregory Szorc
show: also catch AmbiguousCommand
2017-07-03, by Gregory Szorc
show: avoid extra list operations
2017-07-03, by Gregory Szorc
show: tweak warning message
2017-07-03, by Gregory Szorc
revlog: add an experimental option to mitigated delta issues (issue5480)
2017-06-23, by Pierre-Yves David
tests: use system hg only if changelog or dirstate can't be read
2017-07-02, by Yuya Nishihara
tests: restore workaround of obsolete warning from 3c9066ed557c
2017-07-02, by Yuya Nishihara
tests: alias syshg and syshgenv so they can be switched conditionally
2017-07-02, by Yuya Nishihara
tests: actually restore the original environment before running syshg
2017-06-30, by Yuya Nishihara
Added signature for changeset 26c49ed51a69
stable
2017-07-05, by Augie Fackler
Added tag 4.2.2 for changeset 26c49ed51a69
stable
2017-07-05, by Augie Fackler
phabricator: add phabread command to read patches
2017-07-02, by Jun Wu
phabricator: add phabsend command to send a stack
2017-07-02, by Jun Wu
phabricator: add a contrib script
2017-07-02, by Jun Wu
show: implement "stack" view
2017-07-01, by Gregory Szorc
tests: demonstrate inconsistencies with dirty state in various commands
2017-06-28, by Matt Harbison
check-config: syntax to allow inconsistent config values
2017-07-01, by Gregory Szorc
configitems: register the 'badserver.closebeforeaccept' config
2017-06-30, by Pierre-Yves David
configitems: register the 'badserver.closeaftersendbytes' config
2017-06-30, by Pierre-Yves David
configitems: register the 'badserver.closeafterrecvbytes' config
2017-06-30, by Pierre-Yves David
configitems: register the 'badserver.closeafteraccept' config
2017-06-30, by Pierre-Yves David
configitems: register the 'blackbox.logsource' config
2017-06-30, by Pierre-Yves David
configitems: register the 'blackbox.dirty' config
2017-06-30, by Pierre-Yves David
configitems: register the 'automv.similarity' config
2017-06-30, by Pierre-Yves David
acl: use configlist to retrieve the source config
2017-07-01, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-192
+192
+1000
+3000
+10000
tip