Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
filemerge: eliminate most uses of tempfiles
2017-08-31, by Phil Cohen
filemerge: extract _maketemp and _makebackup
2017-08-31, by Phil Cohen
encoding: check overflow while calculating size of JSON escape buffer
2017-08-31, by Yuya Nishihara
editor: use an unambiguous path suffix for editor files
2017-08-30, by Michael Bolin
revlog: move check for wdir from changelog to revlog
2017-08-30, by Martin von Zweigbergk
debugssl: allow a URL to be specified without a local repository
stable
2017-08-29, by Matt Harbison
revlog: use pycompat.bytestr() to reliably have a %s-able value
2017-08-22, by Augie Fackler
debugcommands: stabilize output of debugbundle by having a custom repr
2017-08-22, by Augie Fackler
python3: whitelist another 5 passing tests found with the ratchet script
2017-08-22, by Augie Fackler
python3: replace sorted(<dict>.iterkeys()) with sorted(<dict>)
2017-08-22, by Augie Fackler
python3: wrap all uses of <exception>.strerror with strtolocal
2017-08-22, by Augie Fackler
pager: do not start pager if `ui` has been `pushbuffer`-ed
2017-08-30, by Jun Wu
revset: do not flip "and" arguments when optimizing
2017-08-30, by Jun Wu
revset: make match function follow given subset if specified (API)
2017-08-30, by Yuya Nishihara
revset: move order argument to run-time match function
2017-08-30, by Yuya Nishihara
revset: fix example describing how ordering is determined
2017-08-30, by Yuya Nishihara
revset: move order constants from revsetlang
2017-08-30, by Yuya Nishihara
tag: use filtered repo when creating new tags (issue5539)
2017-08-29, by Denis Laxalde
extensions: add wrappedfunction() context manager
2017-08-21, by Martin von Zweigbergk
mdiff: add a --ignore-space-at-eol option
2017-08-29, by David Soria Parra
revset: improve documentation about ordering handling
2017-08-25, by Jun Wu
revset: remove order information from tree (API)
2017-08-20, by Jun Wu
revset: drop optimization about reordering "or" set elements
2017-08-28, by Jun Wu
rebase: use _ctxdesc in one more place
2017-08-29, by Jun Wu
rebase: move working parent and bookmark for obsoleted revs (BC)
2017-08-27, by Jun Wu
rebase: remove an unnecessary adjustdest in clearrebased
2017-08-29, by Jun Wu
rebase: sort destmap topologically
2017-08-21, by Jun Wu
rebase: initial support for multiple destinations
2017-08-29, by Jun Wu
rebase: change internal format to support destination map
2017-08-11, by Jun Wu
rebase: rewrite _computeobsoletenotrebased
2017-08-11, by Jun Wu
util: use ~ as a suffix for a temp file in the same directory as a source file
2017-08-22, by Michael Bolin
morestatus: simplify check for unresolved merge conflicts
2017-08-28, by Martin von Zweigbergk
tests: rename test-terse-status.t to test-status-terse.t
2017-08-28, by Martin von Zweigbergk
metadataonlyctx: don't crash when reusing the manifest with deletions
2017-08-28, by Jun Wu
context: make parents and text optional in metadataonlyctx
2017-08-28, by Jun Wu
test: add more obsmarker tests for pruning scenarios
2017-08-17, by Boris Feld
template: better prune support in obsfate
2017-07-03, by Boris Feld
template: compute dates in obsfatedate
2017-07-03, by Boris Feld
template: compute user in obsfateusers
2017-07-03, by Boris Feld
template: compute verb in obsfateverb
2017-07-03, by Boris Feld
contrib: add test-check-module-imports.t to the Python 3 whitelist
2017-08-22, by Augie Fackler
tests: update test-obsolete to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-largefiles-cache to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-inherit-mode to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-relink to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-strip to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-share to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-requires to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-progress to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-patchbomb to pass our import checker
2017-08-22, by Augie Fackler
merge with stable
2017-08-28, by Augie Fackler
dirstate: perform transactions with _copymap using single call, where possible
2017-08-23, by Michael Bolin
pull: do not prompt "hg update" if update.requiredest is set
2017-08-24, by Jun Wu
changelog: abort on attempt to write wdir revision
2017-08-25, by Martin von Zweigbergk
phabsend: show associated Differential Revisions with --confirm
2017-08-24, by Jun Wu
phabsend: print the actual URL with --confirm
2017-08-24, by Jun Wu
phabsend: detect patch change with larger context
2017-08-24, by Jun Wu
phabsend: make --amend the default
2017-08-24, by Jun Wu
phabsend: polish the docstring a bit
2017-08-24, by Jun Wu
record: make the m key open an editor for the commit message (issue5667)
2017-08-28, by Peter Vitt
tests: update test-patch to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-pager to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-obsolete to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-notify to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-merge1 to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-merge-symlinks to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-logtoprocess to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-log to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-log-exthook to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-largefiles-wireproto to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-largefiles-small-disk to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-keyword to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-impexp-branch to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-help to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-hardlinks to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-glog to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-fncache to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-eol to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-dirstate to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-debugcommands to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-convert-clonebranches to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-commit to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-command-template to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-chg to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-bundle2-format to pass import checker
2017-08-22, by Augie Fackler
tests: update test-bundle2-pushback to pass the import checker
2017-08-22, by Augie Fackler
tests: update test-bookmarks to pass the import checker
2017-08-22, by Augie Fackler
tests: update test-bisect to pass our module import checker
2017-08-22, by Augie Fackler
tests: update test-archive to pass our module import checker
2017-08-22, by Augie Fackler
tests: update test-annotate to pass our module import checker
2017-08-22, by Augie Fackler
obsolete: fix old typo
2017-07-03, by Boris Feld
obsolete: move merge logic on the smaller object
2017-07-03, by Boris Feld
releasenotes: view admonition titles using -l flag
2017-08-28, by Rishabh Madan
tests: move baduisetup test inside "#if demandimport"
2017-08-26, by Martin von Zweigbergk
revlog: abort on attempt to write null revision
2017-08-25, by Martin von Zweigbergk
context: remove unnecessary default values for matchers (API)
2017-08-22, by Martin von Zweigbergk
context: always pass a matcher into _matchstatus() (API)
2017-08-22, by Martin von Zweigbergk
test-casecollision-merge: fix the test
2017-08-23, by Jun Wu
run-tests: make per-line condition support testcase names
2017-08-20, by Jun Wu
simplemerge: refactor _picklabels to be more compact
2017-08-25, by Phil Cohen
simplemerge: remove check for null context
2017-08-25, by Phil Cohen
run-tests: pass unicode to Pygments
2017-08-24, by Yuya Nishihara
run-tests: factor out highlight functions
2017-08-24, by Yuya Nishihara
run-tests: include "\n" in formatted message instead of calling writeln()
2017-08-24, by Yuya Nishihara
encoding: add fast path of from/toutf8b() for ASCII strings
2017-04-23, by Yuya Nishihara
encoding: add fast path of from/tolocal() for ASCII strings
2017-04-23, by Yuya Nishihara
encoding: add function to test if a str consists of ASCII characters
2017-04-23, by Yuya Nishihara
encoding: add fast path of jsonescape() (issue5533)
2017-04-23, by Yuya Nishihara
encoding: extract stub for fast JSON escape
2017-04-23, by Yuya Nishihara
journal: do not use atomictemp (issue5338)
2017-08-24, by Jun Wu
tests: update test-commandserver to pass our import checker
2017-08-22, by Augie Fackler
tests: add blank output lines to test-commandserver
2017-08-22, by Augie Fackler
contrib: make import-checker agree more with run-tests about heredocpy
2017-08-22, by Augie Fackler
contrib: add bzrlib to list of packages from which we import symbols
2017-08-22, by Augie Fackler
tests: ensure demandimport test uses absolute_import
2017-08-22, by Augie Fackler
tests: blacklist test-demandimport from test-check-module-imports
2017-08-22, by Augie Fackler
tests: sort excluded test files in test-check-module-imports
2017-08-22, by Augie Fackler
contrib: allow symbol imports from hgclient for tests
2017-08-22, by Augie Fackler
tests: blacklist some more entries in module import checks
2017-08-22, by Augie Fackler
bookmarks: allow deleting active bookmark using '.'
2017-08-24, by David Demelier
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip