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.
destutil: ensure we offer 'hg update' hint when not at head in all cases
2016-02-09, by Pierre-Yves David
chg: forward umask from client to server
2016-02-15, by Jun Wu
chgserver: add setumask method
2016-02-15, by Jun Wu
chgserver: use _readlist and _readstr
2016-02-16, by Jun Wu
commandserver: use _readlist
2016-02-15, by Jun Wu
commandserver: add _readstr and _readlist
2016-02-16, by Jun Wu
extensions: add notloaded method to return extensions failed to load
2016-02-10, by Jun Wu
histedit: renaming parts to which _histedit was split
2016-02-15, by Kostia Balytskyi
histedit: break _histedit into smaller pieces (add _finishaction)
2016-02-15, by Kostia Balytskyi
automv: switch to specifying the similarity as an integer (0-100)
2016-02-15, by Martijn Pieters
automv: do not release lock between marking files and the actual commit
2016-02-15, by Martijn Pieters
automv: reuse existing scutil._markchanges() function
2016-02-15, by Martijn Pieters
automv: improve function docstrings
2016-02-15, by Martijn Pieters
automv: remove test for 'developer mode'
2016-02-15, by Martijn Pieters
automv: add some context for the tests
2016-02-15, by Martijn Pieters
automv: simplify retrieving the status
2016-02-15, by Martijn Pieters
tests: change branches test to work cross platform
2016-02-08, by timeless
histedit: change string literals to constants in goal naming
2016-02-15, by Kostia Balytskyi
run-tests: add --chg option to install and run tests using chg
2016-02-07, by Yuya Nishihara
run-tests: add --with-chg option to run tests using chg
2016-02-07, by Yuya Nishihara
destutil: add more precise error classes for destmerge
2016-02-09, by Pierre-Yves David
destutil: allow to disable the "on head check" in destmerge
2016-02-08, by Pierre-Yves David
destutil: allow to specify an explicit source for the merge
2016-02-08, by Pierre-Yves David
destutil: remove current head from list of candidates early
2016-02-08, by Pierre-Yves David
destutil: add an 'action' layer to the destmerge message dictionary
2016-02-08, by Pierre-Yves David
rebase: extract rebaseset and destination computation in a function
2016-02-09, by Pierre-Yves David
tests: have a more elaborated test for _destrebase
2016-02-09, by Pierre-Yves David
histedit: break _histedit function into smaller pieces
2016-02-14, by Kostia Balytskyi
histedit: break _histedit function into smaller pieces (add _continueaction)
2016-02-14, by Kostia Balytskyi
histedit: break _histedit function into smaller pieces (add _newaction)
2016-02-01, by Kostia Balytskyi
histedit: break _histedit function into smaller pieces (add _editplanaction)
2016-02-01, by Kostia Balytskyi
histedit: break _histedit function into smaller pieces (add _abortaction)
2016-02-01, by Kostia Balytskyi
automv: new experimental extension
2016-02-08, by Martijn Pieters
match: override 'visitdir' in subdirmatcher
2016-02-05, by Martin von Zweigbergk
run-tests: remove useless "failed" flag from addOutputMismatch()
2016-01-09, by Yuya Nishihara
tests: load json with no fallback
2016-01-09, by Yuya Nishihara
config: drop progress extension from sample hgrc as it is in core now
2015-12-15, by Yuya Nishihara
shelve: suggest the correct tool to continue (not unshelve)
2016-02-04, by timeless
histedit: suggest the correct tool to continue (not histedit)
2016-02-04, by timeless
rebase: suggest the correct tool to continue (not rebase)
2016-02-04, by timeless
graft: suggest the correct tool to continue (not graft)
2016-02-04, by timeless
cmdutil: provide a way to report how to continue
2016-02-14, by timeless
hg: make cachedlocalrepo cache appropriate repoview object
2016-02-14, by FUJIWARA Katsunori
rebase: perform update through the 'update' command
2016-02-14, by Pierre-Yves David
rebase: 'hg pull --rebase' now update only if there was nothing to rebase
2016-02-13, by Pierre-Yves David
filectx: replace use of _filerev with _filenode
2016-02-08, by Durham Goode
verify: extract "manifest" constant into variable
2016-02-03, by Martin von Zweigbergk
verify: use similar language for missing manifest and file revisions
2016-02-07, by Martin von Zweigbergk
verify: include "manifest" prefix in a few more places
2016-02-02, by Martin von Zweigbergk
verify: drop unnecessary check for nullid
2016-02-02, by Martin von Zweigbergk
verify: move cross-checking of changeset/manifest out of _crosscheckfiles()
2016-01-31, by Martin von Zweigbergk
tests: add tests for missing revlogs and revlog entries
2016-01-31, by Martin von Zweigbergk
hook: don't crash on syntax errors in python hooks
2016-02-12, by Siddharth Agarwal
hook: for python hook exceptions, add note to run with --traceback
2016-02-12, by Siddharth Agarwal
hook: add tests for failing post- python hooks
2016-02-12, by Siddharth Agarwal
hook: even fewer parentheses for load errors
2016-02-12, by Siddharth Agarwal
destutil: document various failure cases
2016-02-08, by Pierre-Yves David
destutil: consistently retrieve 'p1' and 'branch'
2016-02-08, by Pierre-Yves David
merge: give priority to "not at head" failures for bare 'hg merge'
2016-02-08, by Pierre-Yves David
destutil: extract all 'mergedest' abort messages into a dictionary
2016-02-09, by Pierre-Yves David
tests: add an explicit destination in some rebase tests
2016-02-08, by Pierre-Yves David
tests: remove third head in some of the 'rebase-parameters' tests
2016-02-08, by Pierre-Yves David
run-tests: allow to specify executable of any name by --with-hg
2016-02-07, by Yuya Nishihara
run-tests: drop redundant assignment to BINDIR
2016-02-07, by Yuya Nishihara
run-tests: cast --with-hg option to bytes consistently at parseargs()
2016-02-07, by Yuya Nishihara
run-tests: do not compare bytes with str while ordering tests
2016-02-07, by Yuya Nishihara
clonebundles: use absolute_import
2016-02-09, by Gregory Szorc
churn: use absolute_import
2016-02-09, by Gregory Szorc
children: use absolute_import
2016-02-09, by Gregory Szorc
censor: use absolute_import
2016-02-09, by Gregory Szorc
bugzilla: use absolute_import
2016-02-09, by Gregory Szorc
blackbox: use absolute_import
2016-02-09, by Gregory Szorc
acl: use absolute_import
2016-02-09, by Gregory Szorc
checkunknown: audit path before checking if it's a file or link
2016-02-11, by Durham Goode
pathauditor: change parts verification order to be root first
2016-02-11, by Durham Goode
chg: forward job control signals to worker process (issue5051)
2016-01-19, by Yuya Nishihara
chg: verify return value of sigaction() and sigemptyset()
2016-01-29, by Yuya Nishihara
chg: initialize sigaction fields more reliably
2016-01-29, by Yuya Nishihara
tests: confirm that a badly documented extension doesn't cause a crash
2016-02-12, by Simon Farnsworth
bookmarks: avoid creating a nested repository during testing
2016-02-12, by Martijn Pieters
dispatch: strip command line options like config file options
2016-02-08, by Tony Tung
hook: for python hook ImportErrors, add note to run with --traceback
2016-02-11, by Siddharth Agarwal
hook: fewer parentheses for hook load errors
2016-02-11, by Siddharth Agarwal
hook: use sys.exc_info rather than the deprecated equivalents
2016-02-11, by Siddharth Agarwal
doc: describe full help document hierarchy to create a valid link in HTML
2016-02-11, by FUJIWARA Katsunori
doc: translate from :hg:`help config.SECTION` to a valid link to hgrc.5.html
2016-02-11, by FUJIWARA Katsunori
doc: translate from :hg:`help config` to a valid link to hgrc.5.html
2016-02-11, by FUJIWARA Katsunori
i18n: calculate correct line number in source of messages to be translated
2016-02-11, by FUJIWARA Katsunori
revsetbenchmark: handle exception case
2016-02-10, by Durham Goode
merge: minimize conflicts when common base is not shown (issue4447)
2016-02-10, by Ryan McElroy
merge: introduce method to minimize merge regions
2016-02-10, by Ryan McElroy
merge: add some useful documentation
2016-02-09, by Ryan McElroy
encoding: backport paranoid escaping from templatefilters.jsonescape()
2015-12-27, by Yuya Nishihara
encoding: add option to escape non-ascii characters in JSON
2015-12-27, by Yuya Nishihara
encoding: initialize jsonmap when module is loaded
2016-01-30, by Yuya Nishihara
encoding: change jsonmap to a list indexed by code point
2016-01-30, by Yuya Nishihara
update: change default destination to tipmost descendant (issue4673) (BC)
2016-02-02, by Pierre-Yves David
test: drop useless --update flag in issue1502 tests
2016-02-03, by Pierre-Yves David
treemanifest: don't use cp -T, not supported on OS X
2016-02-11, by Martijn Pieters
chg: use in-tree hg executable to start server for testing
2016-01-03, by Yuya Nishihara
hgignore: ignore chg binary
2016-01-03, by Yuya Nishihara
chg: import frontend sources
2016-01-03, by Yuya Nishihara
debugrevlog: fix dumping manifest fails on empty first revision (issue5062)
2016-02-10, by liscju
help: don't crash in keyword search if an extension fails to provide docs
2016-02-10, by Simon Farnsworth
doc: correct example concerning "hg purge" alias in man page "hgrc.5"
stable
2016-02-20, by Rainer Woitok
fileset: fix copy/paste in eol() error message
stable
2016-02-18, by Matt Harbison
run-tests: factor out _escapepath
2016-01-29, by timeless
debugignore: normalize the file before testing dirstate._ignore()
2016-02-08, by Matt Harbison
check-code: add rule to detect usage of external diff via extdiff
2016-02-11, by FUJIWARA Katsunori
tests: use portable diff script via extdiff extension
2016-02-08, by FUJIWARA Katsunori
test-patchbomb: ensure hg email write to stdout
2016-02-07, by Sébastien Brissaud
check-code: examine magic pattern matching against contents of a file
2016-02-10, by FUJIWARA Katsunori
docchecker: use indentation of 4 spaces
2016-02-10, by FUJIWARA Katsunori
docchecker: remove naked except clause
2016-02-10, by FUJIWARA Katsunori
misc: use modern exception syntax
2016-02-10, by FUJIWARA Katsunori
f: use modern octal number formatting
2016-02-10, by FUJIWARA Katsunori
hg-ssh: parenthesize non-translated message
2016-02-10, by FUJIWARA Katsunori
f: add whitespace around operator
2016-02-10, by FUJIWARA Katsunori
check-commit: omit whitespace
2016-02-10, by FUJIWARA Katsunori
check-commit: wrap too long line
2016-02-10, by FUJIWARA Katsunori
setup: avoid procedure related to hg.exe at setup.py --pure
stable
2016-02-08, by FUJIWARA Katsunori
help: update template examples to use reST literal syntax
stable
2016-02-05, by Yuya Nishihara
ui: fix crash by non-interactive prompt echo for user name
stable
2016-02-06, by Yuya Nishihara
zeroconf: forward all arguments passed to ui.configitems() wrapper
stable
2016-02-10, by Yuya Nishihara
run-tests: warn about symlinks to non hg scripts
2016-02-08, by timeless
tests: make chunk header of external diff glob-ed for portability
2016-02-08, by FUJIWARA Katsunori
tests: make chunk header of external diff glob-ed for portability
2016-02-08, by FUJIWARA Katsunori
tests: make timezone in diff output glob-ed for portability
2016-02-08, by FUJIWARA Katsunori
tests: omit -p for external diff via extdiff extension for portability
2016-02-08, by FUJIWARA Katsunori
update: check command line before modifying repo
2016-02-07, by Martin von Zweigbergk
treemanifest: fix debugrebuildfncache
2016-02-07, by Martin von Zweigbergk
update: warn about other topological head in pull and unbundle
2016-02-03, by Pierre-Yves David
update: warn about other topological heads on bare update
2016-02-02, by Pierre-Yves David
tests: mock getpid to reduce glob usage
2016-02-03, by timeless
util: enable getpid to be replaced
2016-02-03, by timeless
blackbox: refactor use of vfs as _bbvfs
2016-02-08, by timeless
blackbox: flush output file descriptor
2016-02-03, by timeless
tests: change blackbox test to work cross platform
2016-02-03, by timeless
merge: document checkignored and checkunknown configs again
2016-02-01, by Siddharth Agarwal
rebase: respect checkunknown and checkignored in more cases
2016-02-03, by Siddharth Agarwal
test-merge-force: add tests for merge.checkunknown=warn
2016-02-03, by Siddharth Agarwal
merge: tell _checkunknownfiles about whether this was merge --force
2016-02-01, by Siddharth Agarwal
merge: add missing doc for 'labels' parameter
2016-02-01, by Siddharth Agarwal
merge: move abort/warn checks up to the top level of _checkunknownfiles
2016-02-01, by Siddharth Agarwal
match: rename "narrowmatcher" to "subdirmatcher" (API)
2016-02-05, by Martin von Zweigbergk
tests: relax test-devel-warnings to reduce false positives
2016-02-03, by timeless
merge with stable
2016-02-07, by Matt Mackall
chgserver: create new process group after fork (issue5051)
2016-01-19, by Jun Wu
check-commit: check for double-addition of blank lines
2016-02-05, by Matt Mackall
check-commit: scan for multiple instances of error patterns
2016-02-05, by Matt Mackall
merge: add file ancestor linknode to mergestate
2016-02-05, by Durham Goode
merge: add debugmergestate support for _stateextras
2016-02-05, by Durham Goode
merge: add state extras merge state data
2016-02-05, by Durham Goode
revset: use manifest.matches in _follow revset
2016-02-05, by Durham Goode
treemanifests: fix streaming clone
2016-02-04, by Martin von Zweigbergk
treemanifests: fix local clone
2016-02-02, by Martin von Zweigbergk
tests: simplify treemanifest test by backing up entire .hg/store
2016-02-03, by Martin von Zweigbergk
histedit: limit updated and merging output to important updates
2016-02-03, by timeless
tests: fix rebase-abort directory nesting
2016-02-04, by timeless
rebase: document that tool does not apply to deleted files
2016-02-04, by timeless
rebase: mention help merge-tools in help
2016-02-04, by timeless
copies: optimize forward copy detection logic for rebases
2016-02-05, by Durham Goode
tests: pass settings of hypothesis by with statement
2016-01-26, by Yuya Nishihara
tests: adjust for code move in Hypothesis 2.0.0
2016-01-26, by Yuya Nishihara
test-highlight: add normalization rule for Pygments 2.1
2016-01-26, by Yuya Nishihara
test-highlight: factor out function that normalizes pygments output
2016-01-26, by Yuya Nishihara
test-highlight: unify normalization rule of pygments output
2016-01-26, by Yuya Nishihara
tests: remove protected file forcibly for portability
2016-02-05, by FUJIWARA Katsunori
tests: dump journal file by python script instead of sed for portability
2016-02-05, by FUJIWARA Katsunori
tests: execute check-config.py without xargs
2016-02-05, by FUJIWARA Katsunori
tests: avoid nested quoting on command line for portability
2016-02-05, by FUJIWARA Katsunori
version: verbose list internal and external extension source (issue4731)
2016-02-05, by liscju
check-code: allow "grep pattern filename-containing-dash-a"
2016-02-02, by Martin von Zweigbergk
rebase: update working directory when aborting (issue5084)
stable
2016-02-05, by timeless
revset: flatten chained 'list' operations (aka function args) (issue5072)
stable
2016-02-02, by Yuya Nishihara
help: fix typo in backgroundclose documentation
stable
2016-02-05, by André Sintzoff
revert: makes interactive mode ask to forget added files (issue4936)
2016-02-05, by liscju
obsolete: fix n^2 marker computation behavior
2016-02-04, by Durham Goode
memctx: fix memctx manifest file hashes
2016-02-03, by Durham Goode
schemes: add debugexpandscheme command, resolving a scheme to canonical form
2016-01-29, by Jason R. Coombs
schemes: extract scheme expansion as its own method on ShortRepository
2016-01-29, by Jason R. Coombs
merge with stable
2016-02-03, by Matt Mackall
Added signature for changeset b698abf971e7
stable
2016-02-03, by Matt Mackall
Added tag 3.7.1 for changeset b698abf971e7
stable
2016-02-03, by Matt Mackall
rebase: don't preserve most extra fields
stable
3.7.1
2016-02-03, by Siddharth Agarwal
rebase: backout changeset d755a9531fce
stable
2016-02-03, by Siddharth Agarwal
rebase: backout changeset 986d04b9fedd
stable
2016-02-03, by Siddharth Agarwal
graft: don't preserve most extra fields
stable
2016-02-03, by Siddharth Agarwal
amend: don't preserve most extra fields
stable
2016-02-03, by Siddharth Agarwal
histedit: fix typo in documentation
stable
2016-02-03, by Wagner Bruna
osutil: do not abort loading pure module just because libc has no recvmsg()
stable
2016-02-03, by Yuya Nishihara
osutil: disable compilation of recvfds() on unsupported platforms
stable
2016-02-02, by Yuya Nishihara
i18n-pt_BR: synchronized with 0ec12435b78b
stable
2016-02-03, by Wagner Bruna
merge with stable
2016-02-01, by Matt Mackall
Added signature for changeset 2408645de650
stable
2016-02-01, by Matt Mackall
Added tag 3.7 for changeset 2408645de650
stable
2016-02-01, by Matt Mackall
merge with i18n
stable
3.7
2016-02-01, by Matt Mackall
verify: recover lost freeing of memory
stable
2016-01-31, by Martin von Zweigbergk
rebase: better way to detect non-detaching revisions (issue5044)
stable
2016-02-01, by Martijn Pieters
i18n-ja: synchronized with 88609cfa3745
stable
2016-02-01, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with f0d3c5794380
stable
2016-02-01, by Wagner Bruna
doc: itemize text blocks to increase readability in HTML format
stable
2016-02-01, by FUJIWARA Katsunori
doc: use correct indentation for enumeration
stable
2016-02-01, by FUJIWARA Katsunori
doc: use correct cross reference in help documentation
stable
2016-02-01, by FUJIWARA Katsunori
doc: prevent literal text block from being treated as non-literal one
stable
2016-02-01, by FUJIWARA Katsunori
doc: prevent non-literal text block from being treated as literal one
stable
2016-02-01, by FUJIWARA Katsunori
histedit: show correct hash ID at verification error
stable
2016-02-01, by FUJIWARA Katsunori
backout: disable --merge with --no-commit (issue4874)
stable
2016-01-30, by Yuya Nishihara
changegroup: fix pulling to treemanifest repo from flat repo (issue5066)
stable
2016-01-27, by Martin von Zweigbergk
tests: minor cleanup to treemanifest test
stable
2016-01-28, by Martin von Zweigbergk
merge: don't try to merge subrepos twice (issue4988)
stable
2016-01-29, by Siddharth Agarwal
bookmarks: improve documentation for --rev option
stable
2016-01-27, by Nathan Goldbaum
merge: undocument checkunknown and checkignored configs for 3.7
stable
2016-01-27, by Siddharth Agarwal
commands: advance current active bookmark at pull --update correctly
stable
2016-01-28, by FUJIWARA Katsunori
largefiles: prevent committing a missing largefile
stable
2016-01-24, by Matt Harbison
changegroup: fix treemanifest exchange code (issue5061)
stable
2016-01-27, by Augie Fackler
log: speed up single file log with hidden revs (issue4747)
stable
2016-01-22, by Matt Mackall
largefiles: report the missing file count after a commit that does nothing
stable
2016-01-23, by Matt Harbison
commit: factor the post commit status check into a cmdutil method
stable
2016-01-23, by Matt Harbison
largefiles: fix an explicit largefile commit after a remove (issue4969)
stable
2016-01-23, by Matt Harbison
context: back out sneaky code change in documentation change
stable
2016-01-25, by Martin von Zweigbergk
templater: abort if infinite recursion detected while compiling
stable
2015-07-23, by Yuya Nishihara
templater: abort if infinite recursion detected while evaluation (issue4758)
stable
2015-07-22, by Yuya Nishihara
exchange: set 'treemanifest' param on pushed changegroups too
stable
2016-01-22, by Martin von Zweigbergk
crecord: fix help bar display issue (issue5063)
stable
2016-01-25, by Laurent Charignon
crecord: fix typo in the help text
stable
2016-01-25, by Laurent Charignon
subrepo: better error messages in _ensuregit
stable
2016-01-17, by Mason Malone
hgweb: update canvas.width before dynamically redrawing graph (issue2683)
stable
2016-01-23, by Anton Shestakov
run-tests: "fix" race condition in race condition fix
stable
2016-01-22, by Bryan O'Sullivan
rebase: restore help for rebase w/o args (issue5059)
stable
2016-01-22, by timeless
shelve: use cg3 for treemanifests
stable
2016-01-19, by Martin von Zweigbergk
repair: use cg3 for treemanifests
stable
2016-01-19, by Martin von Zweigbergk
changegroup: introduce safeversion()
stable
2016-01-19, by Martin von Zweigbergk
changegroup: don't support versions 01 and 02 with treemanifests
stable
2016-01-19, by Martin von Zweigbergk
run-tests: fix crash when --json and --blacklist are both used (issue5050)
stable
2016-01-19, by Laurent Charignon
run-tests: fix race condition
stable
2016-01-21, by Laurent Charignon
copyright: update to 2016
stable
2016-01-21, by timeless
transaction: abort transaction during hook exception
stable
2016-01-19, by Durham Goode
Added signature for changeset 158bdc896572
stable
2016-01-20, by Matt Mackall
Added tag 3.7-rc for changeset 158bdc896572
stable
2016-01-20, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip