Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-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.
check-code: detect and ban 'util.Abort'
2015-10-08, by Pierre-Yves David
error: get Abort from 'error' instead of 'util'
2015-10-08, by Pierre-Yves David
eol: rename 'error' to 'haserror'
2015-10-05, by Pierre-Yves David
discovery: rename 'error' to 'errormsg'
2015-10-05, by Pierre-Yves David
histedit: delete histedit statefile on any exception during abort
2015-10-05, by Christian Delahousse
histedit: check presence of statefile before deleting it
2015-10-06, by Christian Delahousse
histedit: add inprogress method to state class
2015-10-05, by Christian Delahousse
commands: use dirstateguard instead of begin/end-parentchange for backout
2015-10-09, by FUJIWARA Katsunori
commands: make "hg import" use dirstateguard only for --no-commit
2015-10-09, by FUJIWARA Katsunori
cmdutil: stop tryimportone from using dirstateguard (BC)
2015-10-09, by FUJIWARA Katsunori
dirstate: remove meaningless dirstateguard
2015-10-09, by FUJIWARA Katsunori
localrepo: execute appropriate actions for dirstate at releasing transaction
2015-10-09, by FUJIWARA Katsunori
transaction: add releasefn to notify the end of a transaction scope
2015-10-09, by FUJIWARA Katsunori
filemerge: move post-merge checks into a separate function
2015-10-07, by Siddharth Agarwal
filemerge._xmerge: drop no longer necessary 'if r:' check
2015-10-08, by Siddharth Agarwal
filemerge._idump: drop no longer necessary 'if r:' check
2015-10-08, by Siddharth Agarwal
filemerge._merge: drop no longer necessary 'if r:' check
2015-10-08, by Siddharth Agarwal
revset: delete _updatedefaultdest as it has no users
2015-10-05, by Pierre-Yves David
merge: get the default update destination from the function
2015-09-28, by Pierre-Yves David
update: move default destination computation to a function
2015-10-05, by Pierre-Yves David
worker: restore old countcpus code (issue4869)
2015-10-08, by Gregory Szorc
filemerge: call premerge directly from main merge function
2015-10-07, by Siddharth Agarwal
bundle2: allow lazily acquiring the lock
2015-10-05, by Durham Goode
bundle2: add op.gettransaction() to handlers that need the lock
2015-10-06, by Durham Goode
merge with stable
2015-10-08, by Matt Mackall
patchbomb: add a 'bundletype' config under 'patchbomb'
2015-10-01, by Pierre-Yves David
import: allow processing of extra part header after import
2015-10-07, by Pierre-Yves David
import: allow processing of extra part header during import
2015-10-06, by Pierre-Yves David
extract: parse 'nodeid' using the generic mechanism
2015-10-06, by Pierre-Yves David
extract: parse 'branch' using the generic mechanism
2015-10-06, by Pierre-Yves David
extract: parse 'date' using the generic mechanism
2015-10-07, by Pierre-Yves David
extract: add some facility for extensible header parsing
2015-10-07, by Pierre-Yves David
extract: remove the 'user' variable
2015-10-06, by Pierre-Yves David
extract: use a single return
2015-10-06, by Pierre-Yves David
extract: move 'nodeid' assignment where it is parsed
2015-10-07, by Pierre-Yves David
extract: move 'date' assignment where it is parsed
2015-10-06, by Pierre-Yves David
extract: assign user to 'data' earlier
2015-10-06, by Pierre-Yves David
extract: move 'branch' assignment where it is parsed
2015-10-06, by Pierre-Yves David
extract: directly assign parent to data dictionary
2015-10-06, by Pierre-Yves David
extract: assign message only once
2015-10-06, by Pierre-Yves David
extract: simplify parents assignement
2015-10-06, by Pierre-Yves David
patch: move 'extract' return to a dictionnary
2015-10-06, by Pierre-Yves David
patchbomb: add experimental config of a "pullurl" and export it
2015-10-06, by Pierre-Yves David
export: introduce a generic way to add patch header on export
2015-10-05, by Pierre-Yves David
incoming: request a bundle2 when possible (BC)
2015-10-05, by Pierre-Yves David
bundlerepo: indent some code to prepare next patch
2015-10-05, by Pierre-Yves David
bundle2: add a way to just forward the bundle2 stream to another user
2015-10-08, by Pierre-Yves David
bundle2: split parameter retrieval and processing
2015-10-05, by Pierre-Yves David
changegroup: extract the file management part in its own function
2015-10-05, by Pierre-Yves David
unbundle: properly read head modification result from bundle2
2015-10-04, by Pierre-Yves David
revset: strip off "literal:" prefix from bookmark not found error
2015-10-07, by Yuya Nishihara
revset: do not fall through to revspec for literal: branch (issue4838)
2015-10-07, by Yuya Nishihara
hgweb: ensure both foreground and background colors are specified (issue4872)
2015-10-07, by Gijs Kruitbosch
templater: do not pre-evaluate generator keyword at runsymbol (issue4868)
stable
2015-10-08, by Yuya Nishihara
merge: drop special parent assignment in the obsolete case
2015-10-05, by Pierre-Yves David
bundle: use bundle2 if repository uses general delta
2015-10-01, by Pierre-Yves David
parsebundletype: add a comment for future generation
2015-10-01, by Pierre-Yves David
bundle: extend the format of --type to support version and compression
2015-10-01, by Pierre-Yves David
hgweb: fix border-radius for standards-based browsers
2015-10-07, by Gijs Kruitbosch
filemerge: move precheck to before files are written out
2015-10-07, by Siddharth Agarwal
filemerge: move 'merging' output to before file creation
2015-10-07, by Siddharth Agarwal
filemerge.filemerge: make a tuple containing merge paths on disk
2015-10-07, by Siddharth Agarwal
filemerge: switch trymerge boolean to mergetype enum
2015-10-07, by Siddharth Agarwal
filemerge: add some merge types
2015-10-07, by Siddharth Agarwal
shelve: restore unshelved dirstate explicitly after aborting transaction
2015-10-08, by FUJIWARA Katsunori
shelve: restore shelved dirstate explicitly after aborting transaction
2015-10-08, by FUJIWARA Katsunori
shelve: add utility to abort current transaction but keep dirstate
2015-10-08, by FUJIWARA Katsunori
dirstate: split write to write changes into files other than .hg/dirstate
2015-10-08, by FUJIWARA Katsunori
bookmarks: use recordchange instead of writing if transaction is active
2015-10-08, by FUJIWARA Katsunori
filemerge: run symlink check for :merge3
2015-10-07, by Siddharth Agarwal
filemerge: print correct name of tool for symlink checks
2015-10-07, by Siddharth Agarwal
filemerge: normalize 'internal:foo' names to ':foo'
2015-10-07, by Siddharth Agarwal
filemerge: use symlinkcheck for :merge and :union
2015-10-06, by Siddharth Agarwal
filemerge: add a precheck for symlinks
2015-10-06, by Siddharth Agarwal
filemerge: call precheck if available
2015-10-06, by Siddharth Agarwal
filemerge: add a before-merge callback to internal merge tools
2015-10-06, by Siddharth Agarwal
filemerge: indent filemerge.filemerge
2015-10-06, by Siddharth Agarwal
test-bundle-type: replace unbundle with debugbundle
2015-10-01, by Pierre-Yves David
bundle: extract the parsing of the bundle type in a function
2015-10-01, by Pierre-Yves David
changegroup: add version argument to getchangegroup
2015-10-01, by Pierre-Yves David
changegroup: add version argument to getlocalchangegroup
2015-10-01, by Pierre-Yves David
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
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
-240
+240
+1000
+3000
+10000
tip