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.
tests: disable test-audit-path.t with simple store
2018-04-04, by Gregory Szorc
tests: port test-convert-filemap.t to simple store
2018-04-04, by Gregory Szorc
tests: disable test-static-http.t with simple store
2018-04-04, by Gregory Szorc
tests: don't drop global hgrc
2018-04-04, by Gregory Szorc
verify: allow suppressing warnings about extra files
2018-04-04, by Gregory Szorc
tests: conditionalize tests for various repo features
2018-04-04, by Gregory Szorc
simplestore: use a custom store for the simple store repo
2018-04-04, by Gregory Szorc
wireproto: allow direct stream processing for unbundle
2018-02-27, by Joerg Sonnenberger
wireproto: send server capabilities in canonical order
2018-04-06, by Joerg Sonnenberger
wireproto: don't special case bundlecaps, but sort all scsv arguments
2018-04-06, by Joerg Sonnenberger
wireproto: turn client capabilities into sets, sorted on the wire
2018-04-06, by Joerg Sonnenberger
verify: drop "revlog" from warning message
2018-04-04, by Gregory Szorc
store: make file filtering during walk configurable
2018-04-04, by Gregory Szorc
simplestore: shore up lookup errors
2018-04-04, by Gregory Szorc
tests: extract dumprevlog tests to own file
2018-04-04, by Gregory Szorc
tests: skip test-censor.t when using simple store
2018-04-04, by Gregory Szorc
templater: deduplicate iterator of overlay mappings
2018-04-02, by Yuya Nishihara
templater: complain about invalid application of '%' operator (BC)
2018-03-18, by Yuya Nishihara
hgweb: fix type of {nav} keyword when linerange filter is active
2018-03-18, by Yuya Nishihara
hgweb: fix {diff} expansion in JSON template
2018-03-18, by Yuya Nishihara
hgweb: fix summary {tags} and {shortlog} to not forcibly expand template
2018-03-18, by Yuya Nishihara
hgweb: fix search {entries} to not return results of template expansion
2018-03-18, by Yuya Nishihara
templater: add class representing a nested mappings
2018-03-17, by Yuya Nishihara
templater: add function that expands internal literal templates
2018-03-17, by Yuya Nishihara
bookmarks: use isrevsymbol() for detecting collision with existing symbol
2018-04-06, by Martin von Zweigbergk
debugwhyunstable: add support for revsets
2018-04-06, by Martin von Zweigbergk
convert: look up branch only among branches
2018-04-06, by Martin von Zweigbergk
convert: remove unused/unnecessary variable "parentctx"
2018-04-05, by Martin von Zweigbergk
wireproto: provide accessors for client capabilities
2018-03-24, by Joerg Sonnenberger
copies: clean up _related logic
2018-04-05, by Gábor Stefanik
context: stop catching RepoLookupError from namespace.singlenode()
2018-04-06, by Martin von Zweigbergk
histedit: simplify desthistedit
2018-04-05, by Boris Feld
stack: follow-up on the stack revset
2018-04-05, by Boris Feld
githelp: use revsymbol() for looking up symbol
2018-04-05, by Martin von Zweigbergk
hgweb: use revsymbol() to determine if query is a revision
2018-04-05, by Martin von Zweigbergk
context: make repo[<filtered binary nodeid>] match node
2018-04-05, by Martin von Zweigbergk
context: move handling of filtering error to revsymbol() (API)
2018-04-05, by Martin von Zweigbergk
py3: whitelist 13 new passing tests
2018-04-05, by Pulkit Goyal
py3: convert user value to bytes by b'' prefix
2018-04-05, by Pulkit Goyal
util: whitelist apfs for hardlink support
2018-04-05, by Augie Fackler
mq: avoid a silly conversion from binary nodeid to hex
2018-04-05, by Martin von Zweigbergk
narrow: remove unused "cacheprop" stuff
2018-04-05, by Martin von Zweigbergk
tests: disable infinitepush tests for simple store
2018-04-03, by Gregory Szorc
rebase: remove unnecessary and incorrect handling of nullid
2018-04-05, by Martin von Zweigbergk
rebase: convert "oldrev" to revnum earlier
2018-04-05, by Martin von Zweigbergk
rebase: make "destnode" consistently a revnum and rename it to "destrev"
2018-04-05, by Martin von Zweigbergk
bookmarks: drop always-None argument from calculateupdate()
2018-04-05, by Martin von Zweigbergk
narrow: move manifestlog overrides to core
2018-04-03, by Martin von Zweigbergk
narrow: move manifestrevlog overrides to core
2018-04-02, by Martin von Zweigbergk
narrow: move excludeddir and related classes to core
2018-04-03, by Martin von Zweigbergk
py3: add missing b'' prefix in mdiff.py
2018-04-05, by Pulkit Goyal
py3: fix error string with bytestr() on repr()d value
2018-04-05, by Pulkit Goyal
py3: suppress output from f.write() function class
2018-04-05, by Pulkit Goyal
py3: use pycompat.byteskwargs() in tests/autodiff.py
2018-04-05, by Pulkit Goyal
py3: suppress the output of open() using `and None`
2018-04-05, by Pulkit Goyal
py3: return bytes from util.removeauth()
2018-04-05, by Pulkit Goyal
py3: use bytes instead of str in instance()
2018-04-05, by Pulkit Goyal
py3: use pycompat.bytestr in test-journal.t
2018-04-05, by Pulkit Goyal
hgweb: don't include hidden revisions in /filelog/ view
2018-04-04, by Martin von Zweigbergk
tests: show that hgweb contains hidden revisions in /filelog/ view
2018-04-05, by Martin von Zweigbergk
convert: use repo.lookup() for converting to nodeid
2018-04-04, by Martin von Zweigbergk
extdatasource: use revsymbol() for converting to node
2018-04-04, by Martin von Zweigbergk
bookmarks: calculateupdate() returns a bookmark, not a rev
2018-04-04, by Martin von Zweigbergk
pull: pass rev to check out as integer to postincoming()
2018-04-04, by Martin von Zweigbergk
children: support specifying revision by revset
2018-04-05, by Martin von Zweigbergk
heads: add support for specifying branches by revset
2018-04-04, by Martin von Zweigbergk
perf: make perfmanifest and perfnodelookup work with revsets
2018-04-04, by Martin von Zweigbergk
context: use revsymbol() in "merge.preferancestor" code
2018-04-03, by Martin von Zweigbergk
wireproto: use repo.lookup() for lookup command
2018-04-04, by Martin von Zweigbergk
localrepo: use revsymbol in lookupbranch() too
2018-04-04, by Martin von Zweigbergk
localrepo: drop "remote" argument from lookupbranch() (API)
2018-04-04, by Martin von Zweigbergk
revset: use revsymbol() for checking if a symbol is valid
2018-04-01, by Martin von Zweigbergk
tests: disable tests for advanced clone features with simple store
2018-04-03, by Gregory Szorc
tests: skip largefiles and lfs tests when using simple store
2018-04-03, by Gregory Szorc
tests: conditionalize test output for simple store
2018-04-03, by Gregory Szorc
tests: disallow using simple store repo with bundlerepo
2018-04-04, by Gregory Szorc
tests: disable test-revlog-v2 when using simple store
2018-04-04, by Gregory Szorc
tests: skip filelog damage tests when not using revlogs
2018-04-03, by Gregory Szorc
tests: skip some tests when using simple store
2018-04-03, by Gregory Szorc
tests: conditionalize tests based on presence of custom extensions
2018-04-04, by Gregory Szorc
simplestorerepo: avoid shadowing dict in list comprehension over dict
2018-04-04, by Augie Fackler
narrow: pass node into revlog.revision()
2018-04-03, by Gregory Szorc
changegroup: remove "revlog" from error message
2018-04-03, by Gregory Szorc
tests: conditionalize tests based on presence of revlogs for files
2018-04-03, by Gregory Szorc
tests: add test extension implementing custom filelog storage
2018-04-04, by Gregory Szorc
tests: use `hg unbundle` instead of `hg pull` in some tests
2018-04-03, by Gregory Szorc
hgweb: use revsymbol() for creating context from changeid
2018-04-04, by Martin von Zweigbergk
hgweb: inline changeidctx()
2018-04-03, by Martin von Zweigbergk
hgweb: drop support for "manifest" parameter
2018-04-03, by Martin von Zweigbergk
rebase: use single transaction when running in memory
2018-04-04, by Martin von Zweigbergk
bundlerepo: use super() when calling file()
2018-04-03, by Gregory Szorc
tests: remove superfluous config setting
2018-04-03, by Gregory Szorc
templater: mark .joinfmt as a private attribute
2018-03-17, by Yuya Nishihara
obsutil: make obsfateprinter() less dependent on templater
2018-03-19, by Yuya Nishihara
templater: abstract away from joinfmt
2018-03-17, by Yuya Nishihara
templater: micro-optimize join() with empty separator
2018-03-20, by Yuya Nishihara
templater: factor out generator of join()-ed items
2018-03-17, by Yuya Nishihara
templater: pass context to itermaps() for future extension
2018-03-18, by Yuya Nishihara
templater: define interface for objects which act as iterator of mappings
2018-03-17, by Yuya Nishihara
stringutil: drop escapedata() in favor of escapestr()
2018-04-04, by Yuya Nishihara
peer: make ui an attribute
2018-03-30, by Gregory Szorc
repository: port peer interfaces to zope.interface
2018-03-30, by Gregory Szorc
wireproto: convert human output frames to CBOR
2018-03-30, by Gregory Szorc
py3: use pycompat.bytestr() intsead of str
2018-04-02, by Pulkit Goyal
py3: use print as a function in tests/test-walk.t
2018-03-19, by Pulkit Goyal
repo: remove now-unused changectx() method (API)
2018-04-03, by Martin von Zweigbergk
localrepo: use revsymbol() in lookup()
2018-04-03, by Martin von Zweigbergk
histedit: avoid repo.lookup() for converting revnum to nodeid
2018-04-01, by Martin von Zweigbergk
outgoing: avoid repo.lookup() for converting revnum to nodeid
2018-04-01, by Martin von Zweigbergk
bisect: avoid repo.lookup() for converting revnum to nodeid
2018-04-01, by Martin von Zweigbergk
transplant: avoid repo.lookup() for converting revnum to nodeid
2018-04-01, by Martin von Zweigbergk
tests: avoid repo.lookup() for converting revnum to nodeid
2018-04-01, by Martin von Zweigbergk
bundle: consistently keep a list of stringified revisions in "revs"
2018-04-02, by Martin von Zweigbergk
bundle: avoid repo.lookup() for converting revnum to nodeid
2018-04-02, by Martin von Zweigbergk
push: avoid using repo.lookup() for converting to nodeid
2018-04-03, by Martin von Zweigbergk
addremove: pass command-level similarity value down to scmutil.addremove()
2018-04-03, by Yuya Nishihara
setup: add overlooked hgext.infinitepush package declaration
2018-04-03, by Augie Fackler
tests: remove dependence on repo.changectx()
2018-04-03, by Martin von Zweigbergk
log: remove dependence on repo.changectx()
2018-04-03, by Martin von Zweigbergk
verify: remove dependence on repo.changectx()
2018-04-03, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip