Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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.
sslutil: issue warning when [hostfingerprint] is used
2017-03-09, by Gregory Szorc
setup: use setuptools on Windows (issue5400)
2017-03-09, by Gregory Szorc
schemes: use br'' literal to define bytes regexp
2017-03-09, by Yuya Nishihara
help: fix layout of pre-formatted text
2017-03-09, by Yuya Nishihara
help: fix example of revs() fileset
2017-03-09, by Yuya Nishihara
filecache: make 'join' abstract
2016-08-05, by Pierre-Yves David
filecache: explicitly test 'repofilecache'
2017-03-08, by Pierre-Yves David
repofilecache: directly use 'repo.vfs.join'
2016-08-05, by Pierre-Yves David
repofilecache: define a 'join' method
2016-08-05, by Pierre-Yves David
wix: add censor docs to installer script
2017-03-06, by Augie Fackler
internals: add some brief documentation about censor
2017-01-23, by Augie Fackler
localrepo: rename proxycls to filteredrepo
2017-03-09, by Jun Wu
dirstate: track otherparent files same as nonnormal
2017-03-08, by Durham Goode
pycompat: verify sys.argv exists before forwarding it (issue5493)
stable
2017-03-07, by Augie Fackler
hgweb: use patch.diffhunks in webutil.diffs to simplify the algorithm
2017-03-06, by Denis Laxalde
hgweb: start enumerate at 1 in webutil.diffs's inner function prettyprintlines
2017-03-06, by Denis Laxalde
patch: add a diffhunks function yielding (diffheaders, hunks)
2017-03-03, by Denis Laxalde
mdiff: let unidiff return (diffheader, hunks)
2017-03-03, by Denis Laxalde
mdiff: extract a checknonewline inner function in unidiff()
2017-03-03, by Denis Laxalde
mdiff: distinguish diff headers from hunks in unidiff()
2017-03-03, by Denis Laxalde
test: end printed diff "hunks" with an empty string in test-context.py
2017-03-03, by Denis Laxalde
mdiff: let _unidiff yield hunks as (<range information>, <hunk lines>)
2017-03-02, by Denis Laxalde
mdiff: turn the comment above _unidiff into a docstring
2017-01-09, by Denis Laxalde
mdiff: compute newlines-splitted texts within _unidiff
2016-09-27, by Denis Laxalde
dispatch: add pagination of two more help cases
2017-03-08, by Augie Fackler
help: avoid mutating passed-in `keep` list in `formattedhelp`
2017-03-08, by Augie Fackler
extensions: use [0:1] slice on config path instead of [0]
2017-03-03, by Augie Fackler
extensions: use inspect module instead of func_code.co_argcount
2017-03-03, by Augie Fackler
treemanifest: add tests covering hg diff of partial trees
2017-03-07, by Durham Goode
context: remove uses of manifest.matches
2017-03-07, by Durham Goode
context: remove assumptions about manifest creation during _buildstatus
2017-03-07, by Durham Goode
context: move _manifest from committablectx to workingctx
2017-03-07, by Durham Goode
status: handle more node indicators in buildstatus
2017-03-07, by Durham Goode
merge: remove uses of manifest.matches
2017-03-07, by Durham Goode
copies: remove use of manifest.matches
2017-03-07, by Durham Goode
manifest: add match argument to diff and filesnotin
2017-03-07, by Durham Goode
fileset: drop false function signatures from revs() and status() docs
2017-03-09, by Yuya Nishihara
py3: factor out bytechr() function
2017-03-08, by Yuya Nishihara
vfs: use 'vfs' module directly in 'test-clone-uncompressed'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'test-filecache'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'test-parseindex'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'test-lock'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'contrib/undumprevlog'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'hgext.largefile'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'hgext.convert'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'hgext.transplant'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'hgext.shelve'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'hgext.mq'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.unionrepo'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.statichttprepo'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.bundlerepo'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.debugcommand'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.simplemerge'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.cmdutil'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.subrepo'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.archival'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.store'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.patch'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.repair'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.localrepo'
2017-03-02, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip