Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
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
color: add missing handling of stderr capture introduced by 350dc24a553d
stable
2014-04-27, by Yuya Nishihara
hgweb: replace excanvas.js with a newer version
stable
2014-04-23, by Javi Merino
httppeer: reintroduce _abort that accidentally was removed in 167047ba3cfa
stable
2014-04-23, by Mads Kiilerich
bundle2: gracefully handle hook abort
stable
2014-04-21, by Pierre-Yves David
bundle2: gracefully handle PushRaced error during unbundle
stable
2014-04-21, by Pierre-Yves David
bundle2: add an error message to push race error
stable
2014-04-21, by Pierre-Yves David
bundle2: fix raising errors during heads checking
stable
2014-04-21, by Pierre-Yves David
bundle2: gracefully handle UnknownPartError during unbundle
stable
2014-04-21, by Pierre-Yves David
bundle2: catch UnknownPartError during local push
stable
2014-04-22, by Pierre-Yves David
bundle2: catch UnknownPartError during pull
stable
2014-04-21, by Pierre-Yves David
bundle2: catch UnknownPartError during push
stable
2014-04-21, by Pierre-Yves David
bundle2: use a more specific UnknownPartError when no handler is found
stable
2014-04-21, by Pierre-Yves David
bundle2: make error testing more modular
stable
2014-04-21, by Pierre-Yves David
bundle2: gracefully handle abort during unbundle
stable
2014-04-21, by Pierre-Yves David
bundle2: decorate exception raised during bundle processing
stable
2014-04-22, by Pierre-Yves David
histedit, i18n: replace '+' with concatenation to make hggettext happy
stable
2014-04-22, by Wagner Bruna
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip