Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
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
lock: recognize parent locks while acquiring
2015-09-24, by Siddharth Agarwal
test-lock.py: fix testing for forks
2015-09-24, by Siddharth Agarwal
test-lock.py: allow PID to be changed in test state
2015-09-24, by Siddharth Agarwal
test-lock.py: add a lock wrapper that allows faking the PID
2015-09-24, by Siddharth Agarwal
lock: add a wrapper to os.getpid() to make testing easier
2015-09-24, by Siddharth Agarwal
test-lock.py: move temp dir generation to testcase
2015-09-24, by Siddharth Agarwal
test-lock.py: copy-edit assertions about file existing
2015-09-24, by Siddharth Agarwal
revlog: don't flush data file after every added revision
2015-09-26, by Gregory Szorc
revlog: use existing file handle when reading during _addrevision
2015-09-27, by Gregory Szorc
revlog: always open revlogs for reading and appending
2015-09-27, by Gregory Szorc
revlog: support using an existing file handle when reading revlogs
2015-09-27, by Gregory Szorc
revlog: add docstring for checkinlinesize()
2015-09-27, by Gregory Szorc
windows: insert file positioning call between reads and writes
2015-09-27, by Gregory Szorc
tests: suppress verbose output of svn transaction
2015-09-26, by Yuya Nishihara
formatter: use dict.update() to set arguments passed to write functions
2015-09-23, by Yuya Nishihara
formatter: verify number of arguments passed to write functions
2015-09-23, by Yuya Nishihara
help: unify handling of DEPRECATED/EXPERIMENTAL keywords
2015-09-26, by Yuya Nishihara
help: include parens in DEPRECATED/EXPERIMENTAL keywords
2015-09-26, by Yuya Nishihara
help: define list of keywords that should be excluded from non-verbose output
2015-09-26, by Yuya Nishihara
merge with stable
2015-09-25, by Matt Mackall
unbundle: cleanly abort on unknown bundle2 feature
stable
2015-09-25, by Pierre-Yves David
phases: return zero for no-op operations (issue4751) (BC)
2015-09-14, by Jordi GutiƩrrez Hermoso
help: add config.troubleshooting section at the top
2015-09-24, by timeless
dispatch: don't stack trace on commands like `hg .log`
2015-09-25, by Jordi GutiƩrrez Hermoso
gitweb, monoblue: port highlighting linked lines from paper
2015-09-25, by Anton Shestakov
gitweb, monoblue: fix vertical align of spans in .sourcelines
2015-09-25, by Anton Shestakov
merge: fix mergestate comment
2015-09-25, by timeless
rebase: avoid losing branch commits with --keepbranch (issue4835)
2015-09-24, by timeless
lock.release: do not unlink inherited locks
2015-09-24, by Siddharth Agarwal
lock: add a method to reacquire the lock after subprocesses exit
2015-09-24, by Siddharth Agarwal
lock: add a method to prepare the lock for inheritance
2015-09-24, by Siddharth Agarwal
lock: introduce state to keep track of inheritance
2015-09-24, by Siddharth Agarwal
error: add an exception to indicate lock inheritance API contract violations
2015-09-24, by Siddharth Agarwal
clone: check update rev for being True
2015-09-24, by Sean Farley
clone: fix over-indented continuation line
2015-09-24, by Sean Farley
resolve: consistently describe re-merge + unresolved
2015-09-25, by timeless
mercurial: add debugextensions command (issue4676)
2015-09-10, by liscju
dispatch: stop warning about EPIPE in --debug mode
2015-09-24, by Daniel Colascione
rebase: don't rebase obsolete commit whose successor is already rebased
2015-09-14, by Laurent Charignon
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip