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.
tests: test-pathconflicts-merge.t requires symlinks
2017-12-15, by Augie Fackler
sshpeer: allow for additional environment passing to ssh exe
2017-12-14, by Kostia Balytskyi
unamend: allow unamending if allowunstable is set
2017-12-13, by Martin von Zweigbergk
rebase: add ui.log calls for whether IMM used, whether rebasing WCP
2017-12-13, by Phil Cohen
lfs: using workers in lfs prefetch
2017-12-11, by Wojciech Lis
worker: make windows workers daemons
2017-11-30, by Wojciech Lis
workers: add config to enable/diable workers
2017-12-17, by Wojciech Lis
workers: handling exceptions in windows workers
2017-11-20, by Wojciech Lis
workers: implemented worker on windows
2017-11-20, by Wojciech Lis
workers: don't use backgroundfilecloser in threads
2017-12-11, by Wojciech Lis
debugdiscovery: correct and clean up command synopsis
2017-12-15, by Martin von Zweigbergk
copies: group wdir-handling in one place
2017-12-14, by Martin von Zweigbergk
copies: extract method for getting non-wdir forward copies
2017-12-14, by Martin von Zweigbergk
copies: consistently use """ for docstrings
2017-12-14, by Martin von Zweigbergk
copies: always respect matcher arg to _forwardcopies()
2017-12-11, by Martin von Zweigbergk
debugdiscovery: drop reference to non-existent --remote-head option
2017-12-13, by Martin von Zweigbergk
debugdiscovery: drop reference to non-existent --serverlog option
2017-12-13, by Martin von Zweigbergk
debugdiscovery: drop reference to invalid --branch option
2017-12-13, by Martin von Zweigbergk
tests: avoid echo with backslash escapes
2017-12-14, by Martin von Zweigbergk
hgweb: stop using HTML comments in <script>
2017-12-15, by Anton Shestakov
merge with stable
2017-12-14, by Augie Fackler
statprof: remove a line of deadcode
2017-12-14, by Alex Gaynor
extdata: abort if external command exits with non-zero status (BC)
2017-10-01, by Yuya Nishihara
hgweb: update graph function docstring
2017-12-14, by Anton Shestakov
rebase: fix for hgsubversion
2017-12-12, by Phil Cohen
hgweb: render next pages on /graph incrementally
2017-12-11, by Anton Shestakov
hgweb: split graphdata() into jsdata() and nodes()
2017-12-11, by Anton Shestakov
hgweb: calculate <canvas> width and height client-side
2017-12-10, by Anton Shestakov
hgweb: filter graphmod.colored() output before iterating over it
2017-12-08, by Anton Shestakov
py3: introduce pycompat.ziplist as zip is a generator on Python 3
2017-12-11, by Pulkit Goyal
py3: pass bytes from extension to ui.write() in test-revlog-mmapindex.t
2017-12-11, by Pulkit Goyal
py3: handle keyword arguments correctly in hgext/record.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in bundlerepo.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in debugcommands.py
2017-12-10, by Pulkit Goyal
memfilectx: make changectx argument mandatory in constructor (API)
2017-12-11, by Martin von Zweigbergk
debugbuilddag: create filectx instance in 'filectxfn' callback
2017-12-09, by Martin von Zweigbergk
synthrepo: create filectx instance in 'filectxfn' callback
2017-12-09, by Martin von Zweigbergk
lfs: use 'ui' provided to `upgrade` for output, instead of stealing srcrepo's
2017-12-12, by Matt Harbison
lfs: correct the directory list value returned by lfsvfs.walk()
2017-12-12, by Matt Harbison
debuglocks: allow setting a lock
2017-11-12, by Paul Morelle
debuglocks: add tests (and fix typo in early return)
2017-11-12, by Paul Morelle
tests: remove (glob) annotations that were only for '\' matches
2017-12-10, by Matt Harbison
check-code: drop the rules for adding (glob) for Windows paths
2017-12-10, by Matt Harbison
run-tests: stop automatically adding a (glob) for bundle backup lines
2017-12-10, by Matt Harbison
hgweb: implement json-graph
2017-12-07, by Anton Shestakov
rebase: replace --inmemory flag with rebase.experimental.inmemory config
2017-12-11, by Phil Cohen
tests: add some commentary and diagnostics to test-run-tests.t
2017-12-11, by Augie Fackler
tests: add commit hashes to log commands in rebase tests
2017-12-10, by Phil Cohen
tests: add a simple test for in-memory rebase
2017-12-10, by Phil Cohen
patch: do not break up multibyte character when highlighting word
2017-12-11, by Yuya Nishihara
run-tests: accept '\' vs '/' path differences without '(glob)'
2017-12-10, by Matt Harbison
run-tests: suggest a (glob) for os.path.sep mismatches with '\r\n' EOL too
2017-12-10, by Matt Harbison
tests: stabilize the sorted output of list-tree.py on Windows
2017-12-09, by Matt Harbison
upgrade: simplify workaround for repo.ui.copy()
2017-12-10, by Yuya Nishihara
debugformat: embed raw values in JSON and template output
2017-12-10, by Yuya Nishihara
debugformat: flush formatter output per item
2017-12-10, by Yuya Nishihara
tests: use Python to write binary data in lfs test instead of shell
2017-12-09, by Augie Fackler
py3: add 32 new tests passing to the whitelist
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in wireproto.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in ui.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in templater.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in subrepo.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in statprof.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in sslutil.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in simplemerge.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in revset.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in patch.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in obsolete.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in keepalive.py
2017-12-10, by Pulkit Goyal
lfs: restore the local blob store after a repo upgrade
2017-12-08, by Matt Harbison
lfs: override walk() in lfsvfs
2017-12-07, by Matt Harbison
tests: add coverage for preserving 'lfs' requirement on repo upgrade
2017-12-07, by Matt Harbison
test-upgrade-repo: glob away timing values
2017-12-07, by Matt Harbison
py3: handle keyword arguments correctly in httppeer.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in httpconnection.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in hook.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in help.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in exchange.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in dispatch.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in context.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in commands.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in color.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in cmdutil.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in archival.py
2017-12-10, by Pulkit Goyal
py3: handle keyword arguments correctly in hgext/largefiles/
2017-12-10, by Pulkit Goyal
remotenames: rename related file and storage dir to logexchange
2017-12-07, by Pulkit Goyal
lfs: allow to run 'debugupgraderepo' on repo with largefiles
2017-12-07, by Boris Feld
upgrade: add a 'redeltafullall' mode
2017-12-07, by Boris Feld
upgrade: use actual filelog to convert filelog
2017-12-07, by Boris Feld
upgrade: more standard creation of the temporary repository
2017-12-07, by Boris Feld
upgrade: use the repository 'ui' as the base for the new repository
2017-12-07, by Boris Feld
upgrade: add a test to show the repository config being ignored
2017-12-07, by Boris Feld
upgrade: register compression as a format variants
2017-12-07, by Boris Feld
debugformat: handle non-boolean value for variant
2017-12-07, by Boris Feld
debugformat: update label depending on value difference
2017-12-07, by Boris Feld
debugformat: add data about the config when verbose
2017-12-07, by Boris Feld
debugformat: add a 'debugformat' command
2017-12-07, by Boris Feld
upgrade: rename 'removecldeltachain' to 'plain-cl-delta'
2017-12-07, by Boris Feld
tests: glob away ' that doesn't occur on all platforms in lfs test
2017-12-08, by Augie Fackler
rebase: extract _assignworkingcopy
2017-12-08, by Phil Cohen
rebase: disable `inmemory` if the rebaseset contains the working copy
2017-12-08, by Phil Cohen
clone: add support for storing remotenames while cloning
2017-12-06, by Pulkit Goyal
revset: use phasecache.getrevset to calculate public()
2017-12-08, by Jun Wu
highlight: eagerly discover plugin lexers while demandimport is off
2017-12-08, by Augie Fackler
patch: move part of tabsplitter logic in _inlinediff
2017-12-08, by Matthieu Laneuville
overlayworkingctx: invalidate the manifest cache when changing parents
2017-12-07, by Phil Cohen
overlayworkingctx: add `_compact()`
2017-12-07, by Phil Cohen
overlayworkingctx: add ``tomemctx()``
2017-12-07, by Phil Cohen
overlayworkingctx: add _auditconflicts to write()
2017-12-07, by Phil Cohen
overlayworkingctx: inherit from committablectx instead of workingctx
2017-12-07, by Phil Cohen
overlayworkingctx: add a no-op ``clearunknown()``
2017-12-07, by Phil Cohen
overlayworkingctx: add _manifest, files(), added(), removed(), modified()
2017-12-07, by Phil Cohen
rebase: rerun a rebase on-disk if IMM merge conflicts arise
2017-12-08, by Phil Cohen
rebase: add concludememorynode(), and call it when rebasing in-memory
2017-12-07, by Phil Cohen
rebase: pass the wctx object (IMM or on-disk) to merge.update
2017-12-07, by Phil Cohen
rebase: do not update if IMM; instead, set the overlaywctx's parents
2017-12-07, by Phil Cohen
rebase: pass wctx to rebasenode()
2017-12-07, by Phil Cohen
check-code: allow tabs in heredoc
2017-12-09, by Yuya Nishihara
hgweb: rewrite `template = A and B or C` to be a proper ternary operator
2017-12-08, by Anton Shestakov
fsmonitor: fsmonitor should send wlock notifications to watchman
2017-12-06, by Eamonn Kent
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip