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
+30000
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.
hgk: declare commands using decorator
2014-05-04, by Gregory Szorc
color: declare command using decorator
2014-05-04, by Gregory Szorc
children: declare command using decorator
2014-05-04, by Gregory Szorc
fetch: declare command using decorator
2014-05-04, by Gregory Szorc
extdiff: declare command using decorator
2014-05-04, by Gregory Szorc
churn: declare command using decorator
2014-05-04, by Gregory Szorc
convert: declare commands using decorator
2014-05-04, by Gregory Szorc
debugshell: declare command using decorator
2014-05-04, by Gregory Szorc
largefiles: declare commands using decorator
2014-05-04, by Gregory Szorc
cmdutil: omit redundant "savecommitmessage()" in "tryimportone()"
2014-05-05, by FUJIWARA Katsunori
amend: use "editor" argument for "memctx.__init__" to save commit message
2014-05-05, by FUJIWARA Katsunori
histedit: pass "editor" argument to "memctx.__init__()" for "collapse" command
2014-05-05, by FUJIWARA Katsunori
context: move editor invocation from "makememctx()" to "memctx.__init__()"
2014-05-05, by FUJIWARA Katsunori
localrepo: add "editor" argument to "tag()"
2014-05-05, by FUJIWARA Katsunori
qrefresh: use "editor" argument of "commit()" instead of explicit "ui.edit()"
2014-05-05, by FUJIWARA Katsunori
qrefresh: relocate message/patch-header handling to delay message determination
2014-05-05, by FUJIWARA Katsunori
qnew: use "editor" argument of "commit()" instead of explicit "ui.edit()"
2014-05-05, by FUJIWARA Katsunori
histedit: use "editor" argument of "commit()" instead of explicit "ui.edit()"
2014-05-05, by FUJIWARA Katsunori
test-pyflakes: detect undefined name error
2014-04-29, by Yuya Nishihara
run-tests: initialize global variables to suppress pyflakes warning
2014-05-02, by Yuya Nishihara
merge with stable
2014-05-06, by Matt Mackall
setup.py, make: avoid problems with outdated, existing hgext/__index__.py*
stable
2014-05-05, by Thomas Arendsen Hein
factotum: initialize global variables to suppress pyflakes warning
2014-05-02, by Yuya Nishihara
color: don't fail on error messages when no curses (issue4237)
stable
2014-05-03, by Mads Kiilerich
win32: backout 1a9ebc83a74c
stable
2014-05-03, by Steve Borho
test-check-code-hg: use locate instead of manifest
2014-05-05, by Matt Mackall
test-check-code-hg: drop manual check of non-.py scripts
2014-05-05, by Matt Mackall
test-check-code-hg: use test-repo check
2014-05-05, by Matt Mackall
check-code: look at shebang to identify Python scripts
2014-05-05, by Matt Mackall
tests: use locate to find files for pyflakes check
2014-05-02, by Matt Mackall
merge with stable
2014-05-01, by Matt Mackall
Added signature for changeset 2195ac506c6a
stable
2014-05-01, by Matt Mackall
Added tag 3.0 for changeset 2195ac506c6a
stable
2014-05-01, by Matt Mackall
revset: directly use __contains__ instead of a lambda
stable
3.0
2014-05-01, by Pierre-Yves David
tests: suppress spurious lchmod error from unzip (issue4088)
stable
2014-05-01, by Matt Mackall
orderedlazyset: directly use __contains__ instead of a lambda
stable
2014-05-01, by Pierre-Yves David
lazyset: directly use __contains__ instead of a lambda
stable
2014-05-01, by Pierre-Yves David
merge with i18n
stable
2014-05-01, by Matt Mackall
i18n-ja: synchronized with e9c2f76be74b
stable
2014-04-30, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with e9c2f76be74b
stable
2014-04-30, by Wagner Bruna
rebase: empty revset should be a gentle no-op with exit code 1, not an error
stable
2014-05-01, by Mads Kiilerich
largefiles: better handling of log from other working directory (issue4236)
stable
2014-05-01, by Mads Kiilerich
tests: add repository check for pyflakes test
stable
2014-05-01, by Matt Mackall
spanset: directly use __contains__ instead of a lambda
stable
2014-04-26, by Pierre-Yves David
transaction: fix file descriptor leak for journal.backupfiles
stable
2014-04-30, by Durham Goode
revset: also inline spanset._contained in __len__
stable
2014-04-25, by Pierre-Yves David
revset: inline spanset containment check (fix perf regression)
stable
2014-04-28, by Pierre-Yves David
ancestor: silence multiple ancestor warning outside of merge (issue4234)
stable
2014-04-30, by Matt Mackall
revsetbenchmark: fix error raising
stable
2014-04-25, by Pierre-Yves David
revset: fix revision filtering in spanset.contains (regression)
stable
2014-04-28, by Pierre-Yves David
graft: do not use `.remove` on a smart set (regression)
stable
2014-04-28, by Pierre-Yves David
help: clarify distinction among `contains`/`file`/`filelog`
stable
2014-04-28, by Greg Hurrell
discovery: don't report all "unsynced" remote heads (issue4230)
stable
2014-04-24, by Mads Kiilerich
rebase: don't abort if we're asked to rebase an empty revset
stable
2014-04-23, by Julien Cristau
largefiles: remove directories emptied after their files are moved (issue3515)
stable
2014-04-25, by Matt Harbison
cmdserver: forcibly use L channel to read password input (issue3161)
stable
2014-04-26, by Yuya Nishihara
killdaemons: correct typo of _check() function caught by pyflakes
stable
2014-04-29, by Yuya Nishihara
win32: add missing definition of _ERROR_NO_MORE_FILES caught by pyflakes
stable
2014-04-29, by Yuya Nishihara
exchange: fix invalid reference to bundle2.UnknownPartError caught by pyflakes
stable
2014-04-29, by Yuya Nishihara
match: fix NameError 'pat' on overflow of regex pattern length
stable
2014-04-29, by Yuya Nishihara
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip