Differences between revisions 11 and 12
Revision 11 as of 2005-08-26 20:44:02
Size: 2875
Editor: mpm
Comment:
Revision 12 as of 2005-08-28 07:50:55
Size: 2656
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

(See also MissingFeatures)
Line 18: Line 16:
 * add handling of rename on merge
Line 25: Line 24:
 * hgmerge error: merge should abort nicely and running it again should work
Line 34: Line 32:
 * hgmerge error: merge should abort nicely and running it again should work
Line 37: Line 36:
 * hg extras: files not managed by hg that it is also not ignoring
Line 42: Line 40:
 * hg clone should store corrected relative paths, so moving a directory containing related repositories works again
Line 57: Line 54:
 * hgweb personalization: timezone (display/change), display of features, number of entries per page  * hgweb personalization: timezone (display/change), display of features
Line 62: Line 59:
 * download tarball via web interface
Line 71: Line 67:
Line 76: Line 71:

(See also MissingFeatures)

The public version of the secret TODO list

General:

  • Better documentation
  • More regression tests
  • More specific try/except.
  • less code duplication, more code in the right places
  • export to git
  • Code cleanup: apply http://python.org/peps/pep-0008.html

  • generate man page from doc strings

Core:

  • finish file filtering support
  • add handling of rename on merge
  • add binary changeset export/import
  • make unidiff generation use bdiff
  • difflib creating/removing files (fixed except dates: should be epoch)
  • get various options from hgrc (e.g. history always -v, tip always -q)
  • hg over rsync://, ftp://, etc.

  • more complete set of hooks
  • make showing removed files (in history etc.) faster.
  • .hgignore should use new patterns

Error Handling:

  • fix clone error on disk full
  • add bug reporting address to tracebacks
  • add switch to launch Python debugger
  • add KeyError exception handling to filelog, changelog, and manifest

  • hgmerge error: merge should abort nicely and running it again should work

Commands:

  • command to display file rev, changeset rev, changed, added, deleted, sha-1
  • automatic pull fallback to old-http://

  • create a commented .hg/hgrc on init/clone
  • hg pull default in a subdir doesn't work, if it is a relative path
  • if everyone knows 'hg update -m': remove -t
  • hg revert does not forget added files, it probably should.
  • hg pull: select to pull a subset of the heads
  • hg clone: only link: changeset.i, changeset.d, manifest.i, manifest.d, data/*, localtags, ...
  • hg clone: fall back to pull if hardlink not possible.
  • "hg log not_existing" should yield an error message; add test for this.
  • bug: "hg ci" removes files without requiring "hg rm"

Web:

  • optionally only show merges (two parents)
  • hgweb tip link too long (URL?cmd=changelog;rev=)
  • hgweb: shorter links (e.g. cs=... instead of cmd=changeset;node=...?)
  • hgweb: deliver static files (e.g. favicon, stylesheets)
  • hgweb personalization: timezone (display/change), display of features
  • some web servers think hgweb.cgi.d/.i is a CGI script with old-http:// (use quoting (see foo.d in Core) or document server configurations?)

  • link children in hgweb
  • allow verbose mode
  • hide trivial parent (like in show_changeset)
  • deal with binary files in file view

Tools:

  • integrated gui with history, commit, push/pull, etc.
  • vi support
  • integration with other IDEs

Portability:

  • handle hardlinking on Windows
  • fix hg import on Windows

(See also MissingFeatures)

ToDo (last edited 2010-10-21 23:27:09 by mpm)