Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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.
subrepo: update the help text to account for diff -I/-X gitsubrepo support
stable
2015-04-27, by Matt Harbison
revert: make the interactive mode experimental
stable
2015-04-27, by Laurent Charignon
shelve: make the interactive mode experimental
stable
2015-04-27, by Laurent Charignon
help: also hide options marked EXPERIMENTAL
stable
2015-04-27, by Siddharth Agarwal
rebase: don't forward "source" argument to rebase (issue4633)
stable
2015-04-28, by Gregory Szorc
histedit: fix reST syntax problem of example code in help document
stable
2015-04-28, by FUJIWARA Katsunori
webcommands: fix description of manifest default behavior
stable
2015-04-27, by Wagner Bruna
webcommands: fix typo in changelog documentation
stable
2015-04-27, by Wagner Bruna
record: fix adding new file with record from within a subdir (issue4626)
stable
2015-04-27, by Laurent Charignon
tests: fix backslashes in test-casefolding
stable
2015-04-27, by Matt Mackall
cmdutil: avoid wrapping ctx.phasestr() by _()
stable
2015-04-25, by FUJIWARA Katsunori
repair: avoid string concatenation by + operator
stable
2015-04-25, by FUJIWARA Katsunori
annotate: always adjust linkrev before walking down to parents (issue4623)
stable
2015-04-25, by Yuya Nishihara
test-commit-interactive: stablize output for no-execbit platforms
stable
2015-04-26, by Matt Harbison
test-bundle2-exchange: make hooks compatible with Windows
stable
2015-04-26, by Matt Harbison
i18n: extract doc string of each web commands as translatable one
stable
2015-04-28, by FUJIWARA Katsunori
subrepo: don't write .hgsubstate lines with empty subrepo state (issue4622)
stable
2015-04-24, by Matt Harbison
revert: restore the ability to revert across case only renames (issue4481)
stable
2015-04-25, by Matt Harbison
convert: avoid traceback in subversion sink
stable
2015-04-27, by Matt Mackall
merge with i18n
stable
2015-04-24, by Matt Mackall
i18n-pt_BR: synchronized with 5947a68fa271
stable
2015-04-23, by Wagner Bruna
template-phases: do not show description or summary if empty
stable
2015-04-24, by Jordi GutiƩrrez Hermoso
test-command-template: add a short description of a temporary snippet
stable
2015-04-24, by Jordi GutiƩrrez Hermoso
bundle2: also save output when error happens during part processing
stable
2015-04-23, by Pierre-Yves David
bundle2: capture output issue during transaction close
stable
2015-04-23, by Pierre-Yves David
bundle2: also capture hook output during processing
stable
2015-04-23, by Pierre-Yves David
ui: allow capture of subprocess output
stable
2015-04-23, by Pierre-Yves David
bundle2: capture transaction rollback message output (issue4614)
stable
2015-04-23, by Pierre-Yves David
bundle2: issue remote output as "status" (issue4612)
stable
2015-04-24, by Pierre-Yves David
record: edit patch of newly added files (issue4304)
stable
2015-04-23, by Laurent Charignon
record: remove useless line in test
stable
2015-04-23, by Laurent Charignon
revert: apply normallookup on reverted file if size isn't changed (issue4583)
stable
2015-04-24, by FUJIWARA Katsunori
win32: remove cacert.pem file from Inno Setup installer
stable
2015-04-23, by Pascal Quantin
revert: accept just -I/-X without paths or -a/-i (issue4592)
stable
2015-04-22, by Martin von Zweigbergk
record: change wording for record curses interface
stable
2015-04-21, by Laurent Charignon
wix: remove cacert.pem from Windows distribution
stable
2015-04-23, by Yuya Nishihara
tests: use double quote to quote arguments in hook for portability
stable
2015-04-23, by FUJIWARA Katsunori
record: fix record with change on moved file crashes (issue4619)
stable
2015-04-22, by Laurent Charignon
check-code: check os.path.join(*, '') not working correctly with Python 2.7.9
stable
2015-04-22, by FUJIWARA Katsunori
unionrepo: use pathutil.normasprefix to ensure os.sep at the end of cwd
stable
2015-04-22, by FUJIWARA Katsunori
bundlerepo: use pathutil.normasprefix to ensure os.sep at the end of cwd
stable
2015-04-22, by FUJIWARA Katsunori
dirstate: use pathutil.normasprefix to ensure os.sep at the end of root
stable
2015-04-22, by FUJIWARA Katsunori
bookmarks: add i18n hints to bookmark sync states
stable
2015-04-21, by Wagner Bruna
histedit: fix typo in abort message
stable
2015-04-21, by Wagner Bruna
help: fix typos in txnclose and txnabort documentation
stable
2015-04-21, by Wagner Bruna
util: fix the check for non-C99 compilers (issue4605)
stable
2015-04-20, by Kevin Bullock
histedit: fix rollup prompting for a commit message (issue4606)
stable
2015-04-20, by Durham Goode
test-hook.t: don't directly use redirect to /dev/null in hook for Windows
stable
2015-04-20, by Matt Harbison
mq: avoid silent failure when single patch doesn't apply (issue4604)
stable
2015-04-20, by Matt Mackall
pushkey: flush pending data before running a pre-pushkey hook (issue4607)
stable
2015-04-20, by Pierre-Yves David
pushkey: use hook arguments from transaction when one exists
stable
2015-04-20, by Pierre-Yves David
util.h: also sniff for C99 before trying to use stdbool.h (issue4605)
stable
2015-04-20, by Augie Fackler
changelog: fix readpending if no pending data exist (issue4609)
stable
2015-04-20, by Pierre-Yves David
afterlock: add the callback to the top level lock (issue4608)
stable
2015-04-20, by Pierre-Yves David
debuglock: access the lock file using the proper vfs
stable
2015-04-20, by Pierre-Yves David
status: pass matcher to pathcopies()
stable
2015-04-19, by Martin von Zweigbergk
annotate: prepare ancestry context of workingfilectx
stable
2015-04-18, by Yuya Nishihara
committablefilectx: propagate ancestry info to parent to fix annotation
stable
2015-04-18, by Yuya Nishihara
filectx: extract function to create parent fctx keeping ancestry info
stable
2015-04-18, by Yuya Nishihara
filectx: factor out creation of parent fctx
stable
2015-04-18, by Yuya Nishihara
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip