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.
ui: add diff.showfunc to tweakdefaults
2017-12-06, by Augie Fackler
ui: add curses interface to tweakdefaults
2017-12-06, by Augie Fackler
push: restrict common discovery to the pushed set
2017-12-06, by Boris Feld
setdiscover: allow to ignore part of the local graph
2017-12-06, by Boris Feld
largefiles: allow to run 'debugupgraderepo' on repo with largefiles
2017-12-07, by Boris Feld
upgraderepo: allow extension to register preserved requirements
2017-12-07, by Boris Feld
revset: make follow() accept empty startrev
2016-09-22, by Yuya Nishihara
revset: alias follow(startrev=rev) to ancestors(rev)
2016-09-22, by Yuya Nishihara
revset: make follow() accept keyword arguments
2016-09-22, by Yuya Nishihara
revset: make follow() accept multiple startrevs
2016-09-22, by Yuya Nishihara
dagop: use heap to compute max rev in filectxancestors()
2016-09-22, by Yuya Nishihara
dagop: add smartset interface to filectxancestors()
2017-10-22, by Yuya Nishihara
overlayworkingctx: add `_checkexist(path)`
2017-12-07, by Phil Cohen
overlayworkingctx: fix a bad reference to `self._path`
2017-12-07, by Phil Cohen
overlayworkingctx: track copy information in the context
2017-12-07, by Phil Cohen
rebaseruntime: raise InMemoryMergeConflictsError on merge conflicts
2017-12-07, by Phil Cohen
rebase: do not bail on uncomitted changes if rebasing in-memory
2017-12-07, by Phil Cohen
rebase: add the --inmemory option flag; assign a wctx object for the rebase
2017-12-07, by Phil Cohen
overlayworkingctx: move _wrappedctx out of the constructor
2017-12-07, by Phil Cohen
merge: don't check for unknown files in IMM
2017-12-07, by Phil Cohen
rebase: enable multidest by default
2017-10-13, by Jun Wu
overlayworkingctx: make clean() public
2017-12-01, by Phil Cohen
overlayworkingctx: remove flushall()
2017-12-01, by Phil Cohen
merge: skip subrepo state, update hooks, and updating the dirstate in IMM
2017-12-01, by Phil Cohen
merge: remove calls to flushall()
2017-12-01, by Phil Cohen
filemerge: raise InMemoryMergeConflictsError if we hit merge conflicts in IMM
2017-12-01, by Phil Cohen
context: switch ctx() use to changectx()
2017-12-01, by Phil Cohen
lfs: introduce a user level cache for lfs files
2017-12-06, by Matt Harbison
largefiles: refactor _usercachedir() to allow reuse with lfs
2017-12-05, by Matt Harbison
lfs-test: note a problem with unpushed lfs files and cloning/sharing
2017-11-16, by Matt Harbison
patch: add within-line color diff capacity
2017-10-26, by Matthieu Laneuville
dagop: extend filectxancestors() to walk multiple files
2016-09-22, by Yuya Nishihara
dagop: put start fctx into visit dict of filectxancestors()
2016-09-22, by Yuya Nishihara
dagop: change visit dict of filectxancestors() indexed solely by rev
2016-09-22, by Yuya Nishihara
dagop: use fctx.rev() consistently in filectxancestors()
2016-09-22, by Yuya Nishihara
dagop: yield intro filectx by filectxancestors()
2016-09-22, by Yuya Nishihara
filectx: extract helper method to obtain filectx pointing to its introrev
2017-10-22, by Yuya Nishihara
dagop: copy basefilectx.ancestors() to free function
2016-09-22, by Yuya Nishihara
test-log: test that fctx.ancestors() can't index parents only by linkrev
2016-09-22, by Yuya Nishihara
pull: retrieve bookmarks through the binary part when possible
2017-10-17, by Boris Feld
getbundle: add support for 'bookmarks' boolean argument
2017-10-17, by Boris Feld
bundle2: support a 'records' mode for the 'bookmarks' part
2017-10-17, by Boris Feld
bundle2: add a 'modes' dictionary to the bundle operation
2017-10-17, by Boris Feld
bookmark: use the 'bookmarks' bundle2 part to push bookmark update (issue5165)
2017-10-17, by Boris Feld
bookmark: introduce in advance a variant of the exchange test
2017-10-17, by Boris Feld
push: move bundle2-pushkey based bookmarks exchange in its own function
2017-10-15, by Boris Feld
bookmark: add pushkey hook compatiblity to the bundle2 part
2017-10-17, by Boris Feld
bookmark: introduce a 'bookmarks' part
2017-10-15, by Boris Feld
push: include a 'check:bookmarks' part when possible
2017-11-13, by Boris Feld
bookmark: add a 'check:bookmarks' bundle2 part
2017-10-15, by Boris Feld
bookmark: add methods to binary encode and decode bookmark values
2017-10-15, by Boris Feld
tests: remove {a..h} bashism from remotenames
2017-12-06, by Augie Fackler
hgweb: move common vertex code to Graph.prototype
2017-12-06, by Anton Shestakov
hgweb: create Graph methods using a prototype
2017-12-06, by Anton Shestakov
hgweb: remove unused Graph.cur property
2017-12-06, by Anton Shestakov
tests: remove shell function helper from test-largefiles-misc
2017-12-05, by Augie Fackler
contrib: ban find(1)'s -printf operator, as it is a GNU-ism
2017-12-05, by Augie Fackler
merge with stable
2017-12-06, by Augie Fackler
repoview: include filter name in repr for debugging
2017-12-05, by Yuya Nishihara
repoview: extract a factory function of proxy class
2017-12-05, by Yuya Nishihara
repoview: do not include filter name in name of proxy class
2017-12-05, by Yuya Nishihara
setup: convert version strings to unicode on Python 3
2017-12-05, by Yuya Nishihara
thirdparty: move selectors2 module to where it should be
2017-11-30, by Yuya Nishihara
rewriteutil: use precheck() in uncommit and amend commands
2017-11-28, by Pulkit Goyal
rewriteutil: add a precheck function to check if revs can be rewritten
2017-11-24, by Pulkit Goyal
rewriteutil: add utility function to check if we can create new unstable cset
2017-11-24, by Pulkit Goyal
test-run-tests: do not rebuild hg in the test
2017-12-05, by Jun Wu
remotenames: consider existing data while storing newer data
2017-11-09, by Pulkit Goyal
remotenames: add functions to read remotenames data from .hg/remotenames/
2017-10-05, by Pulkit Goyal
remotenames: add test showing overwriting on remotenames data
2017-11-10, by Pulkit Goyal
remotenames: add functionality to store remotenames under .hg/hgremotenames/
2017-10-05, by Pulkit Goyal
remotenames: move function to pull remotenames from the remoterepo to core
2017-10-05, by Pulkit Goyal
test: fix bad replace for fixing pure-only build
2017-12-05, by Boris Feld
test: fix common-pattern for pure variant
2017-11-29, by Boris Feld
tests: add a substitution for EADDRINUSE/WSAEADDRINUSE messages
2017-12-02, by Matt Harbison
tests: add a substitution for ECONNRESET/WSAECONNRESET messages
2017-12-02, by Matt Harbison
tests: add a substitution for ENOTDIR/ERROR_PATH_NOT_FOUND messages
2017-12-02, by Matt Harbison
tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
2017-12-02, by Matt Harbison
setup: only write some autogenerated files if they change
2017-12-03, by Gregory Szorc
python3: whitelist many more passing tests
2017-12-04, by Augie Fackler
fancyopts: fix handling of "--" value in earlygetopt()
2017-11-25, by Yuya Nishihara
fancyopts: use getopt.gnu_getopt()
2017-11-24, by Yuya Nishihara
dispatch: replace _earlygetopt(strip=True) with new parser
2017-11-23, by Yuya Nishihara
dispatch: replace _earlyreq*() with new fancyopts-based parser
2017-11-23, by Yuya Nishihara
dispatch: alias --repo to --repository while parsing early options
2017-11-25, by Yuya Nishihara
spartan: render changesets server-side on /graph page
2017-12-04, by Anton Shestakov
monoblue: render changesets server-side on /graph page
2017-12-04, by Anton Shestakov
gitweb: render changesets server-side on /graph page
2017-12-04, by Anton Shestakov
paper: render changesets server-side on /graph page
2017-12-04, by Anton Shestakov
hgweb: only include graph-related data in jsdata variable on /graph pages (BC)
2017-12-01, by Anton Shestakov
tests: write and use a custom helper script to avoid find's -printf
stable
2017-12-05, by Augie Fackler
hgweb: adopt child nodes in ajaxScrollInit on /graph pages too
2017-12-01, by Anton Shestakov
lfs: enable the extension locally after converting to an 'lfs' repo
2017-11-26, by Matt Harbison
lfs: enable the extension locally after sharing a repo with 'lfs' requirement
2017-11-16, by Matt Harbison
lfs: enable the extension locally after cloning a repo with 'lfs' requirement
2017-11-16, by Matt Harbison
log: translate column labels at once (issue5750)
2017-12-02, by Yuya Nishihara
log: remove temporary variable 'date' used only once
2017-12-02, by Yuya Nishihara
merge with stable
2017-12-04, by Augie Fackler
lock: allow to configure when the lock messages are displayed
2017-11-29, by Boris Feld
lock: add a trylock method handling the timeout and messaging logic
2017-11-29, by Boris Feld
lock: use configint for 'ui.timeout' config
2017-11-29, by Boris Feld
scmutil: improve format pattern used in nodesummaries
2017-12-04, by Boris Feld
tests: trivial fixes for Windows
2017-12-02, by Matt Harbison
py3: use encoding.strtolocal() to convert string to bytes
2017-11-29, by Pulkit Goyal
py3: use pycompat.bytestr() or '%d' in place of str()
2017-11-29, by Pulkit Goyal
archive: pass thru mtime for directory archives, like other archive types do
2017-12-01, by James May
hgweb: remove negative top from .info line in graph
2017-12-01, by Anton Shestakov
unamend: drop unused vars, query after taking lock, use ctx.hex() for extras
2017-12-03, by Pulkit Goyal
test-lfs: drop a hack for ignoring convert devel-warnings
2017-12-01, by Matt Harbison
convert: restore the ability to use bzr < 2.6.0 (issue5733)
stable
2017-12-01, by Matt Harbison
py3: use bytes in place of basestring
2017-12-01, by Pulkit Goyal
amend: make a copy of "extra" to avoid mutating an input
2017-12-01, by Martin von Zweigbergk
tests: removes bashism from test-unamend.t
2017-12-02, by Pulkit Goyal
run-tests: avoid calculating _testdir again
2017-12-01, by Martin von Zweigbergk
run-tests: simplify by using dict.pop() with default
2017-12-01, by Martin von Zweigbergk
py3: use byteskwargs in sparse.py
2017-11-20, by Gregory Szorc
py3: define __next__ in patch.py
2017-11-20, by Gregory Szorc
run-tests: mechanism to report exceptions during test execution
2017-11-20, by Gregory Szorc
run-tests: make --extra-config-opt work with Python 3
2017-11-20, by Gregory Szorc
run-tests: organize options into argument groups
2017-11-20, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip