Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
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
bookmarks: switch from repo.changectx('.') to repo['.']
2018-04-03, by Martin von Zweigbergk
stringutil: add function to pretty print an object
2018-03-28, by Gregory Szorc
wireproto: add frame flag to denote payloads as CBOR
2018-03-28, by Gregory Szorc
wireproto: implement custom __repr__ for frame
2018-03-28, by Gregory Szorc
keepalive: implement readinto()
2018-03-28, by Gregory Szorc
wireproto: port protocol handler to zope.interface
2018-03-23, by Gregory Szorc
wireproto: separate commands tables for version 1 and 2 commands
2018-03-28, by Gregory Szorc
wireproto: mark SSHv2 as a version 1 transport
2018-03-28, by Gregory Szorc
wireproto: stop aliasing wire protocol types (API)
2018-03-28, by Gregory Szorc
wireproto: use CBOR for command requests
2018-03-26, by Gregory Szorc
wireproto: define frame to represent progress updates
2018-03-26, by Gregory Szorc
wireproto: syntax for encoding CBOR into frames
2018-03-28, by Gregory Szorc
wireproto: explicit API to create outgoing streams
2018-03-26, by Gregory Szorc
wireproto: add streams to frame-based protocol
2018-03-26, by Gregory Szorc
wireproto: start to associate frame generation with a stream
2018-03-26, by Gregory Szorc
tests: fix duplicate and failing test
2018-03-26, by Gregory Szorc
debugcommands: drop offset and length from debugindex by default
2018-04-02, by Gregory Szorc
debugcommands: drop base revision from debugindex
2018-04-02, by Gregory Szorc
tests: use debugdeltachain where appropriate
2018-04-02, by Gregory Szorc
tests: don't use revlog paths in tests
2018-04-02, by Gregory Szorc
templater: define interface for objects requiring unwrapvalue()
2018-03-17, by Yuya Nishihara
templater: extract private function to evaluate generator to byte string
2018-03-23, by Yuya Nishihara
templater: pass (context, mapping) down to unwrapvalue()
2018-03-18, by Yuya Nishihara
templater: drop unneeded generator from mappable object
2018-03-17, by Yuya Nishihara
templater: mark .gen as a private attribute
2018-03-17, by Yuya Nishihara
templatekw: do not directly call .gen
2018-03-18, by Yuya Nishihara
templater: define interface for objects requiring unwraphybrid()
2018-03-17, by Yuya Nishihara
templater: pass (context, mapping) down to unwraphybrid()
2018-03-17, by Yuya Nishihara
scmutil: add method for looking up a context given a revision symbol
2018-04-02, by Martin von Zweigbergk
narrow: add trailing slash to dir earlier for debug{revlog,index,data}
2018-04-02, by Martin von Zweigbergk
addremove: remove dry_run, similarity from scmutil.addremove (API)
2018-03-31, by Sushil khanchi
histedit: make errror message translatable
2018-04-03, by Sangeet Kumar Mishra
context: drop support for changeid='' (API)
2018-04-02, by Martin von Zweigbergk
subrepo: use repo['.'] instead of repo['']
2018-04-02, by Martin von Zweigbergk
children: use repo['.'] instead of repo['']
2018-04-03, by Martin von Zweigbergk
revset: drop support for '' as alias for '.'
2018-04-02, by Martin von Zweigbergk
tests: add test showing current parse of empty string symbol in revset
2018-04-02, by Martin von Zweigbergk
clone: rename "rev" to "revs" since there can be many
2018-04-02, by Martin von Zweigbergk
parseurl: consistently call second output "branches"
2018-04-01, by Martin von Zweigbergk
templatefuncs: do not crash because of invalid value fed to mailmap()
2018-04-01, by Yuya Nishihara
scmutil: deprecate revpairnodes()
2018-03-31, by Martin von Zweigbergk
tests: use context-return revpair() in autodiff
2018-04-01, by Martin von Zweigbergk
fileset: use context-returning revpair()
2018-03-31, by Martin von Zweigbergk
status: use context-returning revpair()
2018-03-31, by Martin von Zweigbergk
diff: simplify by converting contexts to nodeids a little later
2018-03-31, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip