Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-120
+120
+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.
Incorporated most of Aron Griffis suggestions for sh compatibility.
2005-07-29, by Thomas Arendsen Hein
Use tabs instead of spaces where apropriate.
2005-07-29, by Thomas Arendsen Hein
Allow tests for not yet fixed bugs to fail without generating error diff.
2005-07-29, by Thomas Arendsen Hein
Updated output of tests.
2005-07-29, by Thomas Arendsen Hein
Don't use 'set -x', fix exports, sed and hexdump usage for Solaris.
2005-07-29, by Thomas Arendsen Hein
Adapted README to new needs.
2005-07-29, by Thomas Arendsen Hein
Make tests work on Solaris:
2005-07-29, by Thomas Arendsen Hein
Remove "export FOO=bar" bashism.
2005-07-29, by Thomas Arendsen Hein
Replaced mktemp and usage of ${par:=word}.
2005-07-29, by Thomas Arendsen Hein
Remove usage of ${par:-word}, which and mktemp. Quote filenames.
2005-07-29, by Thomas Arendsen Hein
Ignore test error files, protect dot in .pc/
2005-07-29, by Thomas Arendsen Hein
Merge with upstream
2005-07-29, by Thomas Arendsen Hein
Added tests for bug with three-way-merging of old tip, tip and cwd.
2005-07-23, by Thomas Arendsen Hein
Show all dirstate info for 'hg debugstate'.
2005-07-23, by Thomas Arendsen Hein
Make test-pull work on slow machines, where hg serve needs some time to start.
2005-07-23, by Thomas Arendsen Hein
Fixed test to notice .out file generated by run-test.
2005-07-23, by Thomas Arendsen Hein
add note about -C to update message
2005-07-30, by mpm
Drop -t option from mktemp
2005-07-28, by mpm
Fix the directory and revlog collision problem
2005-07-27, by mpm
Fix undo after aborted commit bug
2005-07-27, by mpm
Fix tests for short changeset hashes and hidden manifest hashes
2005-07-27, by mpm
Add a --time command line option to time hg commands
2005-07-27, by Stephen Darnell
Provided platform dependent implementations for explain_exit
2005-07-27, by thananck
Fix copy in subdirectories
2005-07-27, by mpm
Add changegroup hook for push/pull
2005-07-27, by mpm
Add paths command
2005-07-27, by TK Soh
Shorten hashes displayed in log
2005-07-27, by mpm
Wrap RSS description in CDATA
2005-07-27, by mpm
Add template to mktemp call
2005-07-26, by mpm
Fix up test results
2005-07-26, by mpm
Change sed patterns in tests to strip dates after spaces or tabs
2005-07-26, by mpm
Hide errno in abort messages
2005-07-26, by mpm
Make pull count jargon less confusing
2005-07-25, by mpm
Fixes for annotate
2005-07-23, by mpm
Fix bug in exception handling for hardlink clone
2005-07-23, by mpm
hgeditor: hide checksum mismatch message from md5sum
2005-07-23, by mpm
Fix local file changes being ignored after non-branch merge
2005-07-23, by mpm
Update tests to match new addremove chattiness.
2005-07-22, by Bryan O'Sullivan
Get addremove to use new walk code.
2005-07-22, by Bryan O'Sullivan
Hack to fix missing '/' problem in URLs
2005-07-22, by mpm
Don't mark files with 'm'erge unless we're actually merging branches
2005-07-22, by mpm
Added deprecation warnings if -t or --text is used for commits.
2005-07-22, by Thomas Arendsen Hein
Changed more occurances of 'text' to 'message'.
2005-07-22, by Thomas Arendsen Hein
Change all references to -t --text commit message to -m and --message.
2005-07-22, by Andrew Thompson
Changed coding hint to BOM
2005-07-22, by Thomas Arendsen Hein
Updated TODO.
2005-07-22, by Thomas Arendsen Hein
There was an extra space after 'hg id' when there are no tags.
2005-07-22, by Thomas Arendsen Hein
Updated help strings and test-help:
2005-07-22, by Thomas Arendsen Hein
Added new code contributors, fixed Vincent's name, added hint on encoding.
2005-07-22, by Thomas Arendsen Hein
Show filenames for hg export in verbose mode on a separate lines.
2005-07-22, by Thomas Arendsen Hein
Fixes and cleanups to hgeditor:
2005-07-22, by Thomas Arendsen Hein
Check protocol versions
2005-07-21, by mpm
Simplify content type checking
2005-07-21, by mpm
When pulling from a non hg repository URL (e.g. http://www.kernel.org/hg)
2005-07-21, by Muli Ben-Yehuda
Add tag -t, deprecate tag -m
2005-07-21, by mpm
Update tests to use commit -m and default -u
2005-07-21, by mpm
Update test output for status change
2005-07-21, by mpm
Add -m for rawcommit
2005-07-21, by mpm
Change C to M in status
2005-07-21, by mpm
Add -m for commit and deprecate -t
2005-07-21, by mpm
Handle empty file list for annotate
2005-07-21, by mpm
Remove ls command
2005-07-21, by mpm
Refactor matchpats and walk
2005-07-21, by mpm
Fix some line wrapping
2005-07-20, by mpm
Merge from BOS
2005-07-20, by mpm
Split make_file back out into make_filename and make_file.
2005-07-20, by Bryan O'Sullivan
If the argument to make_file can act like a file, return it.
2005-07-20, by Bryan O'Sullivan
Merge with Matt's tip.
2005-07-20, by Bryan O'Sullivan
Update tests to reflect walk changes.
2005-07-20, by Bryan O'Sullivan
An empty .hgignore file must cause us to ignore nothing, not everything!
2005-07-20, by Bryan O'Sullivan
Update docs for annotate and diff.
2005-07-20, by Bryan O'Sullivan
Convert annotate over to walk interface.
2005-07-20, by Bryan O'Sullivan
Convert diff command over to using walk code.
2005-07-20, by Bryan O'Sullivan
Add name matching to status command.
2005-07-20, by Bryan O'Sullivan
Only walk over files that match our criteria.
2005-07-20, by Bryan O'Sullivan
Turn make_filename into make_file, which returns a file handle.
2005-07-20, by Bryan O'Sullivan
Fix typo.
2005-07-19, by Bryan O'Sullivan
Get commands to raise Abort instead of ui.warn(...),sys.exit(1).
2005-07-19, by Bryan O'Sullivan
Add a source designator to the walk methods.
2005-07-19, by Bryan O'Sullivan
Merge with Matt's tip.
2005-07-19, by Bryan O'Sullivan
Get add and locate to use new repo and dirstate walk code.
2005-07-18, by Bryan O'Sullivan
Work on walk code.
2005-07-16, by Bryan O'Sullivan
Add doc/Makefile to MANIFEST
2005-07-20, by mpm
Fix verify error reporting bug
2005-07-19, by mpm
Change hgit revision lookup to use repo.lookup
2005-07-19, by mason
Fix hgit usage of repo.changes and fancyopts to reflect current hg api
2005-07-19, by mason
Fix typos in FAQ
2005-07-17, by jdc
Be even more specific with .hgignore regexps, added *.swp files.
2005-07-16, by Thomas Arendsen Hein
Fix up ignore regexps.
2005-07-16, by Bryan O'Sullivan
Make annotate use option --rev instead od --revision like other commands.
2005-07-16, by Thomas Arendsen Hein
Some cleanups in commands.annotate().
2005-07-16, by Thomas Arendsen Hein
Added missing newline after two error messages.
2005-07-15, by Thomas Arendsen Hein
Merge with myself.
2005-07-15, by Thomas Arendsen Hein
Show filename for hg export in verbose mode.
2005-07-15, by Thomas Arendsen Hein
Use dirstate to check if .hgtags needs to be added.
2005-07-15, by Thomas Arendsen Hein
Fix synopsis: hg forget needs at least one file name.
2005-07-15, by Thomas Arendsen Hein
Use changelogentry.tmpl for search results, too.
2005-07-15, by Thomas Arendsen Hein
Changed command synopsises to match style of common UNIX tools.
2005-07-15, by Thomas Arendsen Hein
Make "hg parents REV" work (again?)
2005-07-15, by Thomas Arendsen Hein
Merge with TAH
2005-07-14, by mpm
Make makelock and readlock work on filesystems without symlink support.
2005-07-14, by Thomas Arendsen Hein
merge program setting from hgrc wasn't used.
2005-07-14, by Thomas Arendsen Hein
Fix default values and add interactive setting to [ui] section of hgrc docs.
2005-07-14, by Thomas Arendsen Hein
On importing the result of 'hg export', parse while reading and drop headers.
2005-07-14, by Thomas Arendsen Hein
Removed extra spaces for default parameters according to PEP8.
2005-07-14, by Thomas Arendsen Hein
Removed duplicate use of os.path.normcase().
2005-07-14, by Thomas Arendsen Hein
Use python function instead of external 'cp' command when cloning repos.
2005-07-14, by Thomas Arendsen Hein
Multiple cleanups of things detected by pylint.
2005-07-14, by Thomas Arendsen Hein
Removed extra newline in hg log when not using the --patch option, fixed tests.
2005-07-14, by Thomas Arendsen Hein
Fixed tests.
2005-07-14, by Thomas Arendsen Hein
Teach convert-repo about tags
2005-07-14, by mpm
Be quiet about broken pipes
2005-07-14, by mpm
convert-repo: deal with packed git and other fixes
2005-07-13, by mpm
HG environment variables take precedence over hgrc
2005-07-13, by mpm
Minor merge fixups
2005-07-13, by mpm
Make manifest lookup use changeset ids
2005-07-13, by mpm
Repair the hgweb search interface
2005-07-13, by mpm
Hide file hashes in log
2005-07-12, by Matt Mackall
Reapply startswith() changes that got lost with stale edit
2005-07-12, by Matt Mackall
Added tag 0.6b for changeset 4ccf3de52989b14c3d84e1097f59e39a992e00bd
2005-07-11, by Matt Mackall
less
more
|
(0)
-120
+120
+1000
+3000
+10000
+30000
tip