Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
help: do not suggest "update --clean ." to cancel uncommitted merge
stable
2018-01-23, by Yuya Nishihara
minifileset: note the unsupported file pattern when raising a parse error
stable
2018-01-24, by Matt Harbison
lfs: don't automatically exclude '.hg*' files from external tracking
stable
2018-01-23, by Matt Harbison
lfs: rename {oid} to {lfsoid}
stable
2018-01-23, by Matt Harbison
lfs: rename {pointer} to {lfspointer}
stable
2018-01-22, by Matt Harbison
Added signature for changeset 27b6df1b5adb
stable
2018-01-22, by Augie Fackler
Added tag 4.5-rc for changeset 27b6df1b5adb
stable
2018-01-22, by Augie Fackler
merge with stable to begin 4.5 freeze
stable
4.5-rc
2018-01-22, by Augie Fackler
bundle2: increase payload part chunk size to 32kb
2018-01-20, by Gregory Szorc
bundle2: always advertise client support for stream parts
2018-01-22, by Gregory Szorc
exchange: don't send stream data when server.uncompressed is set
2018-01-22, by Gregory Szorc
bundle2: don't advertise stream bundle2 capability when feature disabled
2018-01-22, by Gregory Szorc
tests: add more testing around server.uncompressed
2018-01-22, by Gregory Szorc
bundle2: move version of stream clone into part name
2018-01-22, by Gregory Szorc
exchange: send bundle2 stream clones uncompressed
2018-01-22, by Gregory Szorc
tests: update test to work with Git 2.16
2018-01-22, by Gregory Szorc
exchange: return bundle info from getbundlechunks() (API)
2018-01-20, by Gregory Szorc
exchange: make stream bundle part deterministic
2018-01-20, by Gregory Szorc
bundle2: specify what capabilities will be used for
2018-01-20, by Gregory Szorc
wireproto: don't compress errors from getbundle()
2018-01-20, by Gregory Szorc
tests: teach get-with-headers.py some new tricks
2018-01-20, by Gregory Szorc
tests: use argparse in get-with-headers.py
2018-01-20, by Gregory Szorc
convert: use a collections.deque
2018-01-21, by Gregory Szorc
repair: invalidate volatile sets after stripping
2018-01-20, by Martin von Zweigbergk
subrepo: handle 'C:' style paths on the command line (issue5770)
2018-01-21, by Matt Harbison
dummysmtpd: don't die on client connection errors
2018-01-22, by Matt Harbison
cext: define MIN macro only if it is not yet defined
2018-01-21, by André Sintzoff
copyright: update to 2018
2018-01-21, by Anton Shestakov
tests: glob copyright years in test-extension.t
2018-01-21, by Anton Shestakov
test-sshserver: stabilize for Windows
2018-01-20, by Matt Harbison
test-branch-change: stabilize for Windows
2018-01-20, by Matt Harbison
test-sparse: make the '.hg' exclusion filter Windows compatible
2018-01-20, by Matt Harbison
lfs: rename {lfsattrs} to {pointer}
2018-01-19, by Matt Harbison
lfs: expand the user facing documentation
2018-01-19, by Matt Harbison
streamclone: also stream caches to the client
2018-01-18, by Boris Feld
caches: make 'cachetocopy' available in scmutil
2018-01-17, by Boris Feld
streamclone: add support for cloning non append-only file
2018-01-18, by Boris Feld
streamclone: tests phase exchange during stream clone
2018-01-18, by Boris Feld
streamclone: add support for bundle2 based stream clone
2018-01-17, by Boris Feld
pull: preindent some code
2018-01-17, by Boris Feld
pull: reorganize bundle2 argument bundling
2018-01-17, by Boris Feld
clone: allow bundle2's stream clone with 'server.disablefullbundle'
2018-01-17, by Boris Feld
bundle2: add support for a 'stream' parameter to 'getbundle'
2018-01-17, by Boris Feld
bundle2: add a 'stream' part handler for stream cloning
2018-01-17, by Boris Feld
streamclone: rework canperformstreamclone
2018-01-18, by Boris Feld
streamclone: define first iteration of version 2 of stream format
2018-01-18, by Boris Feld
util: implement varint functions
2018-01-19, by Gregory Szorc
util: move 'readexactly' in the util module
2018-01-19, by Boris Feld
lfs: separate a debug message from the subsequent abort message
2018-01-19, by Matt Harbison
sshserver: add a couple of tests for argument parsing
2018-01-19, by Siddharth Agarwal
merge with stable
2018-01-19, by Augie Fackler
wireproto: split streamres into legacy and modern case
2018-01-12, by Joerg Sonnenberger
localrepo: run cache-warming transaction callback before report callback
2018-01-19, by Martin von Zweigbergk
scmutil: 0-pad transaction report callback category
2018-01-19, by Martin von Zweigbergk
stream: add a test showing we also clone bookmarks
2018-01-17, by Boris Feld
branch: allow changing branch name to existing name if possible
2018-01-19, by Pulkit Goyal
branch: add a --rev flag to change branch name of given revisions
2017-10-15, by Pulkit Goyal
templater: fix crash by empty group expression
2018-01-16, by Yuya Nishihara
log: fix typo in comment about _matchfiles()
2018-01-16, by Yuya Nishihara
sparse: --include 'dir1/dir2' should not include 'dir1/*'
2018-01-18, by Hollis Blanchard
fileset: add kind:pat operator
2018-01-14, by Yuya Nishihara
minifileset: unify handling of symbol and string patterns
2018-01-14, by Yuya Nishihara
fileset: move import of match module to top
2018-01-14, by Yuya Nishihara
revlog: group delta computation methods under _deltacomputer object
2018-01-14, by Paul Morelle
revlog: refactor out _finddeltainfo from _addrevision
2018-01-14, by Paul Morelle
localrepo: micro-optimize __len__() to bypass repoview
2018-01-19, by Yuya Nishihara
lfs: defer registering the pre-push hook until blobs are committed
2018-01-18, by Matt Harbison
lfs: dump the full response on httperror in debug mode
2018-01-18, by Matt Harbison
lfs: default the User-Agent header for blob transfers to 'git-lfs'
2018-01-18, by Matt Harbison
lfs: default to not using workers for upload/download
2018-01-18, by Matt Harbison
lfs: add the '{lfsattrs}' template keyword to '{lfs_files}'
2018-01-14, by Matt Harbison
debugdownload: read repository hgrc if there is one
2018-01-18, by Boris Feld
test-blackbox: stabilize for Windows
2018-01-19, by Matt Harbison
debugdeltachain: cleanup the double call to _slicechunk
2018-01-19, by Paul Morelle
blackbox: don't unpack the list while passing into str.join()
2018-01-19, by Pulkit Goyal
atomicupdate: add an experimental option to use atomictemp when updating
2018-01-17, by Boris Feld
write: add the possibility to pass keyword argument from batchget to vfs
2018-01-17, by Boris Feld
blackbox: if --debug is used, also trace ui.debug() calls
2018-01-18, by Joerg Sonnenberger
bdiff: handle the possibility of overflow when computing allocation size
2018-01-18, by Alex Gaynor
phabricator: add a template item for linking to a differential review
2018-01-02, by Tom Prince
githelp: don't reference 3rd party commands for `git show`
2018-01-14, by Gregory Szorc
githelp: improve help for "reset"
2017-12-18, by Gregory Szorc
githelp: clean up reflog help
2017-12-18, by Gregory Szorc
githelp: replace suggestion of `hg record`
2017-12-18, by Gregory Szorc
githelp: remove reference to tweakdefaults
2017-12-18, by Gregory Szorc
githelp: recommend `hg import` for `git am`
2017-12-22, by Gregory Szorc
githelp: improve help for `git add`
2017-12-18, by Gregory Szorc
githelp: vendor Facebook authored extension
2017-12-18, by Gregory Szorc
merge: use public interface ms.localctx instead of ms._local
2018-01-18, by Pulkit Goyal
bookmarks: display the obsfate of hidden revision we create a bookmark on
2018-01-16, by Boris Feld
update: display the obsfate of hidden revision we update to
2018-01-16, by Boris Feld
evolution: make reporting of new unstable changesets optional
2018-01-14, by Martin von Zweigbergk
evolution: report new unstable changesets
2018-01-14, by Martin von Zweigbergk
transaction: register summary callbacks only at start of transaction (BC)
2018-01-10, by Martin von Zweigbergk
repair: filter out unknown revisions from phasecache within transaction
2018-01-14, by Martin von Zweigbergk
repair: drop unnecessary phase cache invalidation
2018-01-14, by Martin von Zweigbergk
wireproto: drop support for reader interface from streamres (API)
2018-01-15, by Gregory Szorc
merge: add `--abort` flag which can abort the merge
2018-01-08, by Pulkit Goyal
filemerge: only write in-memory backup during premerge
2018-01-04, by Phil Cohen
filemerge: fix backing up an in-memory file to a custom location
2018-01-04, by Phil Cohen
rebase: don't run IMM if running rebase in a transaction
2017-12-27, by Phil Cohen
python3: whitelist two more passing tests
2018-01-17, by Augie Fackler
sshpeer: add support for request tracing
2018-01-12, by Boris Feld
httppeer: add support for tracing all http request made by the peer
2018-01-12, by Boris Feld
httppeer: move url opening in its own method
2018-01-12, by Boris Feld
http: add a debug version of the push test
2018-01-12, by Boris Feld
lfs: raise an error if the server sends an unsolicited oid
2018-01-17, by Matt Harbison
lfs: correct documentation typo
2018-01-17, by Matt Harbison
test-convert-svn-move: sort svn checkout output
2018-01-17, by Jordi Gutiérrez Hermoso
fileset: do not crash by unary negate operation
2018-01-13, by Yuya Nishihara
fileset: make it robust for bad function calls
2018-01-13, by Yuya Nishihara
log: build follow-log filematcher at once
2018-01-04, by Yuya Nishihara
log: allow matchfn to be non-null even if both --patch/--stat are off
2018-01-04, by Yuya Nishihara
log: replace "not pats" with matcher attribute for consistency
2018-01-04, by Yuya Nishihara
log: follow file history across copies even with -rREV (BC) (issue4959)
2018-01-03, by Yuya Nishihara
log: resolve --follow thoroughly in getlogrevs()
2018-01-03, by Yuya Nishihara
log: extract function that processes log file patterns
2018-01-03, by Yuya Nishihara
log: resolve --follow with -rREV in cmdutil.getlogrevs()
2017-12-10, by Yuya Nishihara
log: remove dead code to follow descendants if ascending revisions specified
2017-12-10, by Yuya Nishihara
log: duplicate _logrevs() dedicated for walkchangerevs()
2017-12-10, by Yuya Nishihara
update: fix crash on bare update when directaccess is enabled
2018-01-16, by Yuya Nishihara
templater: make sure expression is terminated by '}'
2018-01-16, by Yuya Nishihara
bookmark: deprecate direct update of a bookmark value
2017-07-14, by Boris Feld
debugdeltachain: display how many chunks would be read in sparse-read mode
2017-10-16, by Paul Morelle
bdiff: handle the possibility of an integer overflow when allocating
2018-01-17, by Alex Gaynor
svnsubrepo: check if subrepo is missing when checking dirty state (issue5657)
2018-01-16, by Jordi Gutiérrez Hermoso
win32text: use 'tiprev' when appropriate
2018-01-17, by Boris Feld
patchbomb: use 'tiprev' when appropriate
2018-01-17, by Boris Feld
revset: use 'tiprev' when appropriate
2017-05-04, by Boris Feld
changelog: use 'tiprev()' in 'tip()'
2017-05-04, by Boris Feld
changelog: introduce a 'tiprev' method
2017-05-04, by Boris Feld
contrib: add some basic scaffolding for some fuzz test targets
2018-01-17, by Augie Fackler
formatting: enforce clang-format on all .cc files as well as .c files
2018-01-17, by Augie Fackler
hghave: add test for clang 6 and later
2018-01-17, by Augie Fackler
py3: cast error message to localstr in blackbox.py
2018-01-14, by Gregory Szorc
lfs: remove internal url in test
2018-01-10, by Jun Wu
lfs: control tracked file selection via a tracked file
2018-01-14, by Matt Harbison
lfs: move the tracked file function creation to a method
2018-01-14, by Matt Harbison
lfs: allow the pointer file to be viewed with `hg cat -T '{rawdata}'`
2018-01-16, by Matt Harbison
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip