Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
shelve: bundle using bundle2 if repository is general delta (issue4862)
2015-10-01, by Pierre-Yves David
shelve: move changegroup generation inside writebundle
2015-10-01, by Pierre-Yves David
shelve: compress on-disk bundle
2015-09-29, by Pierre-Yves David
merge with stable
2015-10-07, by Matt Mackall
notify: fix fromauthor setting for 'incoming' hook type (issue4194)
stable
2015-10-05, by Bruce Cran
templater: protect word() from crashing on out of range negative value
stable
2015-10-05, by Matt Harbison
commands: add a new debug command to print merge state
2015-10-02, by Siddharth Agarwal
merge.mergestate: factor out code to validate v1/v2 records
2015-09-30, by Siddharth Agarwal
localrepo: prevent wlock from being inherited when a transaction is running
2015-10-06, by Siddharth Agarwal
lock: add a way to prevent locks from being inherited
2015-10-06, by Siddharth Agarwal
test-fncache: use args/kwargs for lock wrapper
2015-10-06, by Siddharth Agarwal
rebase: enable histedit for useful help with it
2015-10-06, by timeless
rebase: suggest help -e histedit
2015-10-06, by timeless
rebase: factor out histedit help command
2015-10-06, by timeless
util: use tuple accessor to get accurate st_mtime value (issue4836)
2015-10-04, by Yuya Nishihara
util: extract stub function to get mtime with second accuracy
2015-10-04, by Yuya Nishihara
scmutil: add a way for a repo's wlock to be inherited by a subprocess
2015-10-05, by Siddharth Agarwal
scmutil: add a way for a subprocess to be run with an inheritable lock
2015-10-05, by Siddharth Agarwal
localrepo: add a way to get the current wlock if it's held
2015-10-05, by Siddharth Agarwal
localrepo: add a way to get the current lock if it's held
2015-10-05, by Siddharth Agarwal
test-help: verify that extension keywords appear in help templates
2015-09-24, by timeless
templatekw: add {changes}, {distance} and {tag} to the {latesttag} keyword
2015-08-24, by Matt Harbison
templater: introduce {latesttag()} function to match a pattern (issue4184)
2015-08-23, by Matt Harbison
templatekw: introduce showlatesttags() to handle {latesttag} keywords
2015-08-24, by Matt Harbison
templatekw: factor out the changessincetag calculation to a private method
2015-10-05, by Matt Harbison
templatekw: allow getlatesttags() to match a specific tag pattern
2015-08-23, by Matt Harbison
util: extract stringmatcher() from revset
2015-08-22, by Matt Harbison
util.chunkbuffer: avoid extra mutations when reading partial chunks
2015-10-05, by Gregory Szorc
util.chunkbuffer: refactor chunk handling logic
2015-10-05, by Gregory Szorc
util.chunkbuffer: special case reading everything
2015-10-05, by Gregory Szorc
revert: add reference to backout
2015-10-05, by Mathias De Maré
backout: add reference to revert
2015-10-05, by Mathias De Maré
localrepo: allow wlock to be inherited
2015-09-25, by Siddharth Agarwal
lock.release: don't call postrelease functions for inherited locks
2015-10-04, by Siddharth Agarwal
lock: turn prepinherit/reacquire into a single context manager
2015-10-04, by Siddharth Agarwal
localrepo: add a note about parentenvvar
2015-10-04, by Siddharth Agarwal
exchange: add "streaming all changes" to bundle2 pulling
2015-10-04, by Gregory Szorc
streamclone: move "streaming all changes" message location
2015-10-04, by Gregory Szorc
streamclone: move payload header generation into own function
2015-10-04, by Gregory Szorc
streamclone: move payload header line consumption
2015-10-04, by Gregory Szorc
streamclone: teach canperformstreamclone to be bundle2 aware
2015-10-04, by Gregory Szorc
streamclone: refactor canperformstreamclone to accept a pullop
2015-10-04, by Gregory Szorc
exchange: expose bundle2 availability on pulloperation
2015-10-04, by Gregory Szorc
exchange: expose bundle2 capabilities on pulloperation
2015-10-04, by Gregory Szorc
keyword: make restrict mode False while updating files for rollback
2015-10-04, by FUJIWARA Katsunori
streamclone: rename and document maybeperformstreamclone()
2015-10-04, by Gregory Szorc
streamclone: move applyremotedata() into maybeperformstreamclone()
2015-10-04, by Gregory Szorc
branchmap: move branch cache code out of streamclone.py
2015-10-03, by Gregory Szorc
streamclone: move streamin() into maybeperformstreamclone()
2015-10-02, by Gregory Szorc
streamclone: refactor maybeperformstreamclone to take a pullop
2015-10-04, by Gregory Szorc
demandimport: replace more references to _demandmod instances
2015-10-04, by Gregory Szorc
demandimport: refactor processfromitem
2015-10-04, by Gregory Szorc
demandimport: consolidate code for processing items in fromlist
2015-10-03, by Gregory Szorc
pager: recreate stdout to make it line-buffered
2015-10-03, by Yuya Nishihara
pager: rename variables of backup fds
2015-10-03, by Yuya Nishihara
pager: inline _pagersubprocess() into _runpager()
2015-10-03, by Yuya Nishihara
ui: send traceback of devel warning to appropriate output stream
2015-10-03, by Yuya Nishihara
util.system: compare fileno to see if it needs stdout redirection
2015-10-03, by Yuya Nishihara
exchange: move stream clone logic into pull code path
2015-10-02, by Gregory Szorc
exchange: teach pull about requested stream clones
2015-10-02, by Gregory Szorc
streamclone: add explicit check for empty local repo
2015-10-02, by Gregory Szorc
streamclone: refactor code for deciding to stream clone
2015-10-02, by Gregory Szorc
streamclone: move streaming clone logic from localrepo
2015-10-02, by Gregory Szorc
streamclone: move _allowstream() from wireproto
2015-10-02, by Gregory Szorc
streamclone: move code out of exchange.py
2015-10-02, by Gregory Szorc
streamclone: move stream_in() from localrepo
2015-10-02, by Gregory Szorc
streamclone: move applystreamclone() from localrepo.py
2015-10-02, by Gregory Szorc
exchange: add docstring to pull()
2015-10-02, by Gregory Szorc
localrepo: allow creating inherited locks
2015-09-25, by Siddharth Agarwal
error: make lock inheritance contract violations a subclass of RuntimeError
2015-09-25, by Siddharth Agarwal
templatekw: hide help of "branches" by DEPRECATED marker
2015-09-26, by Yuya Nishihara
templatekw: remove dockeywords hack
2015-09-26, by Yuya Nishihara
templatekw: port implementation of showparents() from changeset_templater
2015-09-26, by Yuya Nishihara
templatekw: reorder stub of showparents() function
2015-09-26, by Yuya Nishihara
changeset_printer: move _meaningful_parentrevs() to scmutil
2015-09-26, by Yuya Nishihara
test-run-tests: add globs for Windows
2015-10-01, by Matt Harbison
test-commandserver: generate files with a fixed EOL for test stability
2015-10-01, by Matt Harbison
test-debugextensions: sanitize JSON output for Windows
2015-10-01, by Matt Harbison
test-strip: add glob for Windows
2015-10-01, by Matt Harbison
bundle2: generate check:heads in a independent function
2015-10-01, by Ryan McElroy
merge with stable
2015-10-01, by Matt Mackall
cmdutil: handle multiline translations of HG: messages safely
2015-09-30, by timeless
strip: compress bundle2 backup using BZ
2015-09-29, by Pierre-Yves David
writebundle: add a compression argument for the bundle2 case
2015-09-29, by Pierre-Yves David
strip: use bundle2 + cg2 by default when repository use general delta
2015-09-29, by Pierre-Yves David
run-tests: report paths saved by --keep-tmpdir
2015-09-30, by timeless
urls: bulk-change primary website URLs
2015-09-30, by Matt Mackall
urls: bulk-change BTS urls to new location
2015-09-30, by Matt Mackall
Added signature for changeset 9a466b9f9792
stable
2015-10-01, by Matt Mackall
Added tag 3.5.2 for changeset 9a466b9f9792
stable
2015-10-01, by Matt Mackall
largefiles: restore archiving largefiles with hgweb (issue4859)
stable
3.5.2
2015-09-29, by Matt Harbison
i18n-pt_BR: synchronized with f31ddc9bfa5f
stable
2015-10-01, by Wagner Bruna
help: hide deprecated filesets, revsets and template items if not verbose
2015-09-26, by Yuya Nishihara
help: pass around ui to rewriter hooks (API)
2015-09-26, by Yuya Nishihara
help: pass around ui to doc loader (API)
2015-09-26, by Yuya Nishihara
gendoc: use real ui in place of stdout
2015-09-27, by Yuya Nishihara
check-seclevel: use ui to show status and error messages
2015-09-27, by Yuya Nishihara
unbundle: test and fix for clean abort on unknown bundle2 feature
2015-09-24, by Pierre-Yves David
merge with stable
2015-09-29, by Matt Mackall
localrepo: recreate phasecache if changelog was modified (issue4855)
2015-09-29, by Yuya Nishihara
progress: force a repaint of a printed progress bar after a clear()
2015-09-26, by Augie Fackler
tests: fix test-bundle2-format output
2015-09-29, by Matt Mackall
localrepo: recreate phasecache if changelog was modified (issue4855)
stable
2015-09-29, by Yuya Nishihara
bundle2: allow compressed bundle
2015-09-23, by Pierre-Yves David
test-bundle2: dump bundle content using f --hexdump
2015-09-28, by Pierre-Yves David
treemanifest: rework lazy-copying code (issue4840)
2015-09-25, by Augie Fackler
manifest: rename treemanifest load functions to ease debugging
2015-09-25, by Augie Fackler
manifest: add id(self) to treemanifest __repr__
2015-09-25, by Augie Fackler
bundlerepo: let bundle repo look in the _mancache
2015-09-28, by Durham Goode
check-seclevel: wrap entry point by function
2015-09-27, by Yuya Nishihara
check-seclevel: set executable bit as it has shebang
2015-09-27, by Yuya Nishihara
bundle20: extract core payload generation in its own function
2015-09-23, by Pierre-Yves David
unbundle20: allow registering handlers for stream level parameters
2015-09-23, by Pierre-Yves David
bundle2: allow to specify unsupported value on error
2015-09-23, by Pierre-Yves David
bundle2: rename error exception class for unsupported feature
2015-09-23, by Pierre-Yves David
changegroup: use a different compression key for BZ in HG10
2015-09-23, by Pierre-Yves David
monoblue: provide links to branches, tags and bookmarks by name
2015-09-26, by Anton Shestakov
gitweb: provide links to branches, tags and bookmarks by name
2015-09-26, by Anton Shestakov
cmdutil: remove HG: prefix from translation strings
2015-09-25, by timeless
i18n-zh_CN: annotate broken HG: translations
2015-09-25, by timeless
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip