Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-64
+64
+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.
debugbuilddag: use progress helper
2018-06-17, by Martin von Zweigbergk
progress: make the progress helper a context manager
2018-06-17, by Martin von Zweigbergk
progress: hide update(None) in a new complete() method
2018-06-17, by Martin von Zweigbergk
rebase: add dry-run functionality
2018-06-16, by Sushil khanchi
py3: add `and None` to suppress return values of .write() calls
2018-06-18, by Pulkit Goyal
py3: slice over bytes to prevent getting ascii values
2018-06-18, by Pulkit Goyal
py3: use pycompat.maplist() instead of map() in hgext/transplant.py
2018-06-18, by Pulkit Goyal
py3: add 4 new passing tests to whitelist
2018-06-18, by Pulkit Goyal
py3: make tests/test-impexp-branch.t compatible with Python 3
2018-06-18, by Pulkit Goyal
py3: convert error instances to bytes using pycompat.bytestr()
2018-06-18, by Pulkit Goyal
py3: encode sys.argv to bytes using .encode()
2018-06-18, by Pulkit Goyal
py3: use '%d' for os.stat_result.st_nlink instead of '%s'
2018-06-18, by Pulkit Goyal
py3: suppress the output of .write() calls in tests/test-revlog-v2.t
2018-06-18, by Pulkit Goyal
py3: add couple of missing b'' prefixes in tests/test-pager-legacy.t
2018-06-18, by Pulkit Goyal
import: use context manager for lock, dirstateguard, transaction
2018-06-14, by Martin von Zweigbergk
streamclone: update progress later to avoid passing None to util.bytecount
2018-06-17, by Augie Fackler
highlight: adjust to attribute being private
2018-06-17, by Augie Fackler
annotate: automatically populate fields referenced from template
2018-05-03, by Yuya Nishihara
annotate: reverse mapping between option name and field name
2018-05-03, by Yuya Nishihara
formatter: provide hint of referenced field names
2018-05-03, by Yuya Nishihara
templater: add function to look up symbols used in template
2018-05-03, by Yuya Nishihara
templater: parse template string to tree by templater class
2018-05-03, by Yuya Nishihara
templater: drop extension point of engine classes (API)
2018-05-03, by Yuya Nishihara
templater: make it clearer that parsing doesn't cause recursion
2018-05-03, by Yuya Nishihara
templater: mark most attributes as private
2018-05-03, by Yuya Nishihara
setdiscovery: use progress helper
2018-06-17, by Martin von Zweigbergk
streamclone: use progress helper
2018-06-16, by Martin von Zweigbergk
similar: use progress helper
2018-06-16, by Martin von Zweigbergk
remove: use progress helper
2018-06-16, by Martin von Zweigbergk
changegroup: use progress helper in apply() (API)
2018-06-15, by Martin von Zweigbergk
progress: create helper class for incrementing progress
2018-06-15, by Martin von Zweigbergk
extensions: use context manger for open()
2018-06-17, by Yuya Nishihara
py3: open extension source in binary mode to read docstring as bytes
2018-06-17, by Yuya Nishihara
grep: adds allfiles mode
2018-06-13, by Sangeet Kumar Mishra
morestatus: remove some extra spaces
2018-06-13, by Pulkit Goyal
graph: improve graph output by using Unicode characters
2018-06-15, by John Stiles
py3: whitelist another 5 passing tests thanks to the ratchet
2018-06-16, by Augie Fackler
shelve: wider check for successful abort in test
2018-05-28, by Boris Feld
shelve: use full hash in tests
2018-05-29, by Boris Feld
phabricator: preserve the phase when amending in the Differential fields
2018-06-14, by Matt Harbison
manifest: fix possible SEGV caused by uninitialized lazymanifest fields
stable
2018-06-15, by Yuya Nishihara
tests: replace `echo -n` with `printf` per check-code
stable
2018-06-15, by Augie Fackler
crecord: fix line number in hunk header (issue5917)
stable
2018-06-14, by Jun Wu
py3: ditch email.parser.BytesParser which appears to be plain crap
2018-06-16, by Yuya Nishihara
py3: remove b'' from error message of disallowed filename
2018-06-16, by Yuya Nishihara
py3: remove b'' from output of test-eol.t
2018-06-16, by Yuya Nishihara
py3: replace s[-1] with s.endswith() in eol handling
2018-06-16, by Yuya Nishihara
py3: fix loop over byte string in wireprotov1peer
2018-06-16, by Yuya Nishihara
py3: glob out some error messages in test-fileset.t
2018-06-16, by Yuya Nishihara
fileset: raise ProgrammingError for bad existing() calls
2018-06-16, by Yuya Nishihara
py3: cast bytes encoding name to str in fileset.py
2018-06-16, by Yuya Nishihara
import: use context manager for wlock
2018-06-14, by Martin von Zweigbergk
tag: use context manager for locks
2018-06-14, by Martin von Zweigbergk
commit: use context manager for locks
2018-06-14, by Martin von Zweigbergk
backout: use context manager for locks
2018-06-14, by Martin von Zweigbergk
backout: use context manager for dirstateguard
2018-06-14, by Martin von Zweigbergk
backout: use context manager for config override
2018-06-14, by Martin von Zweigbergk
update: use context manager for config override (API)
2018-06-14, by Martin von Zweigbergk
resolve: use context manager for config override
2018-06-14, by Martin von Zweigbergk
merge: use context manager for config override
2018-06-14, by Martin von Zweigbergk
graft: use context manager for config override
2018-06-14, by Martin von Zweigbergk
tests: suppress read(-1) -> '' calls in fileobjectobserver
2018-06-14, by Augie Fackler
debugcommands: work around logiofd being a pipe and unseekable
2018-06-14, by Augie Fackler
py3: replace `unicode` with pycompat.unicode
2018-06-13, by Pulkit Goyal
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-64
+64
+100
+300
+1000
+3000
+10000
tip