Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
tags: use absolute_import
2015-08-08, by Gregory Szorc
tagmerge: use absolute_import
2015-08-08, by Gregory Szorc
subrepo: use absolute_import
2015-08-08, by Gregory Szorc
strutil: use absolute_import
2015-08-08, by Gregory Szorc
statichttprepo: use absolute_import
2015-08-08, by Gregory Szorc
sslutil: use absolute_import
2015-08-08, by Gregory Szorc
sshserver: use absolute_import
2015-08-08, by Gregory Szorc
sshpeer: use absolute_import
2015-08-08, by Gregory Szorc
simplemerge: use absolute_import
2015-08-08, by Gregory Szorc
setdiscovery: use absolute_import
2015-08-08, by Gregory Szorc
repoview: use absolute_import
2015-08-08, by Gregory Szorc
revset: use absolute_import
2015-08-08, by Gregory Szorc
repair: use absolute_import
2015-08-08, by Gregory Szorc
pushkey: use absolute_import
2015-08-08, by Gregory Szorc
progress: use absolute_import
2015-08-08, by Gregory Szorc
posix: use absolute_import
2015-08-08, by Gregory Szorc
phases: use absolute_import
2015-08-08, by Gregory Szorc
peer: use absolute_import
2015-08-08, by Gregory Szorc
pathutil: use absolute_import
2015-08-08, by Gregory Szorc
parser: use absolute_import
2015-08-08, by Gregory Szorc
node: use absolute_import
2015-08-08, by Gregory Szorc
namespaces: use absolute_import
2015-08-08, by Gregory Szorc
minirst: use absolute_import
2015-08-08, by Gregory Szorc
merge: use absolute_import
2015-08-08, by Gregory Szorc
match: use absolute_import
2015-08-08, by Gregory Szorc
mail: use absolute_import
2015-08-08, by Gregory Szorc
lock: use absolute_import
2015-08-08, by Gregory Szorc
i18n: use absolute_import
2015-08-08, by Gregory Szorc
httppeer: use absolute_import
2015-08-08, by Gregory Szorc
hook: use absolute_import
2015-08-08, by Gregory Szorc
hbisect: use absolute_import
2015-08-08, by Gregory Szorc
graphmod: use absolute_import
2015-08-08, by Gregory Szorc
formatter: use absolute_import
2015-08-08, by Gregory Szorc
filemerge: use absolute_import
2015-08-08, by Gregory Szorc
filelog: use absolute_import
2015-08-08, by Gregory Szorc
fancyopts: use absolute_import
2015-08-08, by Gregory Szorc
extensions: use absolute_import
2015-08-08, by Gregory Szorc
error: use absolute_import
2015-08-08, by Gregory Szorc
discovery: use absolute_import
2015-08-08, by Gregory Szorc
demandimport: use absolute_import
2015-08-08, by Gregory Szorc
dagutil: use absolute_import
2015-08-08, by Gregory Szorc
dagparser: use absolute_import
2015-08-08, by Gregory Szorc
crecord: use absolute_import
2015-08-08, by Gregory Szorc
hg: use absolute_import
2015-08-08, by Gregory Szorc
fileset: use absolute_import
2015-08-08, by Gregory Szorc
demandimport: support lazy loading for absolute_import
2015-08-08, by Gregory Szorc
demandimport: support keyword arguments on _hgextimport
2015-08-08, by Gregory Szorc
demandimport: refactor logic and add documentation
2015-08-08, by Gregory Szorc
demandimport: add __future__ to ignore list
2015-08-08, by Gregory Szorc
demandimport: remove support for Python < 2.5
2015-08-08, by Gregory Szorc
dispatch: use absolute_import
2015-08-08, by Gregory Szorc
commands: break import cycle
2015-08-08, by Gregory Szorc
cmdutil: break import cycle
2015-08-08, by Gregory Szorc
revset: make balanced addsets by orset() without using _combinesets()
2015-07-05, by Yuya Nishihara
revrange: evaluate all revset specs at once
2015-07-05, by Yuya Nishihara
revset: add matchany() to construct OR expression from a list of specs
2015-08-07, by Yuya Nishihara
revset: split post-parsing stage from match()
2015-08-07, by Yuya Nishihara
filesets: ignore unit case in size() predicate for single value
stable
2015-08-08, by Anton Shestakov
copies: use absolute_import
2015-08-08, by Gregory Szorc
config: use absolute_import
2015-08-08, by Gregory Szorc
changelog: use absolute_import
2015-08-08, by Gregory Szorc
changegroup: use absolute_import
2015-08-08, by Gregory Szorc
bundlerepo: use absolute_import
2015-08-08, by Gregory Szorc
bundle2: use absolute_import
2015-08-07, by Gregory Szorc
branchmap: use absolute_import
2015-08-07, by Gregory Szorc
bookmarks: use absolute_import
2015-08-07, by Gregory Szorc
archival: use absolute_import
2015-08-07, by Gregory Szorc
ancestor: use absolute_import
2015-08-07, by Gregory Szorc
discovery: always use batching now that all peers support batching
2015-08-05, by Augie Fackler
wireproto: make wirepeer look-before-you-leap on batching
2015-08-05, by Augie Fackler
batching: migrate basic noop batching into peer.peer
2015-08-05, by Augie Fackler
parsers: fix memory leak in compute_phases_map_sets
stable
2015-08-06, by Laurent Charignon
histedit: do not stay on a cleaned nodes on abort
2015-08-03, by Pierre-Yves David
histedit: also update away from tmpnodes
2015-08-03, by Pierre-Yves David
histedit: use revset to check if we need to update during abort
2015-08-03, by Pierre-Yves David
histedit: remove useless 'else' clause
2015-08-03, by Pierre-Yves David
histedit: make cleanupnode more robust
2015-07-31, by Pierre-Yves David
convert: fix git convert using servers branches
2015-07-29, by Durham Goode
revrange: drop old-style parser in favor of revset (API)
2015-01-24, by Yuya Nishihara
tag: do not pass binary nullid to scmutil.revsingle()
2015-03-15, by Yuya Nishihara
revset: port parsing rule of old-style ranges from scmutil.revrange()
2015-07-18, by Yuya Nishihara
debugrevspec: pass lookup function to visualize fallback mechanism
2015-07-18, by Yuya Nishihara
help: fix typo familar -> familiar
stable
2015-08-03, by Javi Merino
highlight: exit early on textual and unknown files (issue3005)
2015-08-02, by Anton Shestakov
histedit: extract a simpler function to process replacement on abort
2015-08-03, by Pierre-Yves David
merge with stable
2015-08-03, by Pierre-Yves David
exchange: fix dead assignment
2015-07-20, by Martin von Zweigbergk
exchange: s/phase/bookmark/ in _pushb2bookmarks()
2015-07-20, by Martin von Zweigbergk
histedit: backout ebb5bb9bc32e
stable
2015-07-31, by Pierre-Yves David
test-bookmarks.t: avoid nested repo
2015-08-02, by Siddharth Agarwal
revlog: remove unused shaoffset constants
2015-08-02, by Yuya Nishihara
revlog: correct comment about size of v0 index format
2015-08-02, by Yuya Nishihara
merge with stable
2015-08-03, by Pierre-Yves David
Added signature for changeset 21aa1c313b05
stable
2015-07-31, by Matt Mackall
Added tag 3.5 for changeset 21aa1c313b05
stable
2015-07-31, by Matt Mackall
i18n: fix unclosed inline span in pt_BR
stable
3.5
2015-07-31, by Matt Mackall
merge with i18n
stable
2015-07-31, by Matt Mackall
i18n-ja: synchronized with 7fcad0c4ef8c
stable
2015-07-31, by FUJIWARA Katsunori
convert: when converting from Perforce use original local encoding by default
stable
2015-07-22, by Eugene Baranov
i18n-pt_BR: synchronized with 3e84f40232c7
stable
2015-07-29, by Wagner Bruna
convert: when getting file from Perforce concatenate data at the end
stable
2015-07-30, by Eugene Baranov
help: scripting help topic
stable
2015-07-18, by Gregory Szorc
convert: document convert.hg.startrev
stable
2015-07-29, by Matt Harbison
transplant: restore dirstate correctly at unexpected failure
stable
2015-07-30, by FUJIWARA Katsunori
localrepo: make journal.dirstate contain in-memory changes before transaction
stable
2015-07-30, by FUJIWARA Katsunori
dirstate: ensure mv source is marked deleted when walking icasefs (issue4760)
stable
2015-07-27, by Matt Harbison
extdiff: allow modifications in subrepos to be copied back
stable
2015-07-27, by Matt Harbison
ignore: fix path concatenation of .hgignore on Windows
stable
2015-07-27, by Yuya Nishihara
repair: fix typo in warning message
stable
2015-07-26, by Wagner Bruna
monoblue: link to branches on summary page
stable
2015-07-26, by Anton Shestakov
monoblue: fix branches link on help topics page
stable
2015-07-26, by Anton Shestakov
hgweb: show ages in repos' Last modified column in monoblue and gitweb
stable
2015-07-26, by Anton Shestakov
ignore: fix include: rules depending on current directory (issue4759)
stable
2015-07-24, by Durham Goode
test: move ignore test run into a subdirectory
stable
2015-07-24, by Durham Goode
monoblue: show relative age of bookmarks
stable
2015-07-13, by Anton Shestakov
highlight: produce correct markup when there's a blank line just before EOF
stable
2015-07-22, by Anton Shestakov
test-check-config: convert directory separators to '/' for MSYS
stable
2015-07-20, by Matt Harbison
test-subrepo: fix globs for Windows
stable
2015-07-20, by Matt Harbison
test-clone: fix globs for Windows
stable
2015-07-20, by Matt Harbison
tests: diff -r on Solaris emits "Common subdirectories:"
stable
2015-07-20, by Danek Duvall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip