Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
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
run-tests: convert to argparse
2017-11-20, by Gregory Szorc
merge with stable
2017-12-01, by Kevin Bullock
server: introduce a 'experimental.single-head-per-branch' option
2017-11-16, by Boris Feld
scmutil: extra utility to display a reasonable amount of nodes
2017-11-16, by Boris Feld
uncommit: unify functions _uncommitdirstate and _unamenddirstate to one
2017-10-06, by Pulkit Goyal
unamend: move fb extension unamend to core
2017-09-24, by Pulkit Goyal
color: respect HGPLAINEXCEPT=color to allow colors while scripting (issue5749)
2017-11-28, by Augie Fackler
test-ssh: do not actually look up "brokenrepository" by DNS
2017-11-26, by Yuya Nishihara
largefiles: explicitly set the source and sink types to 'hg' for lfconvert
2017-11-23, by Matt Harbison
lfs: add a repo requirement for this extension when converting to lfs
2017-11-22, by Matt Harbison
convert: allow the sink object to be wrapped when the extension isn't loaded
2017-11-26, by Matt Harbison
convert: save an indicator of the repo type for sources and sinks
2017-11-22, by Matt Harbison
lfs: add a repo requirement for this extension once an lfs file is committed
2017-11-15, by Matt Harbison
Added signature for changeset a92b9f8e11ba
stable
2017-12-01, by Kevin Bullock
Added tag 4.4.2 for changeset a92b9f8e11ba
stable
2017-12-01, by Kevin Bullock
merge: check created file dirs for path conflicts only once (issue5716)
stable
4.4.2
2017-11-24, by Mark Thomas
merge: cache unknown dir checks (issue5716)
stable
2017-11-24, by Mark Thomas
dispatch: add HGPLAIN=+strictflags to restrict early parsing of global options
stable
2017-11-23, by Yuya Nishihara
fancyopts: add early-options parser compatible with getopt()
stable
2017-11-23, by Yuya Nishihara
largefiles: pay attention to dropped standin files when updating largefiles
stable
2017-11-12, by Matt Harbison
test-largefiles: demonstrate problems with renaming and reverting a directory
stable
2017-11-12, by Matt Harbison
tests: add globs for Windows
stable
2017-11-11, by Matt Harbison
cat: record the current behavior of wildcard matches in subrepos
stable
2017-11-25, by Yuya Nishihara
match: remove doc about undefined behavior of visitdir()
2017-11-30, by Yuya Nishihara
merge with stable
2017-11-30, by Augie Fackler
hgweb: add .jshintrc with some basic rules
2017-11-22, by Anton Shestakov
hgweb: look up "URLSearchParams" in "window" to work around jshint issues
2017-11-22, by Anton Shestakov
hgweb: define locally used variables as actually local in mercurial.js
2017-11-22, by Anton Shestakov
hgweb: rename an instance of XMLHttpRequest to xhr in mercurial.js
2017-11-22, by Anton Shestakov
hgweb: properly iterate over arrays and objects in mercurial.js
2017-11-22, by Anton Shestakov
hgweb: use strict equals in mercurial.js
2017-11-22, by Anton Shestakov
hgweb: use strict equals, remove non-breaking space in followlines.js
2017-11-22, by Anton Shestakov
run-tests: make "| foo (re)" not match everything
2017-11-29, by Martin von Zweigbergk
tests: fix regex in test-subrepo-git.t to match entire string
2017-11-29, by Martin von Zweigbergk
contrib: improve check-code ban on $LOCALIP in output without (glob)
2017-11-29, by Augie Fackler
tests: re-add (glob) for $LOCALIP matches
2017-11-29, by Augie Fackler
py3: make sure the first argument of time.strftime() is str
2017-11-29, by Pulkit Goyal
py3: alias xrange to range in tests/seq.py
2017-11-29, by Pulkit Goyal
py3: use pycompat.maplist() instead of map()
2017-11-29, by Pulkit Goyal
tests: move JSON escape test to test-hgweb-json.t
2017-11-30, by Anton Shestakov
py3: fix handling of keyword arguments in revert
2017-11-29, by Pulkit Goyal
fsmonitor: issue debug messages when we fall back to core status
2017-11-28, by Boris Feld
py3: add b'' to regular expressions which are raw strings
2017-11-29, by Pulkit Goyal
py3: use '%d' for integers rather than '%s'
2017-11-29, by Pulkit Goyal
py3: fix args handling for obsfate template
2017-11-29, by Pulkit Goyal
py3: remove test-terse-status.t from python3 whitelist as it was renamed
2017-11-29, by Pulkit Goyal
test-lfs: allow the test server to be killed on Windows
2017-11-21, by Matt Harbison
test-lfs: perform the `chmod +x` command in a manner compatible with Windows
2017-11-14, by Matt Harbison
hghave: add a check for lfs-test-server
2017-11-14, by Matt Harbison
hgweb: show changeset age in more places (gitweb and monoblue)
2017-11-21, by Anton Shestakov
obsolete: drop usage of changectx in '_computecontentdivergentset'
2017-11-19, by Boris Feld
obsolete: drop usage of changectx in '_computephasedivergentset'
2017-11-19, by Boris Feld
hgweb: remove unused Graph() properties
2017-11-25, by Anton Shestakov
gitweb: remove unused css classes
2017-11-25, by Anton Shestakov
monoblue: also highlight target line on annotate and comparison pages
2017-11-25, by Anton Shestakov
paper: remove css hack that made .branchname look like .branchhead
2017-11-25, by Anton Shestakov
hgweb: rename the main attribute of instabilities
2017-11-26, by Anton Shestakov
hbisect: use a defaultdict to avoid large allocations for a large changelogs
2017-11-23, by David Soria Parra
hbisect: use a revset for ancestor calculation
2017-11-23, by David Soria Parra
hbisect: pass repo into hbisect.bisect
2017-11-23, by David Soria Parra
develwarn: do not emit warning if "config" is unspecified
2017-11-22, by Kyle Lippincott
histedit: add support to output nodechanges using formatter
2017-10-28, by Pulkit Goyal
rebase: use fm.formatlist() and fm.formatdict() to support user template
2017-10-28, by Pulkit Goyal
tests: add test for rebase template showing wrong behavior
2017-11-09, by Pulkit Goyal
remove: print message for each file in verbose mode only while using `-A` (BC)
2017-11-17, by pavanpc
localrepo: update comments around path auditors
2017-11-03, by Augie Fackler
localrepo: specify optional callback parameter to pathauditor as a keyword
2017-11-03, by Augie Fackler
bundle2: avoid unbound read when seeking
2017-11-13, by Gregory Szorc
bundle2: inline struct operations
2017-11-13, by Gregory Szorc
bundle2: inline changegroup.readexactly()
2017-11-13, by Gregory Szorc
bundle2: inline debug logging
2017-11-13, by Gregory Szorc
bundle2: don't use seekable bundle2 parts by default (issue5691)
2017-11-13, by Gregory Szorc
bundle2: only seek to beginning of part in bundlerepo
2017-11-13, by Gregory Szorc
bundle2: implement consume() API on unbundlepart
2017-11-13, by Gregory Szorc
bundle2: implement generic part payload decoder
2017-11-12, by Gregory Szorc
bundle2: extract logic for seeking bundle2 part into own class
2017-11-13, by Gregory Szorc
merge with i18n
stable
2017-11-29, by Augie Fackler
i18n-pt_BR: synchronized with cabc840ffdee
stable
2017-11-21, by Wagner Bruna
perf: add command to benchmark bundle reading
2017-11-13, by Gregory Szorc
sshpeer: add a configurable hint for the ssh error message
2017-11-20, by Zuzanna Mroczek
docs: add args/returns docs for some cmdutil, context, and registrar functions
2017-11-16, by rlevasseur
commands: add value for cmdtype argument for read only commands
2017-11-21, by Pulkit Goyal
error: add InMemoryMergeConflictsError
2017-11-15, by Phil Cohen
lfs: generate a large file by using `python` instead of yes | head
2017-11-20, by Augie Fackler
setup: add hgext.lfs to list of Python packages
2017-11-20, by Augie Fackler
test-lfs: add tests demonstrating the interaction with largefiles
2017-11-18, by Matt Harbison
test-lfs: cast the flags printed to an int
2017-11-14, by Matt Harbison
lfs: register config options
2017-11-14, by Matt Harbison
lfs: quiesce check-module-import warnings
2017-11-14, by Matt Harbison
lfs: import the Facebook git-lfs client extension
2017-11-14, by Matt Harbison
run-tests: outputdir also has to be changed if $TESTDIR is not $PWD
2017-11-18, by Matthieu Laneuville
hgweb: use webutil.commonentry() for nodes (but not for jsdata yet) in /graph
2017-11-20, by Anton Shestakov
hgweb: check changeset's original branch in graphdata()
2017-11-20, by Anton Shestakov
hgweb: show instabilities of a commit
2017-11-19, by Anton Shestakov
context: add instabilities() method to basefilectx
2017-11-19, by Anton Shestakov
run-test: drop 'execfile' usage for 'common-pattern.py' file
2017-11-19, by Boris Feld
run-test: use byte for 'common-pattern.py' path
2017-11-19, by Boris Feld
templates: reword 'back to filelog' link anchor text
2017-11-20, by Jordi GutiƩrrez Hermoso
hgweb: show obsolescence status of a commit
2017-11-18, by Anton Shestakov
context: add obsolete() method to basefilectx
2017-11-18, by Anton Shestakov
check-code: grep's context flags don't need an extra space before number
2017-11-18, by Anton Shestakov
dirstate: make map implementation overridable
2017-11-15, by Mark Thomas
fsmonitor: only access inner dirstate map if it is available
2017-11-15, by Mark Thomas
dirstate: add explicit methods for querying directories (API)
2017-11-15, by Mark Thomas
dirstate: remove _droppath method
2017-11-15, by Mark Thomas
dirstate: move dropping of folded filenames into the dirstate map
2017-11-15, by Mark Thomas
dirstate: move management of the dirstate dirs into the dirstatemap
2017-11-15, by Mark Thomas
dirstate: move management of nonnormal sets into dirstate map
2017-11-15, by Mark Thomas
dirstate: add explicit methods for modifying dirstate
2017-11-15, by Mark Thomas
dirstate: document dirstatemap interface
2017-11-15, by Mark Thomas
bundlerepo: rename "bundlefilespos" variable and attribute
2017-11-13, by Gregory Szorc
bundlerepo: rename "bundle" arguments to "cgunpacker"
2017-11-13, by Gregory Szorc
bundlerepo: use early return
2017-11-11, by Gregory Szorc
test-pattern: actually update tests using the patterns
2017-11-05, by Boris Feld
test-pattern: substitute the HTTP log timestamp too
2017-11-05, by Boris Feld
test-pattern: register the current the bundle2 capabilities string
2017-11-13, by Boris Feld
test-pattern: register current the bundlecaps string
2017-11-05, by Boris Feld
test-pattern: substitute common compression list
2017-11-05, by Boris Feld
run-tests: allow to register any arbitrary pattern for replacement
2017-11-05, by Boris Feld
crecord: fix revert -ir '.^' crash caused by 3649c3f2cd
2017-11-13, by Jun Wu
tweakdefaults: turn on ui.statuscopies
2017-11-16, by Martin von Zweigbergk
run-tests: fix TESTDIR if testdescs are absolute paths
2017-11-15, by Kyle Lippincott
hgweb: show commit phase if it's not public
2017-11-16, by Anton Shestakov
hgweb: move changeset "tags" to a template in map file (paper and coal)
2017-11-15, by Anton Shestakov
logtoprocess: clean-up old comment
2017-11-03, by Boris Feld
patch: accept prefix argument to changedfiles() helper
2017-11-14, by Martin von Zweigbergk
hgweb: move changeset "tags" to a template in map file (gitweb and monoblue)
2017-11-15, by Anton Shestakov
hgweb: split long lines in gitweb and monoblue (changeset summary and tags)
2017-11-15, by Anton Shestakov
debugdeltachain: output information about sparse read if enabled
2017-10-26, by Paul Morelle
rebase: exclude descendants of obsoletes w/o a successor in dest (issue5300)
2017-11-14, by Denis Laxalde
tests: add a couple of 'hg log' calls in test-rebase-obsolete.t
2017-11-11, by Denis Laxalde
tests: conditionally display obsfate in test-rebase-obsolete log output
2017-11-06, by Denis Laxalde
tests: clarify a comment in test-rebase-obsolete.t
2017-11-11, by Denis Laxalde
bundlerepo: rename _bundle to _cgunpacker
2017-11-11, by Gregory Szorc
bundlerepo: assign bundle attributes in bundle type blocks
2017-11-11, by Gregory Szorc
bundlerepo: make bundle and bundlefile attributes private
2017-11-11, by Gregory Szorc
bundlerepo: don't assume there are only two bundle classes
2017-11-11, by Gregory Szorc
bundlerepo: add docstring for bundlerepository class
2017-11-11, by Gregory Szorc
bundlerepo: rename arguments to bundlerepository.__init__
2017-11-11, by Gregory Szorc
bundlerepo: use suffix variable
2017-11-11, by Gregory Szorc
bundlerepo: make methods agree with base class
2017-11-11, by Gregory Szorc
bundle2: use os.SEEK_* constants
2017-11-11, by Gregory Szorc
help: adding a topic on flags
2017-10-30, by Rodrigo Damazio Bovendorp
py3: handle keyword arguments correctly in hgext/patchbomb.py
2017-10-06, by Pulkit Goyal
tests: use jshint when available to check .js files
2017-11-11, by Anton Shestakov
hgweb: fix jshint issues in mercurial.js
2017-11-11, by Anton Shestakov
exchange: drop unused '_getbookmarks' function
2017-10-17, by Boris Feld
bookmark: use bundle2 debug output in one push tests
2017-10-15, by Boris Feld
pull: store binary node in pullop.remotebookmarks
2017-10-17, by Boris Feld
config: rename allow_push to allow-push
2017-10-19, by David Demelier
config: rename allowpull to allow-pull
2017-10-19, by David Demelier
convert: avoid wrong lfconvert defaults by moving configitems to core
stable
2017-11-28, by Matt Harbison
tr-summary: keep a weakref to the unfiltered repository
stable
2017-11-24, by Boris Feld
dispatch: verify result of early command parsing
stable
2017-11-11, by Yuya Nishihara
dispatch: convert non-list option parsed by _earlygetopt() to string
stable
2017-11-11, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip