Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-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.
cmdutil: avoid wrapping ctx.phasestr() by _()
stable
2015-04-25, by FUJIWARA Katsunori
repair: avoid string concatenation by + operator
stable
2015-04-25, by FUJIWARA Katsunori
annotate: always adjust linkrev before walking down to parents (issue4623)
stable
2015-04-25, by Yuya Nishihara
test-commit-interactive: stablize output for no-execbit platforms
stable
2015-04-26, by Matt Harbison
test-bundle2-exchange: make hooks compatible with Windows
stable
2015-04-26, by Matt Harbison
i18n: extract doc string of each web commands as translatable one
stable
2015-04-28, by FUJIWARA Katsunori
subrepo: don't write .hgsubstate lines with empty subrepo state (issue4622)
stable
2015-04-24, by Matt Harbison
revert: restore the ability to revert across case only renames (issue4481)
stable
2015-04-25, by Matt Harbison
convert: avoid traceback in subversion sink
stable
2015-04-27, by Matt Mackall
merge with i18n
stable
2015-04-24, by Matt Mackall
i18n-pt_BR: synchronized with 5947a68fa271
stable
2015-04-23, by Wagner Bruna
template-phases: do not show description or summary if empty
stable
2015-04-24, by Jordi Gutiérrez Hermoso
test-command-template: add a short description of a temporary snippet
stable
2015-04-24, by Jordi Gutiérrez Hermoso
bundle2: also save output when error happens during part processing
stable
2015-04-23, by Pierre-Yves David
bundle2: capture output issue during transaction close
stable
2015-04-23, by Pierre-Yves David
bundle2: also capture hook output during processing
stable
2015-04-23, by Pierre-Yves David
ui: allow capture of subprocess output
stable
2015-04-23, by Pierre-Yves David
bundle2: capture transaction rollback message output (issue4614)
stable
2015-04-23, by Pierre-Yves David
bundle2: issue remote output as "status" (issue4612)
stable
2015-04-24, by Pierre-Yves David
record: edit patch of newly added files (issue4304)
stable
2015-04-23, by Laurent Charignon
record: remove useless line in test
stable
2015-04-23, by Laurent Charignon
revert: apply normallookup on reverted file if size isn't changed (issue4583)
stable
2015-04-24, by FUJIWARA Katsunori
win32: remove cacert.pem file from Inno Setup installer
stable
2015-04-23, by Pascal Quantin
revert: accept just -I/-X without paths or -a/-i (issue4592)
stable
2015-04-22, by Martin von Zweigbergk
record: change wording for record curses interface
stable
2015-04-21, by Laurent Charignon
wix: remove cacert.pem from Windows distribution
stable
2015-04-23, by Yuya Nishihara
tests: use double quote to quote arguments in hook for portability
stable
2015-04-23, by FUJIWARA Katsunori
record: fix record with change on moved file crashes (issue4619)
stable
2015-04-22, by Laurent Charignon
check-code: check os.path.join(*, '') not working correctly with Python 2.7.9
stable
2015-04-22, by FUJIWARA Katsunori
unionrepo: use pathutil.normasprefix to ensure os.sep at the end of cwd
stable
2015-04-22, by FUJIWARA Katsunori
bundlerepo: use pathutil.normasprefix to ensure os.sep at the end of cwd
stable
2015-04-22, by FUJIWARA Katsunori
dirstate: use pathutil.normasprefix to ensure os.sep at the end of root
stable
2015-04-22, by FUJIWARA Katsunori
bookmarks: add i18n hints to bookmark sync states
stable
2015-04-21, by Wagner Bruna
histedit: fix typo in abort message
stable
2015-04-21, by Wagner Bruna
help: fix typos in txnclose and txnabort documentation
stable
2015-04-21, by Wagner Bruna
util: fix the check for non-C99 compilers (issue4605)
stable
2015-04-20, by Kevin Bullock
histedit: fix rollup prompting for a commit message (issue4606)
stable
2015-04-20, by Durham Goode
test-hook.t: don't directly use redirect to /dev/null in hook for Windows
stable
2015-04-20, by Matt Harbison
mq: avoid silent failure when single patch doesn't apply (issue4604)
stable
2015-04-20, by Matt Mackall
pushkey: flush pending data before running a pre-pushkey hook (issue4607)
stable
2015-04-20, by Pierre-Yves David
pushkey: use hook arguments from transaction when one exists
stable
2015-04-20, by Pierre-Yves David
util.h: also sniff for C99 before trying to use stdbool.h (issue4605)
stable
2015-04-20, by Augie Fackler
changelog: fix readpending if no pending data exist (issue4609)
stable
2015-04-20, by Pierre-Yves David
afterlock: add the callback to the top level lock (issue4608)
stable
2015-04-20, by Pierre-Yves David
debuglock: access the lock file using the proper vfs
stable
2015-04-20, by Pierre-Yves David
status: pass matcher to pathcopies()
stable
2015-04-19, by Martin von Zweigbergk
annotate: prepare ancestry context of workingfilectx
stable
2015-04-18, by Yuya Nishihara
committablefilectx: propagate ancestry info to parent to fix annotation
stable
2015-04-18, by Yuya Nishihara
filectx: extract function to create parent fctx keeping ancestry info
stable
2015-04-18, by Yuya Nishihara
filectx: factor out creation of parent fctx
stable
2015-04-18, by Yuya Nishihara
help: fix typo commited -> committed
stable
2015-04-19, by Javi Merino
largefiles: don't mangle filesets when fixing up the log matcher
stable
2015-04-18, by Matt Harbison
largefiles: don't crash when cloning to a remote repo
stable
2015-04-18, by Matt Harbison
run-tests: don't error when glob matched line ends with backslash
stable
2015-04-17, by Gregory Szorc
histedit: change state format to allow non-hash lines
stable
2015-04-17, by Durham Goode
tests: fix portability issue with test-merge-tools
stable
2015-04-17, by Matt Mackall
test-rename-merge2: fix test failure on Windows
stable
2015-04-17, by Matt Harbison
test-add.t: fix output difference between Windows and OS X (issue4603)
stable
2015-04-17, by Matt Harbison
tags: do not abort if failed to write lock file to save cache
stable
2015-04-17, by Yuya Nishihara
Added signature for changeset e89f909edffa
stable
2015-04-16, by Matt Mackall
Added tag 3.4-rc for changeset e89f909edffa
stable
2015-04-16, by Matt Mackall
merge default into stable for 3.4 freeze
stable
3.4-rc
2015-04-16, by Matt Mackall
tests: fix up whitespace complaint
2015-04-16, by Matt Mackall
tests: fix test-tags on vfat
2015-04-16, by Matt Mackall
tests: ignore sha512 flag in bundle2 for py2.4
2015-04-16, by Matt Mackall
bundle2-localpeer: properly propagate the server output on error (issue4594)
2015-04-16, by Pierre-Yves David
bundle2: add on more layer of exception catching in localrepo.unbundle
2015-04-16, by Pierre-Yves David
bundle2-wireproto: properly propagate the server output on error (issue4594)
2015-04-16, by Pierre-Yves David
bundle2: refactor error bundle creation for the wireprotocol
2015-04-16, by Pierre-Yves David
bundle2: store the salvaged output on the exception object
2015-04-16, by Pierre-Yves David
bundle2: add a 'salvageoutput' method on bundle20
2015-04-16, by Pierre-Yves David
bundle2: add a 'copy' method on parts
2015-04-16, by Pierre-Yves David
hooks: add a 'txnabort' hook
2015-04-16, by Pierre-Yves David
help: document the ''HG_TXNID'' environment variable during hooks
2015-04-16, by Pierre-Yves David
match: add a subclass for dirstate normalizing of the matched patterns
2015-04-12, by Matt Harbison
match: move _normalize() into the match class
2015-04-12, by Matt Harbison
largefiles: always consider updatelfiles 'checked' parameter set
2015-01-17, by Mads Kiilerich
largefiles: for update -C, only update largefiles when necessary
2015-04-15, by Mads Kiilerich
subrepo: calculate _relpath for hgsubrepo based on self instead of parent
2015-04-15, by Matt Harbison
subrepo: backout 93b0e0db7929 to restore reporelpath()
2015-04-15, by Matt Harbison
rollback: clear resolve state (issue4593)
2015-04-16, by Matt Mackall
diff: pass the diff matcher to the copy logic
2015-04-16, by Durham Goode
copies: add matcher parameter to copy logic
2015-04-16, by Durham Goode
treemanifest: extract parse method from constructor
2015-04-12, by Martin von Zweigbergk
manifest: duplicate call to addrevision()
2015-04-12, by Martin von Zweigbergk
record: add message when starting record's curses interface
2015-04-16, by Laurent Charignon
subrepo: add include/exclude support for diffing git subrepos
2015-04-14, by Mathias De Maré
revset: undocument wdir() until its command outputs get stable
2015-04-12, by Yuya Nishihara
linkrev: fix issue with annotate of working copy
2015-04-16, by Matt Mackall
merge with stable
2015-04-16, by Matt Mackall
histedit: delete all non-actionclass related code
2015-04-04, by Durham Goode
histedit: improve roll action integration with fold
2015-04-04, by Durham Goode
histedit: move finishfold into fold class
2015-04-04, by Durham Goode
histedit: convert fold/roll actions into a class
2015-04-04, by Durham Goode
histedit: convert edit action into a class
2015-04-04, by Durham Goode
histedit: convert message action into a class
2015-04-04, by Durham Goode
histedit: convert drop action into a class
2015-04-04, by Durham Goode
histedit: convert pick action into a class
2015-04-04, by Durham Goode
histedit: integrate action class into flow
2015-04-04, by Durham Goode
histedit: add a new histeditaction class
2015-04-04, by Durham Goode
histedit: allow histedit --continue when not on a descendant (BC)
2015-04-04, by Durham Goode
tags: explicitly log which tags cache file is being written
2015-04-16, by Gregory Szorc
tags: write a separate tags cache file for unfiltered repos
2015-04-16, by Gregory Szorc
tags: return empty list of heads for no .hgtags case
2015-04-16, by Gregory Szorc
tags: change format of tags cache files
2015-04-16, by Gregory Szorc
tags: don't read .hgtags fnodes from tags cache files
2015-04-16, by Gregory Szorc
rebase: restore bookmark state on abort
2015-04-13, by Tony Tung
histedit: store backup file before histedit
2015-04-04, by Durham Goode
histedit: replace pickle with custom serialization
2015-04-13, by Durham Goode
devel-warn: add a prefix to all messages ("devel-warn: ")
2015-04-15, by Pierre-Yves David
push: acquire local 'wlock' if "pushback" is expected (BC) (issue4596)
2015-04-15, by Pierre-Yves David
annotate: always prepare ancestry context of base fctx (issue4600)
stable
2015-04-16, by Yuya Nishihara
unbundle: acquire 'wlock' when processing bundle2 (BC) (issue4596)
2015-04-15, by Pierre-Yves David
run-test: enable the devel warning during tests
2015-04-12, by Pierre-Yves David
wlock: do not warn for non-wait locking
2015-04-12, by Pierre-Yves David
develwarn: include call site in the simple message version
2015-04-12, by Pierre-Yves David
develwarn: handle the end of line inside the function itself
2015-04-12, by Pierre-Yves David
develwarn: refactor the developer warning logic
2015-04-12, by Pierre-Yves David
lock: update the docstring with order information
2015-04-15, by Pierre-Yves David
wlock: reword the devel warning
2015-04-12, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip