Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
revset: undocument wdir() until its command outputs get stable
2015-04-12, by Yuya Nishihara
linkrev: fix issue with annotate of working copy
2015-04-16, by Matt Mackall
merge with stable
2015-04-16, by Matt Mackall
histedit: delete all non-actionclass related code
2015-04-04, by Durham Goode
histedit: improve roll action integration with fold
2015-04-04, by Durham Goode
histedit: move finishfold into fold class
2015-04-04, by Durham Goode
histedit: convert fold/roll actions into a class
2015-04-04, by Durham Goode
histedit: convert edit action into a class
2015-04-04, by Durham Goode
histedit: convert message action into a class
2015-04-04, by Durham Goode
histedit: convert drop action into a class
2015-04-04, by Durham Goode
histedit: convert pick action into a class
2015-04-04, by Durham Goode
histedit: integrate action class into flow
2015-04-04, by Durham Goode
histedit: add a new histeditaction class
2015-04-04, by Durham Goode
histedit: allow histedit --continue when not on a descendant (BC)
2015-04-04, by Durham Goode
tags: explicitly log which tags cache file is being written
2015-04-16, by Gregory Szorc
tags: write a separate tags cache file for unfiltered repos
2015-04-16, by Gregory Szorc
tags: return empty list of heads for no .hgtags case
2015-04-16, by Gregory Szorc
tags: change format of tags cache files
2015-04-16, by Gregory Szorc
tags: don't read .hgtags fnodes from tags cache files
2015-04-16, by Gregory Szorc
rebase: restore bookmark state on abort
2015-04-13, by Tony Tung
histedit: store backup file before histedit
2015-04-04, by Durham Goode
histedit: replace pickle with custom serialization
2015-04-13, by Durham Goode
devel-warn: add a prefix to all messages ("devel-warn: ")
2015-04-15, by Pierre-Yves David
push: acquire local 'wlock' if "pushback" is expected (BC) (issue4596)
2015-04-15, by Pierre-Yves David
annotate: always prepare ancestry context of base fctx (issue4600)
stable
2015-04-16, by Yuya Nishihara
unbundle: acquire 'wlock' when processing bundle2 (BC) (issue4596)
2015-04-15, by Pierre-Yves David
run-test: enable the devel warning during tests
2015-04-12, by Pierre-Yves David
wlock: do not warn for non-wait locking
2015-04-12, by Pierre-Yves David
develwarn: include call site in the simple message version
2015-04-12, by Pierre-Yves David
develwarn: handle the end of line inside the function itself
2015-04-12, by Pierre-Yves David
develwarn: refactor the developer warning logic
2015-04-12, by Pierre-Yves David
lock: update the docstring with order information
2015-04-15, by Pierre-Yves David
wlock: reword the devel warning
2015-04-12, by Pierre-Yves David
wlock: only issue devel warning when actually acquiring the lock
2015-04-12, by Pierre-Yves David
bundle2: flush output in a part in all cases
2015-04-11, by Pierre-Yves David
run-tests: also follow symlink when update PATH with 'run-tests.py' dir
2015-04-11, by Pierre-Yves David
bundle2: fix names for error part handler
2015-04-11, by Pierre-Yves David
transaction: introduce a transaction ID, to be available to all hooks
2015-04-15, by Pierre-Yves David
transaction: actually use tr.hookargs in pretxnclose
2015-04-14, by Pierre-Yves David
bundle2: use unbundle source as transaction name
2015-04-11, by Pierre-Yves David
tags: have a different cache file per filter level
2015-04-15, by Pierre-Yves David
parsers: when available, use a presized dictionary for the file foldmap
2015-04-15, by Siddharth Agarwal
tags: extract .hgtags filenodes cache to a standalone file
2015-04-15, by Gregory Szorc
extensions: extract partial application into a bind() function
2015-04-15, by Eric Sumner
obsolete: experimental flag to get debug about obsmarkers exchange
2015-04-14, by Pierre-Yves David
bundle2: add an 'idx' argument to the 'getbundle2partsgenerator'
2015-04-14, by Pierre-Yves David
bundle2: add an 'idx' argument to the 'b2partsgenerator'
2015-04-14, by Pierre-Yves David
rpms: create missing builds dir if it doesn't exist
2015-04-14, by Mads Kiilerich
rpms: for packages with their own python, put it in /opt/python-hg
2015-04-14, by Mads Kiilerich
branchcache: stay silent if failing to read cache files
2015-01-14, by Mads Kiilerich
merge: better debug messages before/after invoking external merge tool
2015-03-19, by Mads Kiilerich
subrepo: use vfs.walk instead of os.walk
2015-04-11, by FUJIWARA Katsunori
vfs: add walk
2015-04-11, by FUJIWARA Katsunori
subrepo: pass wvfs to _sanitize instead of absolute path to a subrepository
2015-04-11, by FUJIWARA Katsunori
repoview: move function for computing filtered hash
2015-04-01, by Gregory Szorc
revset: don't import discovery at module level
2015-04-14, by Gregory Szorc
transaction: add missing newline to message
2015-04-14, by Michael O'Connor
cat: disable optimization of single file case for workingctx
2015-04-05, by Yuya Nishihara
committablectx: override manifestnode() to return None
2015-04-09, by Yuya Nishihara
cat: use ctx.manifestnode() in place of ctx._changeset[0]
2015-04-11, by Yuya Nishihara
changegroup: flush the ui stdio buffers after adding a changegroup
2015-04-10, by Matt Harbison
hook: forcibly flush stderr for Windows test stability
2015-04-10, by Matt Harbison
json: implement {fileannotate} template
2015-04-10, by Gregory Szorc
json: implement {comparison} template
2015-04-10, by Gregory Szorc
json: implement {filediff} template
2015-04-10, by Gregory Szorc
hgweb: expose raw line numbers to templates
2015-04-10, by Gregory Szorc
revert: stop marking files clean after interactive revert (issue4592)
2015-04-11, by Pierre-Yves David
lazymanifest: prevent leak when updating an entry more than once
2015-04-11, by Augie Fackler
strip: properly clear resolve state with --keep (issue4593)
2015-04-13, by Matt Mackall
revsets: more informative syntax error message
2015-04-13, by Ryan McElroy
revsets: show current revset abort behavior
2015-04-13, by Ryan McElroy
tests: move blackbox testing of tags to test-tags.t
2015-04-13, by Gregory Szorc
tests: move mock blackbox extension into own file
2015-04-13, by Gregory Szorc
shelve: acquire lock in the right order
2015-04-12, by Pierre-Yves David
check-commit: be more picky about detection of wrong bug tag
2015-04-12, by Pierre-Yves David
discovery: don't compute allfuturecommon when it won't be used
2015-04-13, by Michael O'Connor
treemanifest: separate flags for trees in memory and trees on disk
2015-04-10, by Martin von Zweigbergk
manifestdict: drop empty-string argument when creating empty manifest
2015-04-10, by Martin von Zweigbergk
lazymanifest: fix memory leak in lmiter_iterentriesnext() after 3d485727e45e
2015-04-12, by Mike Hommey
revert: do not requires '--all' if '--interative' is present
2015-04-11, by Pierre-Yves David
bundle2: drop the experimental hooks
2015-04-09, by Pierre-Yves David
bundle2: advertise bundle2 by default
2015-04-10, by Pierre-Yves David
subrepo: convert the os.path references in git to vfs
2015-02-07, by Matt Harbison
subrepo: use vfs.removedirs instead of os.removedirs
2015-04-11, by FUJIWARA Katsunori
vfs: add removedirs
2015-04-11, by FUJIWARA Katsunori
util: add removedirs as platform depending function
2015-04-11, by FUJIWARA Katsunori
subrepo: use vfs.unlink instead of os.remove
2015-04-11, by FUJIWARA Katsunori
subrepo: use vfs.rmtree instead of shutil.rmtree
2015-04-11, by FUJIWARA Katsunori
vfs: add rmtree
2015-04-11, by FUJIWARA Katsunori
subrepo: use vfs.readdir instead of os.listdir to avoid expensive stat calls
2015-04-11, by FUJIWARA Katsunori
editor: prefer 'intermediate-source' extra to use for HGREVISION environment variable
2015-04-10, by Alexander Drozdov
bundle2: rename format, parts and config to final names
2015-04-09, by Pierre-Yves David
manifestdict: extract condition for _intersectfiles() and use for walk()
2015-04-08, by Martin von Zweigbergk
manifestdict.walk: remove now-redundant check for match.files()
2015-04-07, by Martin von Zweigbergk
manifest.walk: special-case match.always() for speed
2015-04-07, by Martin von Zweigbergk
manifest.walk: use return instead of StopIteration in generator
2015-04-07, by Martin von Zweigbergk
archive: look for first visible revision to build repo identity (issue4591)
2015-04-08, by Yuya Nishihara
largefiles: use common function to build content of .hg_archival.txt
2015-04-08, by Yuya Nishihara
test-largefiles: verify content of .hg_archival.txt
2015-04-08, by Yuya Nishihara
archive: extract metadata() closure to module-level function
2015-04-08, by Yuya Nishihara
archive: use ctx object consistently to build meta data
2015-04-08, by Yuya Nishihara
templatekw: have {manifest} use ctx.manifestnode() for consistency
2015-04-08, by Yuya Nishihara
subrepo: use vfs.reljoin instead of os.path.join
2015-04-10, by FUJIWARA Katsunori
subrepo: inline reporelpath into abstractsubrepo._relpath to centralize logic
2015-04-10, by FUJIWARA Katsunori
subrepo: add _relpath field to centralize subrelpath logic
2015-04-10, by FUJIWARA Katsunori
subrepo: add wvfs field to access the working directory via vfs
2015-04-10, by FUJIWARA Katsunori
subrepo: change arguments of abstractsubrepo.__init__ (API)
2015-04-10, by FUJIWARA Katsunori
treemanifest: optimize treemanifest._walk() to skip directories
2015-04-07, by Drew Gottlieb
import-checker: force 'fcntl', 'grp', 'pwd', and 'termios' to stdlib modules
2015-04-08, by Matt Harbison
import-checker: allow *.pyd based stdlib modules
2015-04-08, by Matt Harbison
manifest.walk: join nested if-conditions
2015-04-07, by Martin von Zweigbergk
manifestdict: inline _intersectfiles()
2015-04-08, by Martin von Zweigbergk
manifestdict._intersectfiles: avoid one level of property indirection
2015-04-08, by Martin von Zweigbergk
manifestdict.matches: avoid name 'lm' for a not-lazymanifest
2015-04-08, by Martin von Zweigbergk
commands: add ui.statuscopies config knob
2015-03-24, by Mathias De Maré
changelog: inline revlog.__contains__ in case it is used in hot loop
2015-04-04, by Yuya Nishihara
bookmarks: show detailed status about outgoing bookmarks
2015-04-08, by FUJIWARA Katsunori
bookmarks: show detailed status about incoming bookmarks
2015-04-08, by FUJIWARA Katsunori
bookmarks: enhance test of showing detail about incoming/outgoing bookmarks
2015-04-08, by FUJIWARA Katsunori
bookmarks: show outgoing bookmarks more exactly
2015-04-08, by FUJIWARA Katsunori
bookmarks: show incoming bookmarks more exactly
2015-04-08, by FUJIWARA Katsunori
test-manifest: add some test coverage for treemanifest
2015-04-07, by Drew Gottlieb
test-manifest: make manifesttest a base class that is extended
2015-04-07, by Drew Gottlieb
test-manifest: move parsemanifest() to be a testmanifest class method
2015-04-07, by Drew Gottlieb
windows: allow readpipe() to actually read data out of the pipe
2015-04-07, by Matt Harbison
win32: add a method to fetch the available pipe data size
2015-04-07, by Matt Harbison
dirs._addpath: reinstate use of Py_CLEAR
2015-04-07, by Siddharth Agarwal
exchange: introduce a '_canusebundle2' function
2015-04-06, by Pierre-Yves David
bundle2: detect bundle2 stream/request on /HG2./ instead of /HG2Y/
2015-04-07, by Pierre-Yves David
unbundle20: allow generic dispatch between unbundlers
2015-04-06, by Pierre-Yves David
treemanifest: refactor treemanifest.walk()
2015-04-07, by Drew Gottlieb
manifest: move changectx.walk() to manifests
2015-04-07, by Drew Gottlieb
subrepo: precisely identify the missing subrepo spec file
2015-04-05, by Matt Harbison
graft: record intermediate grafts in extras
2015-04-05, by Durham Goode
graft: allow creating sibling grafts
2015-04-05, by Durham Goode
unbundle20: move header parsing into the 'getunbundler' function
2015-04-06, by Pierre-Yves David
unbundle20: retrieve unbundler instances through a factory function
2015-04-06, by Pierre-Yves David
bundle20: move magic string into the class
2015-04-06, by Pierre-Yves David
localrepo.getbundle: drop unused 'format' argument
2015-04-07, by Martin von Zweigbergk
exchange: remove check for 'format' key
2015-04-07, by Martin von Zweigbergk
templates-default: do not show description or summary if empty
2015-03-27, by Yuya Nishihara
treemanifest: further optimize treemanifest.matches()
2015-04-06, by Drew Gottlieb
util: move dirs() and finddirs() from scmutil to util
2015-04-06, by Drew Gottlieb
parsers: remove unused dependency on util
2015-04-06, by Drew Gottlieb
changectx.walk: drop unnecessary call to match function
2015-04-06, by Martin von Zweigbergk
merge with stable
2015-04-06, by Matt Mackall
largefiles: use the share source as the primary local store (issue4471)
2015-04-04, by Matt Harbison
largefiles: use lfutil.findstorepath() when verifying a local repo
2015-04-04, by Matt Harbison
largefiles: introduce lfutil.findstorepath()
2015-04-04, by Matt Harbison
vfs: make it possible to pass multiple path elements to join
2015-04-04, by Matt Harbison
largefiles: drop os.path reference in lfutil.storepath()
2015-04-04, by Matt Harbison
histedit: fix preventing strips during histedit
2015-04-04, by Durham Goode
copies: pass changectx instead of manifest to _computenonoverlap
2015-04-03, by Durham Goode
dirs._addpath: don't mutate Python strings after exposing them (issue4589)
2015-04-06, by Siddharth Agarwal
parsers: check for memory allocation overflows more carefully
2015-04-06, by Bryan O'Sullivan
parsers.c: avoid implicit conversion loses integer precision warning
2015-04-04, by André Sintzoff
dirstate.walk: don't report same file stat multiple times
stable
2015-04-04, by Martin von Zweigbergk
repoview: avoid processing the same rev twice in _getstatichidden
2015-04-03, by Pierre-Yves David
repoview: skip public parent earlier in _getstatichidden
2015-04-03, by Pierre-Yves David
repoview: directly skip public head in _getstatichidden
2015-04-03, by Pierre-Yves David
repoview: simplify process in _getstatichidden
2015-04-03, by Pierre-Yves David
repoview: use a heap in _getstatichidden
2015-04-03, by Pierre-Yves David
repoview: update documentation of _getstatichidden
2015-04-03, by Pierre-Yves David
ssl: resolve symlink before checking for Apple python executable (issue4588)
2015-04-04, by Yuya Nishihara
test-subrepo-recursion: fix output on non-hardlink systems
2015-04-03, by Augie Fackler
test-subrepo-recursion: set progress.changedelay really high
2015-04-03, by Augie Fackler
test-clone: fix test expectations on systems without hardlinks
2015-04-03, by Augie Fackler
dirstate: use parsers.make_file_foldmap when available
2015-04-01, by Siddharth Agarwal
parsers: add a C function to create a file foldmap
2015-03-31, by Siddharth Agarwal
util.h: define an enum for normcase specs
2015-04-02, by Siddharth Agarwal
perf: make measuring foldmap perf work again
2015-04-02, by Siddharth Agarwal
parsers._asciitransform: also accept a fallback function
2015-03-31, by Siddharth Agarwal
util: add normcase spec and fallback
2015-04-01, by Siddharth Agarwal
hgk: display committer name when set by hg-git
2015-04-03, by Andrew Shadura
jsonchangeset: set manifest node to "null" for workingctx
2015-03-14, by Yuya Nishihara
jsonchangeset: set rev and node to "null" for workingctx
2015-03-14, by Yuya Nishihara
templater: tell hggettext to collect help of template functions
2015-04-03, by Yuya Nishihara
treemanifest: disable readdelta optimization
2015-03-10, by Martin von Zweigbergk
phases: make two functions private for phase computation
2015-03-30, by Laurent Charignon
windows: define normcase spec and fallback
2015-04-01, by Siddharth Agarwal
encoding.upper: factor out fallback code
2015-04-01, by Siddharth Agarwal
cygwin: define normcase spec and fallback
2015-04-01, by Siddharth Agarwal
darwin: define normcase spec and fallback
2015-03-31, by Siddharth Agarwal
posix: define normcase spec and fallback
2015-04-01, by Siddharth Agarwal
encoding: define an enum that specifies what normcase does to ASCII strings
2015-04-01, by Siddharth Agarwal
merge with stable
2015-04-02, by Matt Mackall
json: implement {help} template
2015-04-01, by Gregory Szorc
json: implement {helptopics} template
2015-04-01, by Gregory Szorc
json: implement {manifest} template
2015-04-01, by Gregory Szorc
json: implement {shortlog} and {changelog} templates
2015-03-31, by Gregory Szorc
help: populate template functions via docstrings
2015-04-01, by Gregory Szorc
templater: add consistent docstrings to functions
2015-04-01, by Gregory Szorc
changeset_printer: hide manifest node for workingctx
2015-03-14, by Yuya Nishihara
changeset_printer: display p1rev:p1node with "+" suffix for workingctx
2015-03-14, by Yuya Nishihara
changeset_printer: handle workingctx in _meaningful_parentrevs()
2015-03-14, by Yuya Nishihara
scmutil: add function to help handling workingctx in arithmetic operation
2015-03-14, by Yuya Nishihara
tests: handle deleted .hg directory (git 2.2.0 and higher) (issue4585)
2015-04-02, by Mathias De Maré
hgweb: resurrect <span> tag on diffline to fix rendering in monoblue style
stable
2015-04-02, by Yuya Nishihara
merge with stable
2015-04-01, by Matt Mackall
encoding: use parsers.asciiupper when available
2015-03-31, by Siddharth Agarwal
parsers: introduce an asciiupper function
2015-03-31, by Siddharth Agarwal
parsers: make _asciilower a generic _asciitransform function
2015-03-31, by Siddharth Agarwal
parsers._asciilower: use an explicit return object
2015-04-01, by Siddharth Agarwal
parsers: factor out most of asciilower into an internal function
2015-03-31, by Siddharth Agarwal
manifestv2: add support for writing new manifest format
2015-03-31, by Martin von Zweigbergk
manifestv2: add support for reading new manifest format
2015-03-27, by Martin von Zweigbergk
manifestv2: set requires at repo creation time
2015-03-31, by Martin von Zweigbergk
test-manifest: extract constants for binary hashes
2015-03-31, by Martin von Zweigbergk
test-manifest: create constant for empty manifest
2015-03-31, by Martin von Zweigbergk
patchbomb: factor out scmutil.revrange() calls
2015-03-30, by Yuya Nishihara
patchbomb: return outgoing revs as a smartset
2015-03-31, by Yuya Nishihara
templatefilters: add "upper" and "lower" for case conversion
2015-03-30, by Yuya Nishihara
repoview: improve compute staticblockers perf
2015-04-01, by Durham Goode
hgweb: add phase to {changeset} template
2015-03-31, by Gregory Szorc
json: implement {changeset} template
2015-03-31, by Gregory Szorc
test-hgweb-json: fix URL for file revision tests
2015-03-31, by Gregory Szorc
dirstate._normalize: don't construct dirfoldmap if not necessary
2015-03-31, by Siddharth Agarwal
dirstate.walk: don't keep track of normalized files in parallel
2015-03-31, by Siddharth Agarwal
dirstate.walk: factor out directory traversal
2015-03-31, by Siddharth Agarwal
Added signature for changeset 2e2e9a0750f9
stable
2015-04-01, by Matt Mackall
Added tag 3.3.3 for changeset 2e2e9a0750f9
stable
2015-04-01, by Matt Mackall
i18n-pt_BR: synchronized with d09262d6ec23
stable
3.3.3
2015-03-31, by Wagner Bruna
tests: fix py2.4 glob for devel warnings
2015-03-31, by Matt Mackall
merge with stable
2015-03-31, by Matt Mackall
dirstate: fix order of initializing nf vs f
2015-03-31, by Siddharth Agarwal
treemanifest: make treemanifest.matches() faster
2015-03-30, by Drew Gottlieb
treemanifest: add treemanifest._isempty()
2015-03-30, by Drew Gottlieb
treemanifest: remove treemanifest._intersectfiles()
2015-03-27, by Drew Gottlieb
manifest: add some tests for manifest.matches()
2015-03-30, by Drew Gottlieb
forget: cleanup the output for an inexact case match on icasefs
stable
2015-03-31, by Matt Harbison
json: implement {branches} template
2015-03-30, by Gregory Szorc
json: implement {bookmarks} template
2015-03-31, by Gregory Szorc
json: implement {tags} template
2015-03-31, by Gregory Szorc
templates: add a stub template for json
2015-03-30, by Gregory Szorc
get-with-headers: support parsing and pretty printing JSON
2015-03-30, by Gregory Szorc
merge with stable
2015-03-31, by Matt Mackall
dirstate.walk: use the file foldmap to normalize
2015-03-29, by Siddharth Agarwal
dirstate: split the foldmap into separate ones for files and directories
2015-03-29, by Siddharth Agarwal
dirstate: introduce function to normalize just filenames
2015-03-28, by Siddharth Agarwal
dirstate: factor out code to discover normalized path
2015-03-29, by Siddharth Agarwal
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip