[issue3059] progress extention don't show progress on cloning operation...

Oleksandr Gavenko bugs at mercurial.selenic.com
Thu Oct 20 09:03:39 CDT 2011


New submission from Oleksandr Gavenko <gavenkoa at gmail.com>:

$ cat ~/.hgrc
  [extensions]
  ; Show progress on operations.
  progress =

  [progress]
  ; Number of seconds (float) before showing the progress bar.
  delay = 2
  ; Time in seconds between refreshes of the progress bar.
  refresh = 0.5
  ; Format of the progress bar: topic bar number estimate.
  format = topic bar number estimate
  ; Clear the progress bar after it's done.
  clear-complete = False
  ; If true, don't show a progress bar.
  disable = False
  ; If true, ALWAYS show a progress bar, unless disable is given.
  assume-tty = False

  $  hg clone django/ dj
updating to branch default
updating [==========================================> ] 4622/4634 01s
4634 files updated, 0 files merged, 0 files removed, 0 files unresolved

As you can see only updating info displayed.

But this is not useful as displaying progress on cloning.

To get progress I use:

  $ hg init dj
  $ hg -R dj/ pull django/

----------
messages: 17691
nosy: gavenkoa
priority: feature
status: unread
title: progress extention don't show progress on cloning operation...

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3059>
____________________________________________________


More information about the Mercurial-devel mailing list