Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-240
+240
+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.
demandimport: handle already-loaded nested modules in subload
2006-12-17, by Brendan Cully
Added signature for changeset 27230c29bfec36d5540fbe1c976810aefecfd1d2
2006-12-17, by Matt Mackall
Added tag 0.9.3 for changeset 27230c29bfec
2006-12-17, by Matt Mackall
fix calculation of new heads added during push with -r
0.9.3
2006-12-17, by Benoit Boissinot
Merge with crew
2006-12-17, by Matt Mackall
demandimport: fix import x.y.z as a when x.y is already imported.
2006-12-17, by Matt Mackall
merge with crew-stable
2006-12-16, by Thomas Arendsen Hein
Adjust test-help output for the change in 3c82ab166eea.
2006-12-16, by Thomas Arendsen Hein
Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
2006-12-16, by Thomas Arendsen Hein
convert-repo: update usage information
2006-12-16, by Alexis S. L. Carvalho
Make 'hg sign' behave like other commands: Default to current parent.
2006-12-16, by Thomas Arendsen Hein
doc fix: hg tags defaults to current parent revision, too.
2006-12-16, by Thomas Arendsen Hein
doc string fix: hg cat and manifest default to current parent revision.
2006-12-16, by Thomas Arendsen Hein
Using --date "" isn't possible, so don't document epoch. (see issue447)
2006-12-16, by Thomas Arendsen Hein
Merge with stable
2006-12-16, by Matt Mackall
convert-repo: avoid adding bogus value to shamap on tag update
2006-12-16, by Matt Mackall
convert-repo: fix recoding of committer
2006-12-16, by Matt Mackall
merge with crew-stable
2006-12-16, by Thomas Arendsen Hein
Include hg.1.gendoc.txt in doc/MANIFEST to prevent unnecessary rebuild.
2006-12-16, by Thomas Arendsen Hein
Regenerate hg.1 manpage if help text in help.py changes.
2006-12-16, by Thomas Arendsen Hein
merge with crew-stable
2006-12-16, by Alexis S. L. Carvalho
util.system: fix quoting on windows
2006-12-16, by Alexis S. L. Carvalho
templater.py: fix obfuscate
2006-12-16, by Alexis S. L. Carvalho
Make demandimport pass all tests on python2.5.
2006-12-15, by Brendan Cully
Merge with crew-stable
2006-12-15, by Brendan Cully
fix strip on windows
2006-12-15, by Benoit Boissinot
Don't use node length for calculating revision number length.
2006-12-15, by Thomas Arendsen Hein
Make sequence number on hg export start at 1 (as documented for %n). Add test.
2006-12-15, by Thomas Arendsen Hein
Merge with main
2006-12-15, by Brendan Cully
merge with main
2006-12-15, by Benoit Boissinot
use parent.__setattr__ instead of __dict__
2006-12-14, by Benoit Boissinot
Merge with main
2006-12-14, by Brendan Cully
demandimport: ignore _hashlib and email.mime
2006-12-15, by Matt Mackall
Fix setup.py warning
2006-12-15, by Matt Mackall
Disable demandloading in setup.py
2006-12-14, by Matt Mackall
Simplify i18n imports
2006-12-14, by Matt Mackall
Fix demandload bits of setup.py py2exe support
2006-12-14, by Matt Mackall
Fix a pygettext complaint
2006-12-14, by Matt Mackall
Enable gettext translations
2006-12-14, by Matt Mackall
Merge with crew
2006-12-14, by Matt Mackall
merge with crew-stable
2006-12-14, by Thomas Arendsen Hein
Corrected synopsis for many commands.
2006-12-14, by Thomas Arendsen Hein
merge with hg-stable
2006-12-14, by Thomas Arendsen Hein
Merging crew-stable
2006-12-14, by Thomas Arendsen Hein
Set charset encoding for hgwebdir, too.
2006-12-14, by Thomas Arendsen Hein
merge with crew
2006-12-14, by Benoit Boissinot
spelling fix
2006-12-14, by Benoit Boissinot
patchbomb: use ui.edit to compose summary mail
2006-12-13, by Brendan Cully
zsh: better fix for partial completions
2006-12-12, by Steve Borho
Replace demandload with new demandimport
2006-12-13, by Matt Mackall
Remove deprecated old-style branch support
2006-12-12, by Matt Mackall
Fix copy detection corner case
2006-12-12, by Matt Mackall
mq: fix qheader without args when guards are applied after qtop
2006-12-12, by Brendan Cully
Fix test output for test-mq-guards (changed by 22d18051f9e5)
2006-12-12, by Thomas Arendsen Hein
fix MANIFEST generation
2006-12-12, by Benoit Boissinot
mq: auto-ignore guards in qinit -c
2006-12-11, by Brendan Cully
mq: fix explain_pushable for negative guards
2006-12-11, by Brendan Cully
Add instructions how to redo/finish failed merge with local working directory.
2006-12-11, by Thomas Arendsen Hein
hgweb.cgi and hgwebdir.cgi fixes/cleanups for user configurable parts:
2006-12-11, by Thomas Arendsen Hein
Added signature for changeset 36a957364b1b89c150f2d0e60a99befe0ee08bd3
2006-12-10, by Matt Mackall
Added tag 0.9.2 for changeset 36a957364b1b
2006-12-10, by Matt Mackall
Make make dist a bit quieter
0.9.2
2006-12-10, by Matt Mackall
Automatically build MANIFEST for make dist
2006-12-10, by Matt Mackall
Remove hard-coded version numbers and release notes from packaging
2006-12-10, by Matt Mackall
Use UTF-8 in .hg/branch
2006-12-10, by Alexis S. L. Carvalho
Indicate the purpose of the dummy changelog file in itself.
2006-12-10, by Thomas Arendsen Hein
fix reserved char on windows, '[]+' are allowed
2006-12-10, by Benoit Boissinot
fix errors spotted by pychecker
2006-12-10, by Benoit Boissinot
debuginstall: fix an incorrect variable
2006-12-10, by Benoit Boissinot
Uniformisation of commit help for -m and -l.
2006-11-20, by Mathieu Clabaut
streamclone: remove unnecessary test, pconvert names
2006-12-10, by Benoit Boissinot
debuginstall: fix a copy/paste error
2006-12-10, by Benoit Boissinot
Merge Benoit's .hg/store support
2006-12-10, by Matt Mackall
switch to the .hg/store layout, fix the tests
2006-12-01, by Benoit Boissinot
create the encode and decode functions for the store
2006-12-10, by Benoit Boissinot
add "requires" file to the repo, specifying the requirements
2006-12-10, by Benoit Boissinot
move code around
2006-12-10, by Benoit Boissinot
don't use localrepo.__init__ to create the dest repo with clone+hardlinks
2006-12-10, by Benoit Boissinot
Add some remedies and a username check to debuginstall
2006-12-10, by Matt Mackall
Update README to mention hg debuginstall
2006-12-10, by Matt Mackall
Make debuginstall actually attempt to use external patch and merge
2006-12-10, by Matt Mackall
Make test-encoding return 0
2006-12-10, by Matt Mackall
Add debuginstall command to do basic install tests
2006-12-10, by Matt Mackall
make transcoding more robust
2006-12-09, by Matt Mackall
remove unnecessary call to umask
2006-12-09, by Benoit Boissinot
Show the destionation for clone if not specified manually.
2006-12-09, by Thomas Arendsen Hein
Removed unneeded OSError exception handler.
2006-12-09, by Thomas Arendsen Hein
Fixes test-encoding for python2.3 and minor cleanups:
2006-12-09, by Thomas Arendsen Hein
Use util.always instead of creating a new lambda function in show_changeset
2006-12-09, by Thomas Arendsen Hein
Fix log regression where log -p file showed diffs for other files
2006-12-08, by Matt Mackall
Fix hg serve -6 getsockname handling
2006-12-08, by Brendan Cully
Allow the user to specify the fallback encoding for the changelog
2006-12-08, by Alexis S. L. Carvalho
Removed unknown option -t in test-status
2006-12-08, by Thomas Arendsen Hein
Merge with mpm
2006-12-08, by Brendan Cully
Merge with mpm
2006-12-08, by Brendan Cully
transplant: don't add extra newlines to changelog entry in filter
2006-12-08, by Brendan Cully
Merge with crew
2006-12-08, by Matt Mackall
Add doc notes about revert and hg status vs diff
2006-12-08, by Matt Mackall
merge with main
2006-12-08, by Thomas Arendsen Hein
log: convert branch names to the local encoding
2006-12-08, by Alexis S. L. Carvalho
fix encoding conversion of branch names when mq is loaded
2006-12-07, by Alexis S. L. Carvalho
fix hg diff -r ''
2006-12-07, by Alexis S. L. Carvalho
Fixed indentation, spacing and a typo (debugdata->debugdate) in commands.table.
2006-12-07, by Thomas Arendsen Hein
context: don't spuriously raise abort when a file goes missing.
2006-12-08, by Matt Mackall
Add notes about diff/merge asymmetry to export, diff, and log
2006-12-08, by Matt Mackall
Teach convert-repo to deal with mixed charsets in git
2006-12-07, by Matt Mackall
Merge with crew
2006-12-06, by Matt Mackall
Merge with mpm
2006-12-06, by Brendan Cully
Merge with mpm
2006-12-06, by Brendan Cully
zsh: fix completions with relative paths
2006-12-05, by Steve Borho
zsh: remove deprecated -f option for hg update
2006-12-05, by Steve Borho
Remove date parameter from merge
2006-12-06, by Matt Mackall
Add --date support to update and revert
2006-12-06, by Matt Mackall
Add --date support to log
2006-12-06, by Matt Mackall
Add date matching support
2006-12-06, by Matt Mackall
Update dates help topic
2006-12-06, by Matt Mackall
Update tests
2006-12-06, by Matt Mackall
parsedate: add UTC and GMT timezones
2006-12-06, by Matt Mackall
improve date parsing for numerous new date formats
2006-12-06, by Matt Mackall
parsedate: allow '' for epoch
2006-12-06, by Matt Mackall
parsedate: use Abort rather than ValueError
2006-12-06, by Matt Mackall
add debugdate command
2006-12-06, by Matt Mackall
Merge with crew
2006-12-06, by Matt Mackall
Don't report an error when closing heads during local push (issue387)
2006-12-05, by Thomas Arendsen Hein
Removed unused parameters/options of update command.
2006-12-05, by Thomas Arendsen Hein
Add "null" pseudo-tag pointing to nullid
2006-12-05, by Brendan Cully
hgk: show view in short command list
2006-12-05, by Matt Mackall
move patterns topics
2006-12-05, by Matt Mackall
move environment topic
2006-12-05, by Matt Mackall
Generate docs for help topics
2006-12-05, by Matt Mackall
Allow topics to be callables
2006-12-05, by Matt Mackall
Add basic support for help topics and a dates topic
2006-12-05, by Matt Mackall
use forward "/" for internal path and static http, fix issue437
2006-12-05, by Benoit Boissinot
merge with crew
2006-12-05, by Benoit Boissinot
Fix revrange() call in the churn contrib
2006-12-05, by Edouard Gomez
introduce localrepo.spath for the store path, sopener fixes
2006-12-05, by Benoit Boissinot
localrepo: change aftertrans to be independant of the store path
2006-12-05, by Benoit Boissinot
Use python instead of shell printf with \x sequences for test-encoding.
2006-12-05, by Thomas Arendsen Hein
Merge with crew
2006-12-04, by Matt Mackall
bundlerepo: don't hardcode the revlog filename
2006-12-04, by Benoit Boissinot
make hg commit <dirname> work again
2006-11-21, by Alexis S. L. Carvalho
imported patch collision
2006-12-04, by Matt Mackall
imported patch folding
2006-12-04, by Matt Mackall
Make quoting in test-encoding simpler
2006-12-04, by Matt Mackall
update test-debugcomplete
2006-12-04, by Matt Mackall
hgweb: report detected character set
2006-12-03, by Matt Mackall
test-encoding: copy a bundle from TESTDIR rather than constructing one
2006-12-03, by Matt Mackall
Hex-encode ! in test-encoding printf
2006-12-03, by Matt Mackall
Add output for encoding test
2006-12-03, by Matt Mackall
Add a charset encoding test case
2006-12-03, by Matt Mackall
tests: set a default encoding for running tests (ASCII)
2006-12-03, by Matt Mackall
Add documentation for charset encoding options
2006-12-03, by Matt Mackall
Add global options for setting encoding and encodingmode
2006-12-03, by Matt Mackall
Handle transcoding of branch names
2006-12-03, by Matt Mackall
Handle transcoding of tags
2006-12-03, by Matt Mackall
Handle transcoding of username and description in changelog
2006-12-03, by Matt Mackall
Add functions for transcoding and manipulating multibyte strings
2006-12-03, by Matt Mackall
Add encoding detection
2006-12-03, by Matt Mackall
merge with crew
2006-12-02, by Thomas Arendsen Hein
Move ellipsis code to util.ellipsis() and improve maxlength handling.
2006-12-02, by Thomas Arendsen Hein
Use UnexpectedOutput exception instead of RepoError in sshrepo, too.
2006-12-02, by Thomas Arendsen Hein
Change sshrepo.repoerror() into a more flexible sshrepo.raise_().
2006-12-02, by Thomas Arendsen Hein
Don't show traceback on 'hg clone -r unknown ssh://hg.example.com/'.
2006-12-02, by Thomas Arendsen Hein
fix qseries -v and guards interaction
2006-12-02, by Alexis S. L. Carvalho
changegroup.py: delay the loading of the bz2 and zlib modules
2006-12-02, by Alexis S. L. Carvalho
Ignore all errors while parsing the branch cache.
2006-12-02, by Alexis S. L. Carvalho
small fixes for test-newbranch
2006-12-02, by Alexis S. L. Carvalho
transplant: split filter args into changelog entry and patch
2006-12-01, by Brendan Cully
transplant: log source node when recovering too.
2006-12-01, by Brendan Cully
transplant: clobber old series when transplant fails
2006-12-01, by Brendan Cully
merge with crew
2006-12-01, by Thomas Arendsen Hein
Use unsigned version format.
2006-12-01, by Thomas Arendsen Hein
Improve error message for unknown revlog flags.
2006-12-01, by Thomas Arendsen Hein
Merge with crew
2006-12-01, by Brendan Cully
transplant: "filtering %s\n"
2006-12-01, by Brendan Cully
Don't require a diff which accepts the -N option.
2006-12-01, by Thomas Arendsen Hein
Compatibility fix for 'ln -sf'.
2006-12-01, by Thomas Arendsen Hein
additional fixes for issue436
2006-12-01, by Alexis S. L. Carvalho
Fix test-rename-dir-merge for different implementations of ls.
2006-12-01, by Thomas Arendsen Hein
Fix test-notify for systems without or with a different version of diffstat.
2006-12-01, by Thomas Arendsen Hein
merge with upstream
2006-12-01, by Thomas Arendsen Hein
add test for issue436
2006-12-01, by Benoit Boissinot
verify: add rename link checking
2006-12-01, by Matt Mackall
Make revlog error slightly less scary
2006-12-01, by Matt Mackall
Fix argument handling for hg -v pull -v x (issue 436)
2006-12-01, by Matt Mackall
update bugzilla extension to use ui buffers
2006-12-01, by Matt Mackall
add test for the notify extension
2006-12-01, by Matt Mackall
fix notify with new ui buffering
2006-12-01, by Matt Mackall
use ui buffering in changeset printer
2006-12-01, by Matt Mackall
add a simple nested buffering scheme to ui
2006-12-01, by Matt Mackall
make manifest friendlier
2006-11-30, by Matt Mackall
Add missing test output
2006-11-30, by Matt Mackall
Fix test permission
2006-11-30, by Matt Mackall
merge: handle directory renames
2006-11-30, by Matt Mackall
merge: pull findcopies helpers inside, refactor checkpair to checkcopies
2006-11-30, by Matt Mackall
merge: move check for empty ancestor into findcopies
2006-11-30, by Matt Mackall
merge: only store one direction of copies in the copy map
2006-11-30, by Matt Mackall
merge: add copied hash to simplify copy logic
2006-11-30, by Matt Mackall
merge: remove unused match logic from findcopies
2006-11-30, by Matt Mackall
merge: report destinations of moves in merge action messages
2006-11-30, by Matt Mackall
transplant: recover added/removed files after failed application
2006-11-30, by Brendan Cully
transplant: preserve filter changes in --continue log
2006-11-30, by Brendan Cully
transplant: fix --continue; add --continue test
2006-11-30, by Brendan Cully
transplant: show_changeset moved to cmdutil
2006-11-29, by Brendan Cully
Make sed expression in test-committer compatible with GNU sed 3.x.
2006-11-29, by Thomas Arendsen Hein
only print a warning when no username is specified
2006-11-28, by Benoit Boissinot
add a comment about '\n' and '\r' and streaming clone
2006-11-28, by Benoit Boissinot
add test for issue433
2006-11-28, by Benoit Boissinot
fix hg log -r ''
2006-11-27, by Alexis S. L. Carvalho
handle files with more than one git binary patch
2006-11-27, by Alexis S. L. Carvalho
handle files with both git binary patches and copy/rename ops
2006-11-27, by Alexis S. L. Carvalho
Make context __eq__ handle arbitrary RHS values
2006-11-27, by Brendan Cully
Add transplant extension
2006-11-27, by Brendan Cully
don't create the .hg/data at init time
2006-11-27, by Benoit Boissinot
context: None is not a valid filenode (revert from 23ede9e7ad4d)
2006-11-27, by Benoit Boissinot
update rewrite-log for tip ; chmod it
2006-11-26, by Benoit Boissinot
merge: Don't search for copies across unrelated manifests
2006-11-23, by Brendan Cully
Expand test-commit to cover one of the recent bugs.
2006-11-22, by Giorgos Keramidas
Make mq use changegroup.writebundle for writing strip backups.
2006-11-22, by Thomas Arendsen Hein
Removed unused ui parameter from revpair/revrange and fix its users.
2006-11-22, by Thomas Arendsen Hein
Use 'bundletype' instead of 'type' to not shadow built-in function.
2006-11-22, by Thomas Arendsen Hein
BZ2Compressor already defaults to compresslevel=9.
2006-11-22, by Thomas Arendsen Hein
fix writebundle for bz2 bundles
2006-11-22, by Benoit Boissinot
fix push over HTTP to older servers
2006-11-21, by Alexis S. L. Carvalho
Don't generate git patches that rename a file to multiple destinations
2006-11-20, by Alexis S. L. Carvalho
handle git patches that rename a file to more than one destination
2006-11-20, by Alexis S. L. Carvalho
qrefresh: fix handling of copies in the fast path
2006-11-20, by Alexis S. L. Carvalho
qrefresh: fix handling of added files (including copies) in the slow path
2006-11-20, by Alexis S. L. Carvalho
qrefresh: respect --git even in the slow path
2006-11-20, by Alexis S. L. Carvalho
add --git option to qdiff
2006-11-20, by Alexis S. L. Carvalho
diff: better detection of renames when comparing with the working dir.
2006-11-20, by Alexis S. L. Carvalho
fix typo in mercurial/patch.py
2006-11-20, by Alexis S. L. Carvalho
renamedbetween: only return (file, node) pairs that exist in the original rev
2006-11-20, by Alexis S. L. Carvalho
diff: improve detection of renames when diffing across many revisions
2006-11-20, by Alexis S. L. Carvalho
Merge with crew
2006-11-20, by Brendan Cully
mq: add --git option to qimport -r
2006-11-20, by Brendan Cully
Make qrefresh help more explanatory for options -m, -l and -s
2006-11-19, by Mathieu Clabaut
Improved examples for network support in README.
2006-11-20, by Thomas Arendsen Hein
Corrected "waiting for lock on repository FOO held by BAR" message.
2006-11-20, by Thomas Arendsen Hein
Handle locking exceptions if streaming clone can't lock the repo. (Issue324)
2006-11-20, by Thomas Arendsen Hein
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip