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.
cat: factor out a function that populates the formatter
2018-01-16, by Matt Harbison
svnsubrepo: add new method _svnmissing
2018-01-14, by Jordi GutiƩrrez Hermoso
svnsubrepo: decorate dirty method with annotatesubrepoerror
2018-01-14, by Jordi GutiƩrrez Hermoso
match: do not weirdly include explicit files excluded by -X option
2018-01-16, by Yuya Nishihara
lfs: add the '{oid}' template keyword to '{lfs_files}'
2018-01-14, by Matt Harbison
lfs: convert '{lfs_files}' keyword to a hybrid list
2018-01-14, by Matt Harbison
showstack: add an extension docstring
2017-12-10, by Boris Feld
bookmark: run 'pushkey' hooks after bookmark move, not 'prepushkey'
2018-01-15, by Boris Feld
hgweb: remove unused second argument of nextPageVarGet()
2018-01-15, by Anton Shestakov
dispatch: handle IOError when writing to stderr
2018-01-14, by Gregory Szorc
commandserver: restore cwd in case of exception
2018-01-14, by Gregory Szorc
tests: make hg frame optional
2018-01-10, by Gregory Szorc
test-lfs: add tests to show that hashes remain unchanged by conversions
2018-01-13, by Matt Harbison
test-lfs: drop an unresolved issue note, now that lfs.track=none() is a thing
2018-01-13, by Matt Harbison
lfs: always exclude '.hg*' text files
2018-01-13, by Matt Harbison
bookmarks: calculate visibility exceptions only once
2018-01-15, by Pulkit Goyal
log: rewrite --follow-first -rREV like --follow for consistency (BC)
2017-12-10, by Yuya Nishihara
log: use revsetlang.formatspec() thoroughly
2018-01-02, by Yuya Nishihara
log: use revsetlang.formatspec() to concatenate list expression
2018-01-02, by Yuya Nishihara
log: simplify 'x or ancestors(x)' expression
2018-01-02, by Yuya Nishihara
log: make opt2revset table a module constant
2018-01-02, by Yuya Nishihara
revlog: group revision info into a dedicated structure
2018-01-14, by Paul Morelle
revlog: rename 'rev' to 'base', as it is the base revision
2018-01-14, by Paul Morelle
revlog: separate diff computation from the collection of other info
2018-01-14, by Paul Morelle
revlog: introduce 'deltainfo' to distinguish from 'delta'
2018-01-12, by Paul Morelle
revlog: extract 'builddelta' closure function from _addrevision
2018-01-12, by Paul Morelle
revlog: extract 'buildtext' closure function from _addrevision
2018-01-12, by Paul Morelle
revlog: choose between ifh and dfh once for all
2018-01-14, by Paul Morelle
revlog: refactor out the selection of candidate revisions
2018-01-14, by Paul Morelle
py3: use email.parser module to parse email messages
2017-12-30, by Pulkit Goyal
rust: convert Unix path to CString transparently
2018-01-12, by Yuya Nishihara
rust: extract function to convert Path to platform CString
2018-01-12, by Yuya Nishihara
pylint: add a check for multiple statement on a single line
2017-10-09, by Boris Feld
style: remove multiple statement on a single line in zeroconf
2017-10-09, by Boris Feld
style: remove multiple statement on a single line
2017-10-09, by Boris Feld
pylint: split command line argument on multiple lines
2017-10-09, by Boris Feld
phabricator: use named group for parsing differential reviews lines
2018-01-14, by Tom Prince
vfs: drop text mode flag (API)
2018-01-13, by Yuya Nishihara
lfs: convert EOL of hgrc before appending to bytes IO
2018-01-13, by Yuya Nishihara
largefiles: convert EOL of hgrc before appending to bytes IO
2018-01-13, by Yuya Nishihara
share: convert EOL of hgrc before writing to bytes IO
2018-01-13, by Yuya Nishihara
subrepo: convert EOL of hgrc before writing to bytes IO
2018-01-13, by Yuya Nishihara
clone: use utility function to write hgrc
2018-01-13, by Yuya Nishihara
share: use context manager or utility function to write file
2018-01-13, by Yuya Nishihara
lfs: migrate most file filtering from threshold to custom filter
2017-12-31, by Matt Harbison
test-lfs: bump the number on test repo11 and higher
2017-12-31, by Matt Harbison
fileset: add a lightweight file filtering language
2018-01-10, by Matt Harbison
fileset: split the logic for matching a size expression to a separate method
2018-01-10, by Matt Harbison
lfs: drop deprecated remote store config options
2018-01-12, by Matt Harbison
py3: use bytes instead of pycompat.bytestr
2018-01-12, by Pulkit Goyal
test-pull-r: explicitly kill server processes
2018-01-12, by Joerg Sonnenberger
bookmarks: add bookmarks to hidden revs if directaccess config is set
2018-01-05, by Pulkit Goyal
visibility: pass a normal repo to _getfilteredreason
2018-01-12, by Boris Feld
visibility: make the filtered message translatable
2018-01-12, by Boris Feld
visibility: fix a comment introduced before which is not up-to-date
2018-01-12, by Boris Feld
rust: avoid redundant 'static lifetime
2018-01-10, by Gregory Szorc
pull: hold wlock for the full operation when --update is used
2018-01-11, by Boris Feld
hgweb: drop support of browsers that don't understand <canvas> (BC)
2018-01-11, by Anton Shestakov
rust: add TODO about lifetime of program_name variable
2018-01-10, by Gregory Szorc
rust: move import of PathBuf
2018-01-10, by Gregory Szorc
perf: do not import util.queue
2018-01-10, by Jun Wu
rust: move Cargo.lock
2018-01-10, by Gregory Szorc
run-tests: fix regular expression for path test
2018-01-10, by Gregory Szorc
perf: add threading capability to perfbdiff
2017-12-17, by Boris Feld
upgraderepo: select correct deltareuse depending on actions
2018-01-10, by Paul Morelle
revsetlang: add %p specifier to format list of function arguments
2018-01-02, by Yuya Nishihara
revsetlang: unnest inner functions from formatspec()
2018-01-02, by Yuya Nishihara
revsetlang: fix quoting of %ls string
2017-04-01, by Yuya Nishihara
revsetlang: catch invalid value passed to formatspec()
2017-04-01, by Yuya Nishihara
revsetlang: check incomplete revspec format character
2017-04-01, by Yuya Nishihara
revsetlang: check number of arguments passed to formatspec()
2017-04-01, by Yuya Nishihara
revsetlang: catch invalid format character with %l prefix
2017-04-01, by Yuya Nishihara
py3: add 8 new passing tests to the whitelist
2017-12-29, by Pulkit Goyal
py3: use list() to get a list of items using dict.items()
2017-12-29, by Pulkit Goyal
py3: convert dict keys' to str before passing as kwargs
2017-12-29, by Pulkit Goyal
py3: make sure we open the file to write in bytes mode
2017-12-29, by Pulkit Goyal
py3: don't use dict.iterkeys()
2017-12-29, by Pulkit Goyal
py3: use pycompat.bytestr() instead of str()
2017-12-29, by Pulkit Goyal
py3: make regular expressions bytes by prepending b''
2017-12-29, by Pulkit Goyal
py3: slice on bytes instead of indexing
2017-12-29, by Pulkit Goyal
py3: use node.hex(h.digest()) instead of h.hexdigest()
2017-12-29, by Pulkit Goyal
tests: make autodiff.py work on Python 3
2017-12-29, by Pulkit Goyal
py3: use pycompat.ziplist instead of inbuilt zip
2017-12-29, by Pulkit Goyal
py3: use bytes and open() instead of file() in test-diff-upgrade.t
2017-12-29, by Pulkit Goyal
exchange: use context manager for locks and transaction in unbundle()
2018-01-10, by Martin von Zweigbergk
bookmarks: use context managers for locks and transaction in pushbookmark()
2018-01-10, by Martin von Zweigbergk
bookmarks: use context managers for lock and transaction in update()
2018-01-10, by Martin von Zweigbergk
phase: use context managers for lock and transaction
2018-01-10, by Martin von Zweigbergk
obsolete: use context manager for transaction in pushmarker()
2018-01-10, by Martin von Zweigbergk
obsolete: use context manager for lock in pushmarker()
2018-01-10, by Martin von Zweigbergk
obsolete: use context manager for transaction in createmarkers()
2018-01-10, by Martin von Zweigbergk
visibility: improve the message when accessing filtered obsolete rev
2018-01-05, by Boris Feld
tests: add b'' to string literals where bytes are required
2017-12-29, by Pulkit Goyal
rust: implementation of `hg`
2018-01-10, by Gregory Szorc
lfs: improve the error message for a missing remote blob
2018-01-07, by Matt Harbison
filelog: add the ability to report the user facing name
2018-01-07, by Matt Harbison
hgweb: make different kinds of commits look differently on /graph
2017-12-19, by Anton Shestakov
clonebundle: make it possible to retrieve the initial bundle through largefile
2017-12-21, by Boris Feld
largefiles: add support for 'largefiles://' url scheme
2017-12-21, by Boris Feld
largefiles: add a 'debuglfput' command to put largefile into the store
2017-12-21, by Boris Feld
debug: add a 'debugdownload' command
2017-12-15, by Boris Feld
revsetlang: raise ParseError to report invalid format character
2017-04-01, by Yuya Nishihara
revsetlang: use iterator to track current argument in formatspec()
2017-04-01, by Yuya Nishihara
revsetlang: unnest "if True" in formatrevspec()
2017-04-01, by Yuya Nishihara
revsetlang: use str.find() to scan expr in formatspec()
2017-04-01, by Yuya Nishihara
revsetlang: avoid string concatenation in formatspec()
2017-04-01, by Yuya Nishihara
test-glog: hook cmdutil.getlogrevs() so -frREV is rewritten accordingly
2018-01-04, by Yuya Nishihara
test-glog: dump computed set
2018-01-03, by Yuya Nishihara
test-glog: drop uninteresting nodes from AST output
2018-01-03, by Yuya Nishihara
lfs: remove the verification option when writing to the local store
2018-01-07, by Matt Harbison
lfs: use the localstore download method to transfer from remote stores
2017-12-21, by Matt Harbison
lfs: introduce a localstore method for downloading from remote stores
2017-12-21, by Matt Harbison
win32: do not call GetVolumePathName() with the minimum buffer length
2018-01-02, by Yuya Nishihara
win32: allocate buffer of maximum length for GetVolumeInformation()
2018-01-02, by Yuya Nishihara
log: drop unused expr from return value of getlogrevs()
2017-10-22, by Yuya Nishihara
log: don't expand aliases in revset built from command options
2018-01-04, by Yuya Nishihara
graphlog: remove redundant check for empty revs
2017-10-22, by Yuya Nishihara
log: remove redundant handling of --limit
2017-10-22, by Yuya Nishihara
log: use smartset.slice() to limit number of revisions to be displayed
2017-10-22, by Yuya Nishihara
log: merge getlogrevs() and getgraphlogrevs()
2018-01-04, by Yuya Nishihara
revset: parse x^:: as (x^):: (issue5764)
2017-12-30, by Yuya Nishihara
test-run-tests: stabilize the test (issue5735)
stable
2018-01-08, by Jun Wu
run-tests: avoid set PYTHONUSERBASE environment variable to None
stable
2018-01-08, by Mihai Popescu
templatefilters: fix doc of basename()
stable
2018-01-07, by Yuya Nishihara
identify: document -r. explicitly how to disable wdir scanning (issue5622)
stable
2018-01-07, by Yuya Nishihara
lfs: add a comment to describe subtle local blobstore open() behavior
2018-01-05, by Matt Harbison
tests: make #testcase available as env var in test
2018-01-05, by Martin von Zweigbergk
archive: add support to specify hidden revs if directaccess config is set
2018-01-05, by Pulkit Goyal
annotate: add support to specify hidden revs if directaccess config is set
2018-01-05, by Pulkit Goyal
hgweb: stop adding strings to innerHTML of #graphnodes and #nodebgs (BC)
2018-01-05, by Anton Shestakov
spartan: make actual changeset entries have backgrounds on /graph
2018-01-05, by Anton Shestakov
gitweb: make actual changeset entries have backgrounds on /graph
2018-01-05, by Anton Shestakov
monoblue: make actual changeset entries have backgrounds on /graph
2018-01-05, by Anton Shestakov
paper: make actual changeset entries have backgrounds on /graph
2018-01-05, by Anton Shestakov
crecord: fallback to color = no when curses.use_default_colors() fails
2018-01-04, by Elmar Bartel
crecord: honor "ui.color = no" config option
2018-01-04, by Elmar Bartel
lfs: use the local store method for opening a blob
2018-01-02, by Matt Harbison
lfs: add a local store method for opening a blob
2018-01-02, by Matt Harbison
hgdemandimport: use correct hyperlink to python-bug in comments (issue5765)
2018-01-05, by Pulkit Goyal
monoblue: adjust font size of graph entries
2018-01-03, by Anton Shestakov
hgweb: make .info a block element by default
2018-01-03, by Anton Shestakov
revlog: don't use slicing to return parents
2017-12-25, by Gregory Szorc
tests: switch test from '--config ui.editor=~/foo' to HGEDITOR=~/foo
2018-01-04, by Kyle Lippincott
revert: support reverting to hidden cset if directaccess config is set
2017-12-27, by Pulkit Goyal
update: support updating to hidden cset if directaccess config is set
2017-12-27, by Pulkit Goyal
commands: check for empty rev before passing to scmutil.unhidehashlikerevs
2017-12-26, by Pulkit Goyal
test-convert-cvs: change TZ=US/Hawaii to TZ=Pacific/Johnston
2018-01-01, by Elmar Bartel
osutil: implement getfsmountpoint() on BSD systems
2017-12-29, by Matt Harbison
debugfs: display the tested path and mount point of the filesystem, if known
2017-12-29, by Matt Harbison
util: add a function to show the mount point of the filesystem
2017-12-29, by Matt Harbison
win32: split a utility function to obtain the volume out of getfstype()
2017-12-29, by Matt Harbison
util: whitelist NTFS for hardlink creation (issue4580)
2017-12-30, by Matt Harbison
win32: implement util.getfstype()
2017-12-29, by Matt Harbison
util: move getfstype() to the platform modules
2017-12-30, by Matt Harbison
graphlog: add another graph node type, unstable, using character "*" (BC)
2017-12-22, by Anton Shestakov
largefiles: modernize how capabilities are added to the wire protocol
2017-12-26, by Matt Harbison
lfs: show a friendly message when pushing lfs to a server without lfs enabled
2017-12-23, by Matt Harbison
lfs: allow non-lfs exchanges when the extension is only enabled on one side
2017-12-24, by Matt Harbison
lfs: add the 'lfs' requirement in the changegroup transaction introducing lfs
2017-12-23, by Matt Harbison
test-lfs: add tests covering http exchanges
2017-12-23, by Matt Harbison
test-lfs: add tests covering local exchanges
2017-12-22, by Matt Harbison
smartset: split generatorset classes to avoid cycle
2017-12-27, by Gregory Szorc
merge: raise before running mergedriver if using IMM
2017-12-27, by Phil Cohen
scmutil: use a tuple of possible values instead of using startswith()
2017-12-26, by Pulkit Goyal
show: use revlog function to compute length of the longest shortest node
2017-12-25, by Yuya Nishihara
commands: use the new API to access hidden changesets in various commands
2017-12-19, by Pulkit Goyal
scmutil: add utility fn to return repo object with user passed revs unhidden
2017-12-15, by Pulkit Goyal
repoview: add a new filtername for accessing hidden commits
2017-12-18, by Pulkit Goyal
revsetlang: add utility function to return hash like symbols from the tree
2017-12-15, by Pulkit Goyal
repoview: add visibilityexception argument to filterrevs() and related fns
2017-12-22, by Pulkit Goyal
repoview: add visibilityexceptions as an optional argument to repo.filtered()
2017-12-22, by Pulkit Goyal
streamclone: move wire protocol status code from wireproto command
2017-12-24, by Gregory Szorc
histedit: add ui.log for action count
2017-12-22, by Phil Cohen
run-tests: extract sorting of tests to own function
2017-12-22, by Gregory Szorc
run-tests: remove dead code related to temp directory
2017-12-22, by Gregory Szorc
rebase: switch ui.log calls to common style
2017-12-22, by Phil Cohen
hgweb: link to successors of obsoleted changesets
2017-12-22, by Anton Shestakov
hgweb: display fate of obsolete changesets
2017-11-21, by Anton Shestakov
test-ssh: stabilize for Windows
2017-12-16, by Matt Harbison
templater: register keywords to defaults table
2017-12-22, by Yuya Nishihara
templater: drop unneeded resources from conflict-marker data
2017-12-22, by Yuya Nishihara
templater: rewrite docstring of templater.__init__()
2017-12-22, by Yuya Nishihara
rebase: don't take out a dirstate guard for in-memory rebase
2017-12-22, by Phil Cohen
test-split: stabilize for Windows
2017-12-22, by Matt Harbison
lfs: use ui.note() and ui.debug() instead of ui.write() and their flags
2017-12-21, by Matt Harbison
lfs: only hardlink between the usercache and local store if the blob verifies
2017-12-21, by Matt Harbison
lfs: verify lfs object content when transferring to and from the remote store
2017-11-17, by Matt Harbison
lfs: narrow the exceptions that trigger a transfer retry
2017-12-04, by Matt Harbison
test-lfs: add tests around corrupted lfs objects
2017-11-16, by Matt Harbison
lfs: add note messages indicating what store holds the lfs blob
2017-12-19, by Matt Harbison
tests: teach `f` to handle sha256 checksums
2017-12-20, by Matt Harbison
tests: fix a bug in `f` that prevented calculating sha1sum on a file
2017-12-20, by Matt Harbison
templater: look up symbols/resources as if they were separated (issue5699)
2017-12-21, by Yuya Nishihara
templater: move repo, ui and cache to per-engine resources
2017-12-21, by Yuya Nishihara
templater: keep default resources per template engine (API)
2017-12-21, by Yuya Nishihara
templater: look up mapping table through template engine
2017-12-21, by Yuya Nishihara
debug: add newlines at the end of three locations that appear to need it
2017-12-18, by Kyle Lippincott
debug: remove an 'if ui.debug()' that is not doing anything
2017-12-18, by Kyle Lippincott
paper: minor adjustments to table styles
2017-12-21, by Anton Shestakov
filemerge: only raise InMemoryMergeConflictsError when running _xmerge
2017-12-20, by Phil Cohen
journal: use pager
2017-12-20, by Jun Wu
commandserver: unblock SIGCHLD
2017-12-20, by Jun Wu
osutil: add a function to unblock signals
2017-12-20, by Jun Wu
sshpeer: move docstring to top
2017-12-18, by Yuya Nishihara
log: make "slowpath" condition slightly more readable
2017-12-19, by Yuya Nishihara
completion: add support for new "amend" command
2017-12-18, by Martin von Zweigbergk
completion: don't suggest clean files to revert
2017-12-18, by Martin von Zweigbergk
split: new extension to split changesets
2017-06-24, by Jun Wu
merge with stable
2017-12-19, by Augie Fackler
worker: handle interrupt on windows
2017-12-18, by Wojciech Lis
lfs: fix committing deleted files caused by e0a1b9ee93cd
2017-12-18, by Jun Wu
tests: update expected output of svn encoding test
2017-12-18, by Augie Fackler
run-tests: use context managers for file descriptors
2017-12-17, by Matt Harbison
run-tests: add substitution patterns for common '\' path output on Windows
2017-12-12, by Matt Harbison
debuginstall: add a line about re2 availability
2017-11-27, by Boris Feld
tests: fix the check-code rule for testing non-existent files
2017-12-16, by Matt Harbison
tests: convert the 'file://\$TESTTMP' rule to an automatic substitution
2017-12-16, by Matt Harbison
help: deprecate ui.slash in favor of slashpath template filter (issue5572)
2017-10-21, by Yuya Nishihara
templatefilters: add slashpath() to convert path separator to slash
2017-10-21, by Yuya Nishihara
check-code: remove unused variable 'winglobmsg'
2017-12-14, by Yuya Nishihara
phases: initialize number of loaded revisions to 0
2017-12-14, by Yuya Nishihara
phases: rename _phasemaxrev to _loadedrevslen to clarify it isn't max value
2017-12-14, by Yuya Nishihara
lfs: add an experimental config to override User-Agent for the blob transfer
2017-12-12, by Matt Harbison
lfs: add git to the User-Agent header for blob transfers
2017-12-14, by Matt Harbison
outgoing: respect ":pushurl" paths (issue5365)
2017-12-14, by Hollis Blanchard
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
diff: disable diff.noprefix option for diffstat (issue5759)
stable
2017-12-17, by Yuya Nishihara
hgweb: disable diff.noprefix option for diffstat
stable
2017-12-17, by Yuya Nishihara
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
debugssl: convert port number to int (issue5757)
stable
2017-12-14, by Yuya Nishihara
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip