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.
run-tests: os.popen returns a string, make it bytes again
2015-04-13, by Augie Fackler
run-tests: be more paranoid about os.system using bytes
2015-04-13, by Augie Fackler
run-tests: blacklist entries are bytes, use bname to check blacklisting
2015-04-13, by Augie Fackler
test-run-tests.t: work around file.write() returning an int
2015-04-13, by Augie Fackler
run-tests: write bytes to the binary buffer on sys.{stdout,stderr}
2015-04-14, by Augie Fackler
run-tests: record faildata using bytes instead of str
2015-04-14, by Augie Fackler
run-tests: do cdata escaping using bytes instead of str
2015-04-14, by Augie Fackler
run-tests: make sure keyword(s) are in bytes and not str
2015-04-13, by Augie Fackler
run-tests: use items instead of iteritems on dicts
2015-04-13, by Augie Fackler
run-tests: refer to test.bname when sniffing for keywords
2015-04-13, by Augie Fackler
run-tests: string-escape no longer exists in python 3, use unicode_escape
2015-04-13, by Augie Fackler
run-tests: switch all uses of iolock.acquire() to a context manager
2015-04-13, by Augie Fackler
run-tests: use difflib.diff_bytes on Python 3
2015-04-21, by Augie Fackler
run-tests: fix installation of hg by bytesifying more constants
2015-04-12, by Augie Fackler
setup: decode xcode version number on python3
2015-04-12, by Augie Fackler
run-tests: work around with_hg being bytes or string depending on provenance
2015-04-12, by Augie Fackler
run-tests: even more bytestring annotations for Python 3
2015-04-14, by Augie Fackler
run-tests: write bytes to sys.stdout.buffer in python 3
2015-04-14, by Augie Fackler
run-tests: be more judicious about bytes vs string on test attrs
2015-04-14, by Augie Fackler
run-tests: fix _findprogram to reliably return bytes
2015-04-14, by Augie Fackler
run-tests: introduce a name for os.environb
2015-04-14, by Augie Fackler
run-tests: work around chr() producing unicode in Python 3
2015-04-14, by Augie Fackler
run-tests: use bytes when constructing shell script
2015-04-11, by Augie Fackler
run-tests: use bytes explicitly for tmpdir and hgrc construction
2015-04-11, by Augie Fackler
run-tests: work around the rename of xrange to range
2015-04-11, by Augie Fackler
heredoctest: 2to3 -w -f numliterals -f except -f print tests/heredoctest.py
2015-04-12, by Augie Fackler
python3: update killdaemons and run-tests print and exception syntax
2015-04-11, by Augie Fackler
check-code: allow with statements
2015-05-13, by Pierre-Yves David
check-code: allow 'Except EClass as variable:'
2015-05-13, by Pierre-Yves David
check-code: allow print and exec as a function
2015-05-13, by Pierre-Yves David
pathencode: for long paths, strip first 5 chars, not first dir
2015-05-06, by Martin von Zweigbergk
util.h: kill no longer needed definitions for Python < 2.5
2015-05-13, by Adrian Buehlmann
rebase: add short -k option for --keep
2015-05-12, by Nat Mote
revset: test current behavior of addset class
2015-03-30, by Yuya Nishihara
revset: remove duplicated definition of choice() from addset._iterordered()
2015-04-27, by Yuya Nishihara
canonpath: fix infinite recursion
2015-05-12, by Matt Mackall
commit: no longer allow empty commit with the 'force' argument (API)
2015-05-12, by Pierre-Yves David
import: use ui.allowemptycommit to allow empty commits
2015-05-11, by Durham Goode
mq: use ui.allowemptycommit to allow empty commits
2015-05-11, by Durham Goode
commit: add ui.allowemptycommit config option
2015-05-11, by Durham Goode
commit: move empty commit condition to a new line
2015-05-11, by Durham Goode
dirs: speed up by storing number of direct children per dir
2015-05-08, by Martin von Zweigbergk
dirs: back out forward-searching in finddirs()
2015-05-08, by Martin von Zweigbergk
templatekw: replace currentbookmark with activebookmark keyword
2015-04-15, by Ryan McElroy
templatekw: introduce activebookmark keyword
2015-04-15, by Ryan McElroy
templatekw: rename variable current to active
2015-04-15, by Ryan McElroy
pathutil: hint if a path is root relative instead of cwd relative (issue4663)
2015-05-11, by Matt Harbison
check-code: drop the python 2.5 warning for os.path.relpath()
2015-05-11, by Matt Harbison
setup.py: drop compatibility with Python 2.4 and 2.5 (BC)
2015-05-08, by Pierre-Yves David
rpm.spec: bump python dependency to 2.6
2015-05-08, by Pierre-Yves David
map-cmdline.bisect: rewrite to just %include the default template
2015-05-10, by Jordi Gutiérrez Hermoso
log: add a status template
2015-05-10, by Jordi Gutiérrez Hermoso
tests: fix hidden repeatability problem with age filter test
2015-05-12, by Matt Mackall
help: rewrite template examples to use integer literals where appropriate
2015-05-02, by Yuya Nishihara
templater: update error message of invalid number passed to word() function
2015-05-02, by Yuya Nishihara
templater: tokenize decimal integer literal (issue4638) (BC)
2015-05-01, by Yuya Nishihara
templater: switch methods table on compileexp() of func args and inner expr
2015-05-02, by Yuya Nishihara
templatefilters: don't stringify None into "None"
2015-05-10, by Jordi Gutiérrez Hermoso
hgweb: clearly outline <tr> block in gitweb and spartan styles
2015-05-10, by Anton Shestakov
rebase: use dirstateguard instead of dirstate.invalidate
2015-05-07, by FUJIWARA Katsunori
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip